dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Matthew Ranostay 2008-09-08 11:36:59 -04:00 committed by Jaroslav Kysela
parent 0ffa980759
commit e348797018
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ static struct snd_kcontrol_new stac_dmux_mixer = {
static struct snd_kcontrol_new stac_smux_mixer = {
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "IEC958 Mux",
.name = "IEC958 Playback Source",
/* count set later */
.info = stac92xx_smux_enum_info,
.get = stac92xx_smux_enum_get,