mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28: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
20
sound/soc/sirf/Kconfig
Normal file
20
sound/soc/sirf/Kconfig
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
config SND_SOC_SIRF
|
||||
tristate "SoC Audio for the SiRF SoC chips"
|
||||
depends on ARCH_SIRF || COMPILE_TEST
|
||||
select SND_SOC_GENERIC_DMAENGINE_PCM
|
||||
|
||||
config SND_SOC_SIRF_AUDIO
|
||||
tristate "SoC Audio support for SiRF internal audio codec"
|
||||
depends on SND_SOC_SIRF
|
||||
select SND_SOC_SIRF_AUDIO_CODEC
|
||||
select SND_SOC_SIRF_AUDIO_PORT
|
||||
|
||||
config SND_SOC_SIRF_AUDIO_PORT
|
||||
select REGMAP_MMIO
|
||||
tristate
|
||||
|
||||
config SND_SOC_SIRF_USP
|
||||
tristate "SoC Audio (I2S protocol) for SiRF SoC USP interface"
|
||||
depends on SND_SOC_SIRF
|
||||
select REGMAP_MMIO
|
||||
tristate
|
||||
Loading…
Add table
Add a link
Reference in a new issue