diff options
Diffstat (limited to 'kmix/mixer_sun.cpp')
-rw-r--r-- | kmix/mixer_sun.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixer_sun.cpp b/kmix/mixer_sun.cpp index 12806bda..10299add 100644 --- a/kmix/mixer_sun.cpp +++ b/kmix/mixer_sun.cpp @@ -89,7 +89,7 @@ const MixDevice::ChannelType MixerChannelTypes[] = }; // -// Mapping from device numbers to Sun port mask values +// Mapping from device numbers to Sun port tqmask values // const uint_t MixerSunPortMasks[] = { @@ -323,7 +323,7 @@ int Mixer_SUN::writeVolumeToHW( int devnum, Volume &volume ) // // Now, based on the devnum that we are writing to, update the appropriate - // volume field and twiddle the appropriate bitmask to enable/mute the + // volume field and twiddle the appropriate bittqmask to enable/mute the // device as necessary. // switch ( devnum ) |