]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek - Apply probe-fixup really after probing
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 14:47:55 +0000 (15:47 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 14:50:20 +0000 (15:50 +0100)
commit589876e243bb14343d09d9fd7f9ddf79f1d80158
tree81d4ffe1cf9a1f13227fb2776a7da19227d02584
parentb9368f5c10b15f2b79a58666849827edc1f2f3d4
ALSA: hda/realtek - Apply probe-fixup really after probing

Move the call of alc_apply_fixup() with ALC_FIXUP_ACT_PROBE after the
whole setups of patch_ops & co, so that the fix-up function may override
the default setup.  This will be needed for installing the own unsol
event handler (e.g. for volume-knob controls).

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