--- zzzz-none-000/linux-3.10.107/include/sound/simple_card.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/sound/simple_card.h 2021-02-04 17:41:59.000000000 +0000 @@ -16,8 +16,12 @@ struct asoc_simple_dai { const char *name; - unsigned int fmt; unsigned int sysclk; + int slots; + int slot_width; + unsigned int tx_slot_mask; + unsigned int rx_slot_mask; + struct clk *clk; }; struct asoc_simple_card_info { @@ -29,10 +33,6 @@ unsigned int daifmt; struct asoc_simple_dai cpu_dai; struct asoc_simple_dai codec_dai; - - /* used in simple-card.c */ - struct snd_soc_dai_link snd_link; - struct snd_soc_card snd_card; }; #endif /* __SIMPLE_CARD_H */