diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2026-05-28 00:46:46 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-04 11:23:46 +0100 |
| commit | 66c75c7e04983f96f6b2f467305eea404aa096d7 (patch) | |
| tree | 6e0d07c97dfaf2136ce5ee005d25f0d01dca2f63 /include | |
| parent | 95e34a9015cafd2c1b257ad9e68cea2228459b13 (diff) | |
| download | linux-next-66c75c7e04983f96f6b2f467305eea404aa096d7.tar.gz linux-next-66c75c7e04983f96f6b2f467305eea404aa096d7.zip | |
ASoC: soc-core: remove card->dmi_longname
Current Card has dmi_longname[80] (when CONFIG_DMI), but no need
to have it in Card, we can alloc it. Tidyup it.
This is prepare for Card capsuling
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87a4tk2weh.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index ed8921835069..10ad80f930c2 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -976,9 +976,6 @@ struct snd_soc_card { const char *long_name; const char *driver_name; const char *components; -#ifdef CONFIG_DMI - char dmi_longname[80]; -#endif /* CONFIG_DMI */ #ifdef CONFIG_PCI /* |
