ALSA: hda: Fix mismatch for register mask and value in ext controller.
authorKeyon Jie <yang.jie@linux.intel.com>
Fri, 28 Sep 2018 09:38:59 +0000 (17:38 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Oct 2018 15:10:48 +0000 (17:10 +0200)
commitc32bf867cb6721d6ea04044d33f19c8bd81280c1
treed2f34cf6351c749a4f9603aeae4410f2e3ca9ca4
parentedb1b3abdb20597d92a68c34afba9b01848b2acf
ALSA: hda: Fix mismatch for register mask and value in ext controller.

E.g. for snd_hdac_ext_bus_link_power_up(), we should set mask to be
AZX_MLCTL_SPA(it was 0), and AZX_MLCTL_SPA as value to power up it,
here correct it and several similar mismatches.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/ext/hdac_ext_controller.c