diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-03-01 18:14:41 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-03-02 08:59:23 +0100 |
commit | e49a3434f1bc64dc49ff3a56e416bb5894868dde (patch) | |
tree | 7a57fb0f61669be7061c2aa2ea99516dd7bc2bdf /sound/pci/hda/patch_cirrus.c | |
parent | b399997008b2beb729822643128d0de29b7edad0 (diff) | |
download | blackbird-op-linux-e49a3434f1bc64dc49ff3a56e416bb5894868dde.tar.gz blackbird-op-linux-e49a3434f1bc64dc49ff3a56e416bb5894868dde.zip |
ALSA: hda - Kill hyphenated names
Kill hyphens from "Line-Out" name strings, as suggested by Mark Brown.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_cirrus.c')
-rw-r--r-- | sound/pci/hda/patch_cirrus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c index bc5a993d1146..c83ccdba1e5a 100644 --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c @@ -609,7 +609,7 @@ static int add_output(struct hda_codec *codec, hda_nid_t dac, int idx, "Front Speaker", "Surround Speaker", "Bass Speaker" }; static const char * const line_outs[] = { - "Front Line-Out", "Surround Line-Out", "Bass Line-Out" + "Front Line Out", "Surround Line Out", "Bass Line Out" }; fix_volume_caps(codec, dac); @@ -635,7 +635,7 @@ static int add_output(struct hda_codec *codec, hda_nid_t dac, int idx, if (num_ctls > 1) name = line_outs[idx]; else - name = "Line-Out"; + name = "Line Out"; break; } |