projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffa980
)
ALSA: hda: SPDIF mux name change
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Mon, 8 Sep 2008 15:36:59 +0000
(11:36 -0400)
committer
Jaroslav Kysela
<perex@perex.cz>
Tue, 9 Sep 2008 07:12:01 +0000
(09:12 +0200)
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>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index 1440175e1008a013a531ccd1a61bc184a2773920..80bdee4880d7172760e29e12530e3d7fbf9b21e6 100644
(file)
--- 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 = {
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,