[alsa-devel] [PATCH v4 6/8] ASoC: compress: Add support for DAI multicodec
Lars-Peter Clausen
lars at metafoo.de
Tue Jul 1 15:49:51 CEST 2014
On 07/01/2014 09:47 AM, Benoit Cousson wrote:
[...]
for (i = 0; i < rtd->num_codecs; i++) {
> + struct snd_soc_dai *codec_dai = rtd->codec_dais[i];
> + /* check client and interface hw capabilities */
> + snprintf(new_name, sizeof(new_name), "%s %s-%d",
> + rtd->dai_link->stream_name, codec_dai->name, num);
We may need to rethink how to do the naming for multiple CODEC DAI links
here. This implementation will just keep overwriting new_name with each loop
iteration and end up using the last one. Vinod may have some insights.
More information about the Alsa-devel
mailing list