mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
ALSA: hda - Add missing Front/Surround/CLFE as slaves for Cxt auto-parser
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
47ad1f4e40
commit
a3a85d3983
@ -475,12 +475,18 @@ static const struct snd_kcontrol_new cxt_beep_mixer[] = {
|
|||||||
static const char * const slave_vols[] = {
|
static const char * const slave_vols[] = {
|
||||||
"Headphone Playback Volume",
|
"Headphone Playback Volume",
|
||||||
"Speaker Playback Volume",
|
"Speaker Playback Volume",
|
||||||
|
"Front Playback Volume",
|
||||||
|
"Surround Playback Volume",
|
||||||
|
"CLFE Playback Volume",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const slave_sws[] = {
|
static const char * const slave_sws[] = {
|
||||||
"Headphone Playback Switch",
|
"Headphone Playback Switch",
|
||||||
"Speaker Playback Switch",
|
"Speaker Playback Switch",
|
||||||
|
"Front Playback Switch",
|
||||||
|
"Surround Playback Switch",
|
||||||
|
"CLFE Playback Switch",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user