ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBE
authorGabriele Mazzotta <gabriele.mzt@gmail.com>
Sat, 24 Dec 2016 18:50:00 +0000 (19:50 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Dec 2016 15:13:56 +0000 (16:13 +0100)
commit972aa2c708703c21f14eb958b37e82aae2530e44
treef4c0109a68545f159223122729583d0ea609f972
parent1c623c2409b105c3960d60f450ccc0b37d8cb89a
ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBE

Setting shutup when the action is HDA_FIXUP_ACT_PRE_PROBE might
not have the desired effect since it could be overridden by
another more generic shutup function. Prevent this by setting
the more specific shutup function on HDA_FIXUP_ACT_PROBE.

Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c