Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd9fd46 authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

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: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent 35fd0366
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -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.

+3 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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