16 Sep
2021
16 Sep
'21
9:57 a.m.
On 15.09.2021 21:10, Mark Brown wrote:
Convert the Atmel drivers to use the new style defines for clocking in DAI formats.
Signed-off-by: Mark Brown broonie@kernel.org
Reviewed-by: Codrin Ciubotariu codrin.ciubotariu@microchip.com Thanks!
switch (dev->fmt & SND_SOC_DAIFMT_MASTER_MASK) {
case SND_SOC_DAIFMT_CBS_CFS:
case SND_SOC_DAIFMT_CBC_CFC: /* codec is slave, so cpu is master */
...
case SND_SOC_DAIFMT_CBM_CFM:
case SND_SOC_DAIFMT_CBP_CFP: /* codec is master, so cpu is slave */
probably these comments should also be changed.