From: Yang Yingliang Date: Thu, 17 Aug 2023 01:42:52 +0000 (+0800) Subject: ALSA: hda: cs35l41: change cs35l41_prop_model to static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e6f979037d5ae35c0ed38e2b63e9876eb7bc65f;p=linux.git 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 Link: https://lore.kernel.org/r/20230817014252.1511232-1-yangyingliang@huawei.com Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/cs35l41_hda_property.c b/sound/pci/hda/cs35l41_hda_property.c index 48dcc3f1ef888..9b5a1d61575ec 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 }, {}