soc.h (b70366e5d31788650b2a5cec5cd13ea80ac7e44a) soc.h (991454e17070eaf5286a666d9e896fd6fb332c72)
1/*
2 * linux/sound/soc.h -- ALSA SoC Layer
3 *
4 * Author: Liam Girdwood
5 * Created: Aug 11th 2005
6 * Copyright: Wolfson Microelectronics. PLC.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 798 unchanged lines hidden (view full) ---

807 const char *name_prefix;
808 struct device *dev;
809 struct snd_soc_card *card;
810
811 unsigned int active;
812
813 unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */
814 unsigned int registered_as_component:1;
1/*
2 * linux/sound/soc.h -- ALSA SoC Layer
3 *
4 * Author: Liam Girdwood
5 * Created: Aug 11th 2005
6 * Copyright: Wolfson Microelectronics. PLC.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 798 unchanged lines hidden (view full) ---

807 const char *name_prefix;
808 struct device *dev;
809 struct snd_soc_card *card;
810
811 unsigned int active;
812
813 unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */
814 unsigned int registered_as_component:1;
815 unsigned int auxiliary:1; /* for auxiliary component of the card */
816 unsigned int suspended:1; /* is in suspend PM state */
817
818 struct list_head list;
819 struct list_head card_aux_list; /* for auxiliary bound components */
820 struct list_head card_list;
821
822 struct snd_soc_dai_driver *dai_drv;
823 int num_dai;

--- 905 unchanged lines hidden ---
815 unsigned int suspended:1; /* is in suspend PM state */
816
817 struct list_head list;
818 struct list_head card_aux_list; /* for auxiliary bound components */
819 struct list_head card_list;
820
821 struct snd_soc_dai_driver *dai_drv;
822 int num_dai;

--- 905 unchanged lines hidden ---