ASoC: Allow switch to DLKM for 32bit targets

To meet kernel Boot kpis switch entire sound to loadable module.

Change-Id: I6612efbd28f7d2e4ef194a91791291ba9ff07144
Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
This commit is contained in:
Asish Bhattacharya 2019-08-11 08:47:47 +05:30
parent 35fd036621
commit acd9fd46dc
5 changed files with 3 additions and 7 deletions

View File

@ -575,8 +575,6 @@ config ARCH_QCOM
select PINCTRL
select ARCH_WANT_KMAP_ATOMIC_FLUSH
select MFD_CORE
select SND_SOC_COMPRESS
select SND_HWDEP
help
Support for Qualcomm MSM/QSD based systems. This runs on the
apps processor of the MSM/QSD and depends on a shared memory

View File

@ -496,9 +496,7 @@ int snd_soc_platform_read(struct snd_soc_platform *platform,
int snd_soc_platform_write(struct snd_soc_platform *platform,
unsigned int reg, unsigned int val);
int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num);
#ifdef CONFIG_SND_SOC_COMPRESS
int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num);
#endif
struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card,
const char *dai_link, int stream);

View File

@ -3,7 +3,6 @@
menuconfig SND_PCI
bool "PCI sound devices"
depends on PCI
default y
help
Support for sound devices connected via the PCI bus.

View File

@ -7,6 +7,8 @@ menuconfig SND_SOC
select SND_PCM
select AC97_BUS if SND_SOC_AC97_BUS
select SND_JACK
select SND_HWDEP
select SND_SOC_COMPRESS
select REGMAP_I2C if I2C
select REGMAP_SPI if SPI_MASTER
---help---
@ -30,7 +32,7 @@ config SND_SOC_GENERIC_DMAENGINE_PCM
select SND_DMAENGINE_PCM
config SND_SOC_COMPRESS
bool
tristate
select SND_COMPRESS_OFFLOAD
config SND_SOC_TOPOLOGY

View File

@ -11,7 +11,6 @@ if SND_USB && USB
config SND_USB_AUDIO
tristate "USB Audio/MIDI driver"
select SND_HWDEP
select SND_RAWMIDI
select SND_PCM
select BITREVERSE