|
@@ -12,18 +12,20 @@ menuconfig SND_SOC_INTEL_MACH
|
|
|
|
|
|
if SND_SOC_INTEL_MACH
|
|
|
|
|
|
+if SND_SST_ATOM_HIFI2_PLATFORM_PCI
|
|
|
+
|
|
|
config SND_MFLD_MACHINE
|
|
|
tristate "SOC Machine Audio driver for Intel Medfield MID platform"
|
|
|
depends on INTEL_SCU_IPC
|
|
|
select SND_SOC_SN95031
|
|
|
- depends on SND_SST_ATOM_HIFI2_PLATFORM
|
|
|
- select SND_SST_IPC_PCI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) MID Medfield platform
|
|
|
used as alsa device in audio substem in Intel(R) MID devices
|
|
|
Say Y if you have such a device.
|
|
|
If unsure select "N".
|
|
|
|
|
|
+endif
|
|
|
+
|
|
|
if SND_SOC_INTEL_HASWELL
|
|
|
|
|
|
config SND_SOC_INTEL_HASWELL_MACH
|
|
@@ -86,7 +88,6 @@ config SND_SOC_INTEL_BYTCR_RT5640_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
|
|
|
depends on X86 && I2C && ACPI
|
|
|
select SND_SOC_RT5640
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
|
|
|
platforms with RT5640 audio codec.
|
|
@@ -97,7 +98,6 @@ config SND_SOC_INTEL_BYTCR_RT5651_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
|
|
|
depends on X86 && I2C && ACPI
|
|
|
select SND_SOC_RT5651
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
|
|
|
platforms with RT5651 audio codec.
|
|
@@ -108,7 +108,6 @@ config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
|
|
|
tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
select SND_SOC_RT5670
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
|
|
|
platforms with RT5672 audio codec.
|
|
@@ -119,7 +118,6 @@ config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
|
|
|
tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
select SND_SOC_RT5645
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
|
|
|
platforms with RT5645/5650 audio codec.
|
|
@@ -131,7 +129,6 @@ config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
select SND_SOC_MAX98090
|
|
|
select SND_SOC_TS3A227E
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
|
|
|
platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
|
|
@@ -142,7 +139,6 @@ config SND_SOC_INTEL_BYT_CHT_DA7213_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with DA7212/7213 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
select SND_SOC_DA7213
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail
|
|
|
platforms with DA7212/7213 audio codec.
|
|
@@ -153,7 +149,6 @@ config SND_SOC_INTEL_BYT_CHT_ES8316_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with ES8316 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
select SND_SOC_ES8316
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for Intel(R) Baytrail &
|
|
|
Cherrytrail platforms with ES8316 audio codec.
|
|
@@ -163,7 +158,6 @@ config SND_SOC_INTEL_BYT_CHT_ES8316_MACH
|
|
|
config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)"
|
|
|
depends on X86_INTEL_LPSS && I2C && ACPI
|
|
|
- select SND_SST_IPC_ACPI
|
|
|
help
|
|
|
This adds support for ASoC machine driver for the MinnowBoard Max or
|
|
|
Up boards and provides access to I2S signals on the Low-Speed
|