]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: move parts of NHLT code to new module
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 29 Jul 2019 15:51:48 +0000 (10:51 -0500)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 Jul 2019 13:45:59 +0000 (15:45 +0200)
commitd852b81d80b07f46a100927d318628be8fb392b4
tree3637866e16c7c3e35cf68c02a179ee7db9be9c12
parentb826e0b469be3da5a5693e4198ee591eb6f9cd65
ALSA: hda: move parts of NHLT code to new module

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>
include/sound/intel-nhlt.h
sound/hda/Kconfig
sound/hda/Makefile
sound/hda/intel-nhlt.c [new file with mode: 0644]