ASoC: Intel: bdw_rt5650: Mark BE DAI as nonatomic
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 24 Jun 2022 13:43:16 +0000 (15:43 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 15 Jul 2022 13:24:35 +0000 (14:24 +0100)
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 ones.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220624134317.3656128-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bdw-rt5650.c

index aae857f..67c3f49 100644 (file)
@@ -249,6 +249,7 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = {
                /* SSP0 - Codec */
                .name = "Codec",
                .id = 0,
+               .nonatomic = 1,
                .no_pcm = 1,
                .dai_fmt = SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_NB_NF |
                        SND_SOC_DAIFMT_CBC_CFC,