Skip to content

Commit fbabc24

Browse files
committed
ALSA: hda/realtek - Create "Bass Speaker" for two speaker pins
On systems with two speaker pins, the secondary speaker pin is mostly assigned to a bass speaker instead of a surround. Thus it makes more sense to rename the control properly. Signed-off-by: Takashi Iwai <[email protected]>
1 parent 766ddee commit fbabc24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,8 @@ static const char *alc_get_line_out_pfx(struct alc_spec *spec, int ch,
26312631
case AUTO_PIN_SPEAKER_OUT:
26322632
if (cfg->line_outs == 1)
26332633
return "Speaker";
2634+
if (cfg->line_outs == 2)
2635+
return ch ? "Bass Speaker" : "Speaker";
26342636
break;
26352637
case AUTO_PIN_HP_OUT:
26362638
/* for multi-io case, only the primary out */

0 commit comments

Comments
 (0)