Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb373da authored by Raymond Yau's avatar Raymond Yau Committed by Takashi Iwai
Browse files

ALSA: hda - Remove PCM mixer elements from Virtual Master of realtek



Afer commit aa202455 , none of realtek
codec has hardware volume control "PCM Playback Volume" and
"PCM Playback Switch".

As Virtual Master require all slave controls must have same number of step
and dB range.

Signed-off-by: default avatarRaymond Yau <superquad.vortex2@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5a2d227f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3155,7 +3155,6 @@ static const char * const alc_slave_vols[] = {
	"Speaker Playback Volume",
	"Mono Playback Volume",
	"Line-Out Playback Volume",
	"PCM Playback Volume",
	NULL,
};
@@ -3170,7 +3169,6 @@ static const char * const alc_slave_sws[] = {
	"Mono Playback Switch",
	"IEC958 Playback Switch",
	"Line-Out Playback Switch",
	"PCM Playback Switch",
	NULL,
};