summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/cht_bsw_nau8824.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2022-10-24 21:08:40 +0200
committerMark Brown <broonie@kernel.org>2022-10-26 14:18:27 +0100
commit4088355afac9d36bc0c27c34d34b74091e5a7c7e (patch)
tree4afbb83a218e608f284234295772707a11a453d5 /sound/soc/intel/boards/cht_bsw_nau8824.c
parent2cfcc1085d3b7b7c893be41034853d4c63a41092 (diff)
downloadlinux-stable-4088355afac9d36bc0c27c34d34b74091e5a7c7e.tar.gz
linux-stable-4088355afac9d36bc0c27c34d34b74091e5a7c7e.tar.bz2
linux-stable-4088355afac9d36bc0c27c34d34b74091e5a7c7e.zip
ASoC: Intel: boards: Fix typo in comments
It keeps propagating through machine boards, fix it once and for all. Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20221024190841.31572-2-amadeuszx.slawinski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/cht_bsw_nau8824.c')
-rw-r--r--sound/soc/intel/boards/cht_bsw_nau8824.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/cht_bsw_nau8824.c b/sound/soc/intel/boards/cht_bsw_nau8824.c
index 4c1d83b317c7..af2d9a78465d 100644
--- a/sound/soc/intel/boards/cht_bsw_nau8824.c
+++ b/sound/soc/intel/boards/cht_bsw_nau8824.c
@@ -136,7 +136,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
int ret;
- /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+ /* The DSP will convert the FE rate to 48k, stereo, 24bits */
rate->min = rate->max = 48000;
channels->min = channels->max = 2;