[PATCH v2 10/16] ASoC: qcom: audioreach: add bedai support
Srinivas Kandagatla
srinivas.kandagatla at linaro.org
Thu Jul 15 12:32:10 CEST 2021
On 14/07/2021 18:03, Pierre-Louis Bossart wrote:
>> + rc = q6apm_graph_media_format_pcm(dai_data->graph[dai->id],
>> + substream->stream, cfg->sample_rate,
>> + cfg->num_channels, NULL, cfg->bit_width);
>> +
>> + rc = q6apm_graph_prepare(dai_data->graph[dai->id]);
> any good static analyzer would tell you you didn't test rc before overriding it..
yes you are correct, I did forgot to do cppcheck after make W=1 C=1
These are now fixed in new version.
--srini
More information about the Alsa-devel
mailing list