diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2026-03-27 05:43:31 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-27 21:38:44 +0300 |
| commit | 7caae0aed04137545e9f8c146d8d1dbb7a8e9865 (patch) | |
| tree | 984c108c62952c7f95558698516c3f8be9685089 /include | |
| parent | 9800e7741facc041d61490ae0d648a12687aae5d (diff) | |
| download | linux-7caae0aed04137545e9f8c146d8d1dbb7a8e9865.tar.xz | |
ASoC: soc-core: remove unused dobj_list
commit 8a9782346dccd ("ASoC: topology: Add topology core")
added dobj_list to Component and Card, but Card side has
never been used. Remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/874im2xa98.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 fd6c1c8055d2..d66164fd83e5 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1073,9 +1073,6 @@ struct snd_soc_card { struct list_head dapm_list; struct list_head dapm_dirty; - /* attached dynamic objects */ - struct list_head dobj_list; - /* Generic DAPM context for the card */ struct snd_soc_dapm_context *dapm; struct snd_soc_dapm_stats dapm_stats; |
