Skip to content

Commit 48bbec0

Browse files
jbrun3tbroonie
authored andcommitted
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 <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 59c6a3a commit 48bbec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/meson/axg-tdm-interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static int axg_tdm_iface_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
133133

134134
case SND_SOC_DAIFMT_BP_FC:
135135
case SND_SOC_DAIFMT_BC_FP:
136-
dev_err(dai->dev, "only CBS_CFS and CBM_CFM are supported\n");
136+
dev_err(dai->dev, "only BP_FP and BC_FC are supported\n");
137137
fallthrough;
138138
default:
139139
return -EINVAL;

0 commit comments

Comments
 (0)