summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2024-02-23 18:51:09 +0100
committerMark Brown <broonie@kernel.org>2024-02-26 14:03:15 +0000
commit48bbec092e4cf2fe1d3f81a889ec176e83aee695 (patch)
tree435c2738e39ad6c12b94b768c9825d44d6aa6049 /sound
parent59c6a3a43b221cc2a211181b1298e43b2c2df782 (diff)
downloadlinux-stable-48bbec092e4cf2fe1d3f81a889ec176e83aee695.tar.gz
linux-stable-48bbec092e4cf2fe1d3f81a889ec176e83aee695.tar.bz2
linux-stable-48bbec092e4cf2fe1d3f81a889ec176e83aee695.zip
ASoC: meson: axg-tdm-interface: update error format error traces
ASoC stopped using CBS_CFS and CBM_CFM a few years ago but the traces in the amlogic tdm interface driver did not follow. Update this to match the new format names Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://msgid.link/r/20240223175116.2005407-4-jbrunet@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/meson/axg-tdm-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-tdm-interface.c b/sound/soc/meson/axg-tdm-interface.c
index 2cedbce73837..bf708717635b 100644
--- a/sound/soc/meson/axg-tdm-interface.c
+++ b/sound/soc/meson/axg-tdm-interface.c
@@ -133,7 +133,7 @@ static int axg_tdm_iface_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
case SND_SOC_DAIFMT_BP_FC:
case SND_SOC_DAIFMT_BC_FP:
- dev_err(dai->dev, "only CBS_CFS and CBM_CFM are supported\n");
+ dev_err(dai->dev, "only BP_FP and BC_FC are supported\n");
fallthrough;
default:
return -EINVAL;