soc.h (d4754ec91c7b094298f0b2ba02327e6887671edc) soc.h (1500b7b5ffaacb8199e0a61162f5d349fb19acbe)
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

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

475
476 struct mutex mutex;
477 struct snd_soc_card *card;
478 struct list_head list;
479 struct list_head card_list;
480 int num_dai;
481 enum snd_soc_compress_type compress_type;
482 size_t reg_size; /* reg_cache_size * reg_word_size */
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

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

475
476 struct mutex mutex;
477 struct snd_soc_card *card;
478 struct list_head list;
479 struct list_head card_list;
480 int num_dai;
481 enum snd_soc_compress_type compress_type;
482 size_t reg_size; /* reg_cache_size * reg_word_size */
483 int (*volatile_register)(struct snd_soc_codec *, unsigned int);
484 int (*readable_register)(struct snd_soc_codec *, unsigned int);
483
484 /* runtime */
485 struct snd_ac97 *ac97; /* for ad-hoc ac97 devices */
486 unsigned int active;
487 unsigned int cache_only:1; /* Suppress writes to hardware */
488 unsigned int cache_sync:1; /* Cache needs to be synced to hardware */
489 unsigned int suspended:1; /* Codec is in suspend PM state */
490 unsigned int probed:1; /* Codec has been probed */

--- 296 unchanged lines hidden ---
485
486 /* runtime */
487 struct snd_ac97 *ac97; /* for ad-hoc ac97 devices */
488 unsigned int active;
489 unsigned int cache_only:1; /* Suppress writes to hardware */
490 unsigned int cache_sync:1; /* Cache needs to be synced to hardware */
491 unsigned int suspended:1; /* Codec is in suspend PM state */
492 unsigned int probed:1; /* Codec has been probed */

--- 296 unchanged lines hidden ---