Re: [PATCH v5 RESEND 1/6] ALSA: compress: Add output rate and output format support

2024-12-05 Thread Vinod Koul
On 04-12-24, 13:33, Shengjiu Wang wrote: > Add 'pcm_format' for struct snd_codec, add 'pcm_formats' for > struct snd_codec_desc, these are used for accelerator usage. > > Current accelerator example is sample rate converter (SRC). > Define struct snd_codec_desc_src for descript minmum and maxmum >

[PATCH v5 RESEND 1/6] ALSA: compress: Add output rate and output format support

2024-12-03 Thread Shengjiu Wang
Add 'pcm_format' for struct snd_codec, add 'pcm_formats' for struct snd_codec_desc, these are used for accelerator usage. Current accelerator example is sample rate converter (SRC). Define struct snd_codec_desc_src for descript minmum and maxmum sample rates. And add 'src_d' in union snd_codec_opt