soc.h (4484bb2e93a9ab636d149edc6515c75ea224e2b0) | soc.h (1321b160fa1cf63fa841d954fe31220366b6647a) |
---|---|
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 --- 360 unchanged lines hidden (view full) --- 369 short reg_cache_size; 370 short reg_cache_step; 371 372 /* dapm */ 373 struct list_head dapm_widgets; 374 struct list_head dapm_paths; 375 unsigned int dapm_state; 376 unsigned int suspend_dapm_state; | 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 --- 360 unchanged lines hidden (view full) --- 369 short reg_cache_size; 370 short reg_cache_step; 371 372 /* dapm */ 373 struct list_head dapm_widgets; 374 struct list_head dapm_paths; 375 unsigned int dapm_state; 376 unsigned int suspend_dapm_state; |
377 struct delayed_work delayed_work; |
|
377 378 /* codec DAI's */ 379 struct snd_soc_codec_dai *dai; 380 unsigned int num_dai; 381}; 382 383/* codec device */ 384struct snd_soc_codec_device { --- 103 unchanged lines hidden --- | 378 379 /* codec DAI's */ 380 struct snd_soc_codec_dai *dai; 381 unsigned int num_dai; 382}; 383 384/* codec device */ 385struct snd_soc_codec_device { --- 103 unchanged lines hidden --- |