diff options
author | Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> | 2020-04-15 15:28:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-16 00:23:12 +0100 |
commit | 79a4ff94a3fcb76d9650341336f4779f6d48d325 (patch) | |
tree | 5284aff35f8d971dfb4e2e079eae95d22b7dcc59 /include | |
parent | 7893df67e9bde8e4f0ede579ff874d438af620d8 (diff) | |
download | linux-stable-79a4ff94a3fcb76d9650341336f4779f6d48d325.tar.gz linux-stable-79a4ff94a3fcb76d9650341336f4779f6d48d325.tar.bz2 linux-stable-79a4ff94a3fcb76d9650341336f4779f6d48d325.zip |
ASoC: SOF: Intel: Fix typo in header file comment text
This patch fixes the typo in word "microphone".
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Link: https://lore.kernel.org/r/20200415202816.934-17-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/sof/dai-intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/sof/dai-intel.h b/include/sound/sof/dai-intel.h index 04e48227f542..988cddb8b04b 100644 --- a/include/sound/sof/dai-intel.h +++ b/include/sound/sof/dai-intel.h @@ -135,7 +135,7 @@ struct sof_ipc_dai_dmic_pdm_ctrl { * version number used in configuration data is checked vs. version used by * device driver src/drivers/dmic.c need to match. It is incremented from * initial value 1 if updates done for the to driver would alter the operation - * of the microhone. + * of the microphone. * * Note: The microphone clock (pdmclk_min, pdmclk_max, duty_min, duty_max) * parameters need to be set as defined in microphone data sheet. E.g. clock |