diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-11-09 01:03:59 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-09 02:21:20 -0500 |
commit | 34ca8d33997e319d5d56fd9c76fecf065d613299 (patch) | |
tree | 879b82874e6b5fda0e87b4befe3ee9c3779057b8 /sound/pci/hda | |
parent | ee81abb623cb5e03c182d16871bb4fb34fdc9b4f (diff) |
ALSA: hda - Removed unused non-standard name "C/LFE"
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>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index 9ae8cfcecf1d..7ae5f85105e9 100644 --- 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) | |||
1938 | struct auto_pin_cfg *cfg = &spec->autocfg; | 1938 | struct auto_pin_cfg *cfg = &spec->autocfg; |
1939 | struct nid_path *path; | 1939 | struct nid_path *path; |
1940 | static const char * const chname[4] = { | 1940 | static const char * const chname[4] = { |
1941 | "Front", "Surround", "C/LFE", "Side" | 1941 | "Front", "Surround", NULL /* "CLFE" */, "Side" |
1942 | }; | 1942 | }; |
1943 | int i, idx, err; | 1943 | int i, idx, err; |
1944 | int old_line_outs; | 1944 | int old_line_outs; |