summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorYang Yingliang <yangyingliang@huawei.com>2023-08-17 04:42:52 +0300
committerTakashi Iwai <tiwai@suse.de>2023-08-17 10:03:37 +0300
commit2e6f979037d5ae35c0ed38e2b63e9876eb7bc65f (patch)
tree856e7a58a6008707a0d7ec501d64f0ca36c5aa90 /sound/pci
parent905240d169ebe4b879628b4a05316332803a3c3d (diff)
downloadlinux-2e6f979037d5ae35c0ed38e2b63e9876eb7bc65f.tar.xz
ALSA: hda: cs35l41: change cs35l41_prop_model to static
cs35l41_prop_model is only used in cs35l41_hda_property.c now, change it to static. Fixes: ef4ba63f12b0 ("ALSA: hda: cs35l41: Support systems with missing _DSD properties") Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20230817014252.1511232-1-yangyingliang@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/cs35l41_hda_property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/cs35l41_hda_property.c b/sound/pci/hda/cs35l41_hda_property.c
index 48dcc3f1ef88..9b5a1d61575e 100644
--- a/sound/pci/hda/cs35l41_hda_property.c
+++ b/sound/pci/hda/cs35l41_hda_property.c
@@ -50,7 +50,7 @@ struct cs35l41_prop_model {
const char *hid);
};
-const struct cs35l41_prop_model cs35l41_prop_model_table[] = {
+static const struct cs35l41_prop_model cs35l41_prop_model_table[] = {
{ "CLSA0100", NULL, lenovo_legion_no_acpi },
{ "CLSA0101", NULL, lenovo_legion_no_acpi },
{}