OSDN Git Service

ALSA: hda/realtek - Fix the possible conflicts of Bass Speaker name
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Feb 2012 11:35:27 +0000 (12:35 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Feb 2012 11:36:37 +0000 (12:36 +0100)
commit689cabf6d07c82003310c221f719130f3a4f29c7
tree2f101a88f284670553aa7538d1d7f4ca0bd0967d
parentc96f0bf4adc0663a69cdb0e2b73d33e6be312d1c
ALSA: hda/realtek - Fix the possible conflicts of Bass Speaker name

When the multi-io is added to the two speaker output configuration,
the parser would try to add yet another "Bass Speaker" control since
it checks only cfg->line_outs.  Add a workaround for it by simply
passing the channel name in the case of multi-io outputs.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c