OSDN Git Service

ALSA: hda - Fix headset mic detection problem for two dell machines
authorHui Wang <hui.wang@canonical.com>
Thu, 4 Aug 2016 07:28:04 +0000 (15:28 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Aug 2016 09:16:21 +0000 (11:16 +0200)
commit59ec4b57bcaede46546d54d037a21004b9aa5cef
treed38aab32a3a7d1620ef590657a3d21a78134c6d1
parent33baefe5e72f17a6df378e48196cd8cada11deec
ALSA: hda - Fix headset mic detection problem for two dell machines

One of the machines has ALC255 on it, another one has ALC298 on it.

On the machine with the codec ALC298, it also has the speaker volume
problem, so we add the fixup chained to ALC298_FIXUP_SPK_VOLUME rather
than adding a group of pin definition in the pin quirk table, since
the speak volume problem does not happen on other machines yet.

Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c