summaryrefslogtreecommitdiffstats
path: root/flow/audioiocsl.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:24 -0600
commit6e637ec10f4d608e38c6b685524640c0247eb1ce (patch)
treec4eb246265def9c4e09f1d7150fc73867c2ccf96 /flow/audioiocsl.cc
parenta5de6a933b04a721b6f814821b7242ef330c5684 (diff)
downloadarts-6e637ec10f4d608e38c6b685524640c0247eb1ce.tar.gz
arts-6e637ec10f4d608e38c6b685524640c0247eb1ce.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'flow/audioiocsl.cc')
-rw-r--r--flow/audioiocsl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/audioiocsl.cc b/flow/audioiocsl.cc
index e5532a2..7f3d5dd 100644
--- a/flow/audioiocsl.cc
+++ b/flow/audioiocsl.cc
@@ -470,7 +470,7 @@ void AudioIOCSL::setParam(AudioParam p, int& value)
int AudioIOCSL::getParam(AudioParam p)
{
CslErrorType error;
- CslPcmtqStatus status;
+ CslPcmStatus status;
switch(p)
{