On 6/24/22 08:43, Cezary Rojewski wrote: > Address the warning: "Codec: dpcm_be_connect: FE is nonatomic but BE is > not, forcing BE as nonatomic" by marking BE DAI as nonatomic. Aligns > with what is already done for FE DAIs. > > This patchset iterates the change over all HSW and BDW related machine > board drivers. I don't think this is necessary, I was planning to demote this warning to a simple dev_dbg or possibly remove this message entirely. The BE DAIs can perfectly be declared as non-atomic in all Intel machine drivers, except for SoundWire where there's a known delay during the .trigger. > Cezary Rojewski (4): > ASoC: Intel: hsw_rt5640: Mark BE DAI as nonatomic > ASoC: Intel: bdw_rt286: Mark BE DAI as nonatomic > ASoC: Intel: bdw_rt5650: Mark BE DAI as nonatomic > ASoC: Intel: bdw_rt5677: Mark BE DAI as nonatomic > > sound/soc/intel/boards/bdw-rt5650.c | 1 + > sound/soc/intel/boards/bdw-rt5677.c | 1 + > sound/soc/intel/boards/bdw_rt286.c | 1 + > sound/soc/intel/boards/hsw_rt5640.c | 1 + > 4 files changed, 4 insertions(+) >