mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
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 <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210826112611.10356-1-colin.king@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2fd276c3ee
commit
11a08e0507
@ -1909,7 +1909,7 @@ static int mtk_dai_etdm_configure(struct mtk_base_afe *afe,
|
||||
__func__, etdm_data->format, etdm_data->data_mode,
|
||||
etdm_data->lrck_inv, etdm_data->lrck_width, etdm_data->bck_inv,
|
||||
etdm_data->clock_mode, etdm_data->slave_mode);
|
||||
dev_dbg(afe->dev, "%s rate %u channels %u bitwiedh %u, id %d\n",
|
||||
dev_dbg(afe->dev, "%s rate %u channels %u bitwidth %u, id %d\n",
|
||||
__func__, rate, channels, bit_width, dai_id);
|
||||
|
||||
etdm_channels = (etdm_data->data_mode == MTK_DAI_ETDM_DATA_ONE_PIN) ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user