Re: [PATCH 01/11] ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on

2020-05-19 Thread Mark Brown
On Mon, 11 May 2020 23:01:24 +0200, Lubomir Rintel wrote: > The hw_params() callback handles the 3-byte format, not > SNDRV_PCM_FMTBIT_S24_LE. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/2] ASoC: Add Marvell MMP SSPA binding commit:

Re: [PATCH 01/11] ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on

2020-05-12 Thread Mark Brown
On Mon, 11 May 2020 23:01:24 +0200, Lubomir Rintel wrote: > The hw_params() callback handles the 3-byte format, not > SNDRV_PCM_FMTBIT_S24_LE. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8 Thanks! [1/7] ASoC: mmp-sspa: A trivial typo fix commit:

[PATCH 01/11] ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on

2020-05-11 Thread Lubomir Rintel
The hw_params() callback handles the 3-byte format, not SNDRV_PCM_FMTBIT_S24_LE. Signed-off-by: Lubomir Rintel --- sound/soc/pxa/mmp-sspa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/pxa/mmp-sspa.c b/sound/soc/pxa/mmp-sspa.c index 3548a2634a63..1ca6afe464c4