summaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/boards/max98927.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2022-10-24 22:08:41 +0300
committerMark Brown <broonie@kernel.org>2022-10-26 16:18:28 +0300
commit0d527a99229b65c781acd747c111e41626e9f041 (patch)
tree2b48787cb38aede805131864012592dc5ac6fc06 /sound/soc/intel/avs/boards/max98927.c
parent4088355afac9d36bc0c27c34d34b74091e5a7c7e (diff)
downloadlinux-0d527a99229b65c781acd747c111e41626e9f041.tar.xz
ASoC: Intel: avs: 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> Link: https://lore.kernel.org/r/20221024190841.31572-3-amadeuszx.slawinski@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/boards/max98927.c')
-rw-r--r--sound/soc/intel/avs/boards/max98927.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/avs/boards/max98927.c b/sound/soc/intel/avs/boards/max98927.c
index 35c4f8f55035..7cccce99f92e 100644
--- a/sound/soc/intel/avs/boards/max98927.c
+++ b/sound/soc/intel/avs/boards/max98927.c
@@ -53,7 +53,7 @@ avs_max98927_be_fixup(struct snd_soc_pcm_runtime *runrime, struct snd_pcm_hw_par
channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
- /* The ADSP will covert the FE rate to 48k, stereo */
+ /* The ADSP will convert the FE rate to 48k, stereo */
rate->min = rate->max = 48000;
channels->min = channels->max = 2;