diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:56 -0600 |
commit | 37b0caa7580692b22c71552f3f01be1623ef024e (patch) | |
tree | cff054e06fca1e35d587f14b81672bee7e2fb6c7 /flow/audioiocsl.cc | |
parent | 6e637ec10f4d608e38c6b685524640c0247eb1ce (diff) | |
download | arts-37b0caa7580692b22c71552f3f01be1623ef024e.tar.gz arts-37b0caa7580692b22c71552f3f01be1623ef024e.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce.
Diffstat (limited to 'flow/audioiocsl.cc')
-rw-r--r-- | flow/audioiocsl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/audioiocsl.cc b/flow/audioiocsl.cc index 7f3d5dd..e5532a2 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; - CslPcmStatus status; + CslPcmtqStatus status; switch(p) { |