diff mbox

[05/13] ASoC: wm_adsp: Select SND_SOC_COMPRESS

Message ID 1449590917-21170-5-git-send-email-ckeepax@opensource.wolfsonmicro.com (mailing list archive)
State New, archived
Headers show

Commit Message

Charles Keepax Dec. 8, 2015, 4:08 p.m. UTC
Additions to the DSP mean we will need to include support for the
compressed framework. This patch selects SND_SOC_COMPRESS.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Vinod Koul Dec. 10, 2015, 8:09 a.m. UTC | #1
On Tue, Dec 08, 2015 at 04:08:29PM +0000, Charles Keepax wrote:
> Additions to the DSP mean we will need to include support for the
> compressed framework. This patch selects SND_SOC_COMPRESS.

probably this should be sqashed to the 6th one where you add the compress DAI

> 
> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>  sound/soc/codecs/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
> index c0c5c8e..2b51aff 100644
> --- a/sound/soc/codecs/Kconfig
> +++ b/sound/soc/codecs/Kconfig
> @@ -218,6 +218,7 @@ config SND_SOC_WM_HUBS
>  
>  config SND_SOC_WM_ADSP
>  	tristate
> +	select SND_SOC_COMPRESS
>  	default y if SND_SOC_CS47L24=y
>  	default y if SND_SOC_WM5102=y
>  	default y if SND_SOC_WM5110=y
> -- 
> 2.1.4
>
Charles Keepax Dec. 10, 2015, 1:49 p.m. UTC | #2
On Thu, Dec 10, 2015 at 01:39:47PM +0530, Vinod Koul wrote:
> On Tue, Dec 08, 2015 at 04:08:29PM +0000, Charles Keepax wrote:
> > Additions to the DSP mean we will need to include support for the
> > compressed framework. This patch selects SND_SOC_COMPRESS.
> 
> probably this should be sqashed to the 6th one where you add the compress DAI

yeah no problem with squashing those, I will wait I while for any
more comments then send a new version.

Thanks,
Charles
diff mbox

Patch

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index c0c5c8e..2b51aff 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -218,6 +218,7 @@  config SND_SOC_WM_HUBS
 
 config SND_SOC_WM_ADSP
 	tristate
+	select SND_SOC_COMPRESS
 	default y if SND_SOC_CS47L24=y
 	default y if SND_SOC_WM5102=y
 	default y if SND_SOC_WM5110=y