diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-15 11:55:02 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-25 10:04:27 +0200 |
commit | efe557320ab6cea12205794fd4062e6e850b7e1c (patch) | |
tree | e19895a2c11479e394771517b134fbfcfd5b7b72 /Documentation | |
parent | ALSA: hda/via - Use standard verb containers (diff) | |
download | linux-efe557320ab6cea12205794fd4062e6e850b7e1c.tar.xz linux-efe557320ab6cea12205794fd4062e6e850b7e1c.zip |
ALSA: hda/realtek - Apply PRE_PROBE fixup after ALC269 codec variant setups
Currently patch_alc269() calls the fixup with HDA_FIXUP_ACT_PRE_PROBE
before setting up the codec model-specific setups (e.g. setting
codec_variant or mixer_nid setup). This is rather confusing as others
do call the *_PRE_PROBE fixup after such a setup. Due to this
disorder, we have to override spec->shutup not at the usual
HDA_FIXUP_ACT_PRE_PROBE but the unusual HDA_FIXUP_ACT_PROBE time.
This patch corrects the fixup call orders in patch_alc269(), and also
corrects the action to set up spec->shutup accordingly.
No functional changes but just refactoring.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions