Skip to content

Commit 11a08e0

Browse files
Colin Ian Kingbroonie
authored andcommitted
ASoC: mediatek: mt8195: Fix spelling mistake "bitwiedh" -> "bitwidth"
There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2fd276c commit 11a08e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/mediatek/mt8195/mt8195-dai-etdm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ static int mtk_dai_etdm_configure(struct mtk_base_afe *afe,
19091909
__func__, etdm_data->format, etdm_data->data_mode,
19101910
etdm_data->lrck_inv, etdm_data->lrck_width, etdm_data->bck_inv,
19111911
etdm_data->clock_mode, etdm_data->slave_mode);
1912-
dev_dbg(afe->dev, "%s rate %u channels %u bitwiedh %u, id %d\n",
1912+
dev_dbg(afe->dev, "%s rate %u channels %u bitwidth %u, id %d\n",
19131913
__func__, rate, channels, bit_width, dai_id);
19141914

19151915
etdm_channels = (etdm_data->data_mode == MTK_DAI_ETDM_DATA_ONE_PIN) ?

0 commit comments

Comments
 (0)