]> git.alsa-project.org Git - alsa-tools.git/commit
sound - fix .iface field of mixer control elements
authorClemens Ladisch <clemens@ladisch.de>
Fri, 29 Jul 2005 14:33:00 +0000 (14:33 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 29 Jul 2005 14:33:00 +0000 (14:33 +0000)
commit7fcbc9917e819dc894eaab391ba64e426e903500
treeaa8c789d39ab84a6151899bcbd91a63ffaf103ff
parent2ec6fcc31722b9ca8858cfcec48b90cf7cb1af0f
sound - fix .iface field of mixer control elements

This patch changes .iface to SNDRV_CTL_ELEM_IFACE_MIXER whre _PCM or
_HWDEP was used in controls that are not associated with a specific PCM
(sub)stream or hwdep device, and changes some controls that got
inconsitent .iface values due to copy+paste errors.  Furthermore, it
makes sure that all control that do use _PCM or _HWDEP use the correct
number in the .device field.
hdspconf/src/HC_Aeb.cxx
hdspconf/src/HC_BreakoutCable.cxx
hdspconf/src/HC_ClockSource.cxx
hdspconf/src/HC_InputLevel.cxx
hdspconf/src/HC_OutputLevel.cxx
hdspconf/src/HC_Phones.cxx
hdspconf/src/HC_PrefSyncRef.cxx
hdspconf/src/HC_SpdifIn.cxx
hdspconf/src/HC_SpdifOut.cxx
hdspmixer/src/HDSPMixerCard.cxx
hdspmixer/src/HDSPMixerWindow.cxx