commit | 589876e243bb14343d09d9fd7f9ddf79f1d80158 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 20 15:47:55 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 20 15:50:20 2012 +0100 |
tree | 81d4ffe1cf9a1f13227fb2776a7da19227d02584 | |
parent | b9368f5c10b15f2b79a58666849827edc1f2f3d4 [diff] |
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>