mbox series

[0/2] ASoC: soc-compress: tidyup STREAM vs COMPRESS

Message ID 87wnzcfnkk.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: soc-compress: tidyup STREAM vs COMPRESS | expand

Message

Kuninori Morimoto Oct. 27, 2020, 1:50 a.m. UTC
Hi Mark

soc-compress is using both SNDRV_PCM_STREAM_xxx and SND_COMPRESS_xxx.
It needs to be converted, but some of them didn't.
This is bug, but this bug does nothing because these are using
same value.
This patch-set cleanup these.

Kuninori Morimoto (2):
  ASoC: soc-compress: tidyup STREAM vs COMPRESS
  ASoC: soc-compress: add soc_compr_cstream_to_stream()

 sound/soc/soc-compress.c | 65 ++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 40 deletions(-)