]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ALSA: hda: move parts of NHLT code to new module
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 10 Feb 2020 08:44:00 +0000 (09:44 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 14 Feb 2020 13:20:15 +0000 (14:20 +0100)
commitad50d470b56a7042d9f070ef6e7664a431430e0c
treef6548b18f65f58799c40a852ea40722fb73bc96d
parentbcb1dce0adb458419ccb743a48d3a7122bccb7e9
ALSA: hda: move parts of NHLT code to new module

BugLink: https://bugs.launchpad.net/bugs/1837828
Move parts of the code outside of the Skylake driver to help detect
the presence of DMICs (which are not supported by the HDaudio legacy
driver).

No functionality change (except for the removal of useless OR
operations), only indentation and checkpatch fixes, making sure
that the code compiles without ACPI and fixing an ACPI leak

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
(cherry picked from commit 303681f4356d322232dd5f6d9eb4bc62666064c5)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Sultan Alsawaf <sultan.alsawaf@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
include/sound/intel-nhlt.h
sound/hda/Kconfig
sound/hda/Makefile
sound/hda/intel-nhlt.c [new file with mode: 0644]