diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-12-29 09:51:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-29 13:37:03 +0100 |
commit | 49d411f2c93aae48dd379c77db887aa282e9fb51 (patch) | |
tree | cc5fbf1808248b7e486421160ffd4816612a3d37 /sound/soc/intel/common/soc-acpi-intel-tgl-match.c | |
parent | ASoC: meson: Use managed DMA buffer allocation (diff) | |
download | linux-49d411f2c93aae48dd379c77db887aa282e9fb51.tar.xz linux-49d411f2c93aae48dd379c77db887aa282e9fb51.zip |
ASoC: Intel: common: Fix some typos
s/apci/acpi/
Turn an ICL into a TGL because it is likely a cut'n'paste error
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201229085103.192715-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-tgl-match.c')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-tgl-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c index 98196e9fad62..4933184df5f5 100644 --- a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * soc-apci-intel-tgl-match.c - tables and support for ICL ACPI enumeration. + * soc-acpi-intel-tgl-match.c - tables and support for TGL ACPI enumeration. * * Copyright (c) 2019, Intel Corporation. * |