Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kuninori Morimoto and committed by
Mark Brown
7caae0ae 9800e774

-4
-3
include/sound/soc.h
··· 1073 1073 struct list_head dapm_list; 1074 1074 struct list_head dapm_dirty; 1075 1075 1076 - /* attached dynamic objects */ 1077 - struct list_head dobj_list; 1078 - 1079 1076 /* Generic DAPM context for the card */ 1080 1077 struct snd_soc_dapm_context *dapm; 1081 1078 struct snd_soc_dapm_stats dapm_stats;
-1
sound/soc/soc-core.c
··· 2574 2574 INIT_LIST_HEAD(&card->list); 2575 2575 INIT_LIST_HEAD(&card->rtd_list); 2576 2576 INIT_LIST_HEAD(&card->dapm_dirty); 2577 - INIT_LIST_HEAD(&card->dobj_list); 2578 2577 2579 2578 card->instantiated = 0; 2580 2579 mutex_init(&card->mutex);