projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee81abb
)
ALSA: hda - Removed unused non-standard name "C/LFE"
author
David Henningsson
<david.henningsson@canonical.com>
Fri, 9 Nov 2012 06:03:59 +0000
(07:03 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 9 Nov 2012 07:21:20 +0000
(08:21 +0100)
A closer look shows that the name is not even used and can be removed.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_via.c
b/sound/pci/hda/patch_via.c
index 9ae8cfcecf1d9720e146018388b807773d96fcb6..7ae5f85105e9b3f847f9cba5fe4249c82ec7de4d 100644
(file)
--- a/
sound/pci/hda/patch_via.c
+++ b/
sound/pci/hda/patch_via.c
@@
-1938,7
+1938,7
@@
static int via_auto_create_multi_out_ctls(struct hda_codec *codec)
struct auto_pin_cfg *cfg = &spec->autocfg;
struct nid_path *path;
static const char * const chname[4] = {
- "Front", "Surround",
"C/LFE"
, "Side"
+ "Front", "Surround",
NULL /* "CLFE" */
, "Side"
};
int i, idx, err;
int old_line_outs;