[PATCH v4 2/3] ASoC: Intel: Multiple I/O PCM format support for pipe
Gorski, Mateusz
mateusz.gorski at linux.intel.com
Mon Apr 27 13:14:58 CEST 2020
>> + list_for_each_entry(ppl, &skl->ppl_list, node) {
>> + if (ppl->pipe->ppl_id == *pipe_id) {
>> + pipe = ppl->pipe;
>> + break;
>> + }
>> + }
>
> is there an alignment issue here or just a diff illusion?
There was, changed in v5.
>
> You also have a number of other alignment/style issues reported by
> checkpatch.pl
>
I have only validated with standard chechpatch.pl settings, scanned with
*--strict *and addressed all warnings in patchset v5.
Thanks,
Mateusz
More information about the Alsa-devel
mailing list