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>
This commit is contained in:
Takashi Iwai
2012-03-01 18:14:41 +01:00
parent b399997008
commit e49a3434f1
4 changed files with 8 additions and 8 deletions

View File

@@ -3482,7 +3482,7 @@ static int cx_automute_mode_info(struct snd_kcontrol *kcontrol,
"Disabled", "Enabled"
};
static const char * const texts3[] = {
"Disabled", "Speaker Only", "Line-Out+Speaker"
"Disabled", "Speaker Only", "Line Out+Speaker"
};
const char * const *texts;