summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/bytcht_da7213.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2022-03-01 13:48:57 -0600
committerMark Brown <broonie@kernel.org>2022-03-02 13:43:38 +0000
commitf1eebb3bf707b267bd8ed945d00a81c8ca31bd73 (patch)
treecb22d652c4a46bd684a4ba18a5032138eb34661a /sound/soc/intel/boards/bytcht_da7213.c
parenta6264056b39ee0c478e1d73bfc40f61a8cf3673f (diff)
downloadlinux-stable-f1eebb3bf707b267bd8ed945d00a81c8ca31bd73.tar.gz
linux-stable-f1eebb3bf707b267bd8ed945d00a81c8ca31bd73.tar.bz2
linux-stable-f1eebb3bf707b267bd8ed945d00a81c8ca31bd73.zip
ASoC: Intel: boards: fix spelling in comments
copy/paste spelling issues with platforms and buttons. Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: FRED OH <fred.oh@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220301194903.60859-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/bytcht_da7213.c')
-rw-r--r--sound/soc/intel/boards/bytcht_da7213.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/bytcht_da7213.c b/sound/soc/intel/boards/bytcht_da7213.c
index fae1e7e785b0..eb19bf16afad 100644
--- a/sound/soc/intel/boards/bytcht_da7213.c
+++ b/sound/soc/intel/boards/bytcht_da7213.c
@@ -260,7 +260,7 @@ static int bytcht_da7213_probe(struct platform_device *pdev)
dailink[dai_index].codecs->name = codec_name;
}
- /* override plaform name, if required */
+ /* override platform name, if required */
platform_name = mach->mach_params.platform;
ret_val = snd_soc_fixup_dai_links_platform_name(card, platform_name);