]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Thu, 28 Nov 2019 04:59:27 +0000 (23:59 -0500)
commitb0f3046bed97bc1b93bb572b69d416695a0fc8a8
treea445c339bfed1f8baac70e3897373a4f8c20e62e
parent0c2a3ce23792383e36e4121fc0b2da6c8b6876e5
ALSA: hda: Fix mismatch for register mask and value in ext controller.

BugLink: https://bugs.launchpad.net/bugs/1854216
[ Upstream commit c32bf867cb6721d6ea04044d33f19c8bd81280c1 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/hda/ext/hdac_ext_controller.c