Loading sound/soc/soc-compress.c +5 −0 Original line number Diff line number Diff line Loading @@ -533,6 +533,11 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, cstream, &async_domain); } else { be_list[j++] = be; if (j == DPCM_MAX_BE_USERS) { dev_dbg(fe->dev, "ASoC: MAX backend users!\n"); break; } } } for (i = 0; i < j; i++) { Loading sound/soc/soc-pcm.c +4 −0 Original line number Diff line number Diff line Loading @@ -2320,6 +2320,10 @@ void dpcm_be_dai_prepare_async(struct snd_soc_pcm_runtime *fe, int stream, dpcm, domain); } else { dpcm_async[i++] = dpcm; if (i == DPCM_MAX_BE_USERS) { dev_dbg(fe->dev, "ASoC: MAX backend users!\n"); break; } } } Loading Loading
sound/soc/soc-compress.c +5 −0 Original line number Diff line number Diff line Loading @@ -533,6 +533,11 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, cstream, &async_domain); } else { be_list[j++] = be; if (j == DPCM_MAX_BE_USERS) { dev_dbg(fe->dev, "ASoC: MAX backend users!\n"); break; } } } for (i = 0; i < j; i++) { Loading
sound/soc/soc-pcm.c +4 −0 Original line number Diff line number Diff line Loading @@ -2320,6 +2320,10 @@ void dpcm_be_dai_prepare_async(struct snd_soc_pcm_runtime *fe, int stream, dpcm, domain); } else { dpcm_async[i++] = dpcm; if (i == DPCM_MAX_BE_USERS) { dev_dbg(fe->dev, "ASoC: MAX backend users!\n"); break; } } } Loading