From: Takashi Iwai Date: Wed, 28 Mar 2007 20:36:35 +0000 (+0200) Subject: [ALSA] cmipci - Fix a typo in 'PC Speaker Playback Switch' control X-Git-Tag: v2.6.16.46-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db2121f59efe1c78c9a6dd91a6e9b718d9afe58;p=thirdparty%2Fkernel%2Fstable.git [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 Signed-off-by: Adrian Bunk --- diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index c03b0a0a3b27a..5c6074dcdc29a 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c @@ -2120,7 +2120,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), };