Merge remote-tracking branch 'soundwire/next' into tag/merge-20191018

This commit is contained in:
Pierre-Louis Bossart 2019-10-18 07:24:27 -05:00
commit 08c0d65fc1
3 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ config SOUNDWIRE_CADENCE
config SOUNDWIRE_INTEL
tristate "Intel SoundWire Master driver"
select SOUNDWIRE_CADENCE
depends on X86 && ACPI && SND_SOC
depends on ACPI && SND_SOC
help
SoundWire Intel Master driver.
If you have an Intel platform which has a SoundWire Master then

View File

@ -10,6 +10,7 @@
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>

View File

@ -9,6 +9,7 @@
#include <linux/acpi.h>
#include <linux/export.h>
#include <linux/iomap.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/soundwire/sdw_intel.h>