diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 1440175e1008..80bdee4880d7 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -1060,7 +1060,7 @@ static struct snd_kcontrol_new stac_dmux_mixer = { | |||
1060 | 1060 | ||
1061 | static struct snd_kcontrol_new stac_smux_mixer = { | 1061 | static struct snd_kcontrol_new stac_smux_mixer = { |
1062 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 1062 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
1063 | .name = "IEC958 Mux", | 1063 | .name = "IEC958 Playback Source", |
1064 | /* count set later */ | 1064 | /* count set later */ |
1065 | .info = stac92xx_smux_enum_info, | 1065 | .info = stac92xx_smux_enum_info, |
1066 | .get = stac92xx_smux_enum_get, | 1066 | .get = stac92xx_smux_enum_get, |