mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
21
sound/soc/adi/Kconfig
Normal file
21
sound/soc/adi/Kconfig
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
config SND_SOC_ADI
|
||||
tristate "Audio support for Analog Devices reference designs"
|
||||
depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST
|
||||
help
|
||||
Audio support for various reference designs by Analog Devices.
|
||||
|
||||
config SND_SOC_ADI_AXI_I2S
|
||||
tristate "AXI-I2S support"
|
||||
depends on SND_SOC_ADI
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
ASoC driver for the Analog Devices AXI-I2S softcore peripheral.
|
||||
|
||||
config SND_SOC_ADI_AXI_SPDIF
|
||||
tristate "AXI-SPDIF support"
|
||||
depends on SND_SOC_ADI
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
select REGMAP_MMIO
|
||||
help
|
||||
ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.
|
||||
Loading…
Add table
Add a link
Reference in a new issue