ASoC: meson: axg-tdm-interface: update error format error traces
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 23 Feb 2024 17:51:09 +0000 (18:51 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 26 Feb 2024 14:03:15 +0000 (14:03 +0000)
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>
sound/soc/meson/axg-tdm-interface.c

index 2cedbce738373b43b97e1cc03599b878d786729c..bf708717635bf6531195a1039aee41c3166d8154 100644 (file)
@@ -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;