Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: max98926: Use modern ASoC DAI format terminology

As part of moving to remove the old style defines for the bus clocks update
the max98926 driver to use more modern terminology for clocking.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220222234026.712070-9-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

+2 -2
+2 -2
sound/soc/codecs/max98926.c
··· 331 331 332 332 dev_dbg(component->dev, "%s: fmt 0x%08X\n", __func__, fmt); 333 333 334 - switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { 335 - case SND_SOC_DAIFMT_CBS_CFS: 334 + switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) { 335 + case SND_SOC_DAIFMT_CBC_CFC: 336 336 max98926_set_sense_data(max98926); 337 337 break; 338 338 default: