|
@@ -865,7 +865,6 @@ struct snd_soc_platform {
|
|
|
|
|
|
struct snd_soc_card *card;
|
|
struct snd_soc_card *card;
|
|
struct list_head list;
|
|
struct list_head list;
|
|
- struct list_head card_list;
|
|
|
|
|
|
|
|
struct snd_soc_component component;
|
|
struct snd_soc_component component;
|
|
|
|
|
|
@@ -1056,7 +1055,6 @@ struct snd_soc_card {
|
|
|
|
|
|
/* lists of probed devices belonging to this card */
|
|
/* lists of probed devices belonging to this card */
|
|
struct list_head codec_dev_list;
|
|
struct list_head codec_dev_list;
|
|
- struct list_head platform_dev_list;
|
|
|
|
|
|
|
|
struct list_head widgets;
|
|
struct list_head widgets;
|
|
struct list_head paths;
|
|
struct list_head paths;
|
|
@@ -1299,7 +1297,6 @@ static inline void *snd_soc_pcm_get_drvdata(struct snd_soc_pcm_runtime *rtd)
|
|
static inline void snd_soc_initialize_card_lists(struct snd_soc_card *card)
|
|
static inline void snd_soc_initialize_card_lists(struct snd_soc_card *card)
|
|
{
|
|
{
|
|
INIT_LIST_HEAD(&card->codec_dev_list);
|
|
INIT_LIST_HEAD(&card->codec_dev_list);
|
|
- INIT_LIST_HEAD(&card->platform_dev_list);
|
|
|
|
INIT_LIST_HEAD(&card->widgets);
|
|
INIT_LIST_HEAD(&card->widgets);
|
|
INIT_LIST_HEAD(&card->paths);
|
|
INIT_LIST_HEAD(&card->paths);
|
|
INIT_LIST_HEAD(&card->dapm_list);
|
|
INIT_LIST_HEAD(&card->dapm_list);
|