diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-05-29 19:05:28 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 21:34:04 +0200 |
commit | f26eb78fcfb5b76fbe6d3e740b6fedda611f8395 (patch) | |
tree | 7ce241ac9e7b765d2c75e49a9f3f92078bbb5d63 /sound | |
parent | cf78ee2ccc96d59e602188e0e6e3fe3522b6d3f6 (diff) | |
download | op-kernel-dev-f26eb78fcfb5b76fbe6d3e740b6fedda611f8395.zip op-kernel-dev-f26eb78fcfb5b76fbe6d3e740b6fedda611f8395.tar.gz |
[ALSA] cmipci - Fix a typo in 'PC Speaker Playback Switch' control
Fixed a typo in 'PC Speaker Playback Switch' control name.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/cmipci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 79bc60a..0938c15 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c @@ -2121,7 +2121,7 @@ static struct snd_kcontrol_new snd_cmipci_mixers[] __devinitdata = { CMIPCI_MIXER_VOL_MONO("Mic Capture Volume", CM_REG_MIXER2, CM_VADMIC_SHIFT, 7), CMIPCI_SB_VOL_MONO("Phone Playback Volume", CM_REG_EXTENT_IND, 5, 7), CMIPCI_DOUBLE("Phone Playback Switch", CM_REG_EXTENT_IND, CM_REG_EXTENT_IND, 4, 4, 1, 0, 0), - CMIPCI_DOUBLE("PC Speaker Playnack Switch", CM_REG_EXTENT_IND, CM_REG_EXTENT_IND, 3, 3, 1, 0, 0), + CMIPCI_DOUBLE("PC Speaker Playback Switch", CM_REG_EXTENT_IND, CM_REG_EXTENT_IND, 3, 3, 1, 0, 0), CMIPCI_DOUBLE("Mic Boost Capture Switch", CM_REG_EXTENT_IND, CM_REG_EXTENT_IND, 0, 0, 1, 0, 0), }; |