aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMatthew Ranostay <mranostay@embeddedalley.com>2008-09-08 11:36:59 -0400
committerJaroslav Kysela <perex@perex.cz>2008-09-09 03:12:01 -0400
commite348797018528249e525b40f0270aca42ac44a97 (patch)
tree9e26c8b3cfdaeffa1f2aea579d59f9720e2357c6 /sound
parent0ffa9807592171ad7421c1ffce7abde04b1622c0 (diff)
ALSA: hda: SPDIF mux name change
Changed the mux naming scheme from "IEC9258 Mux" to "IEC958 Playback Source" to match the coding style. Signed-by-off: Matthew Ranostay <mranostay@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
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
1061static struct snd_kcontrol_new stac_smux_mixer = { 1061static 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,