diff options
author | Gu Shengxian <gushengxian@yulong.com> | 2021-07-06 08:42:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-07-12 00:48:40 +0200 |
commit | f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52 (patch) | |
tree | 88ebe670f62ebcfccfcd5a41b185c6c3abd947c7 /sound/soc/amd/raven | |
parent | ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 channel count (diff) | |
download | linux-f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52.tar.xz linux-f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52.zip |
ASoC: amd: fix spelling mistakes
Fix some spelling mistakes as follows:
descritor ==> descriptor
descriptore ==> descriptor
contiguos ==> contiguous
initiailize ==> initialize
descriptiors ==> descriptor
Signed-off-by: Gu Shengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210706064207.672491-1-gushengxian507419@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/raven')
-rw-r--r-- | sound/soc/amd/raven/acp3x-pcm-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/raven/acp3x-pcm-dma.c b/sound/soc/amd/raven/acp3x-pcm-dma.c index 8148b0d22e88..95e5fa636b0a 100644 --- a/sound/soc/amd/raven/acp3x-pcm-dma.c +++ b/sound/soc/amd/raven/acp3x-pcm-dma.c @@ -147,7 +147,7 @@ static void config_acp3x_dma(struct i2s_stream_instance *rtd, int direction) high |= BIT(31); rv_writel(high, rtd->acp3x_base + mmACP_SCRATCH_REG_0 + val + 4); - /* Move to next physically contiguos page */ + /* Move to next physically contiguous page */ val += 8; addr += PAGE_SIZE; } |