diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0495b4aaeb70..b14acd8228ab 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
| @@ -663,6 +663,8 @@ struct snd_soc_component { | |||
| 663 | 663 | ||
| 664 | unsigned int active; | 664 | unsigned int active; |
| 665 | 665 | ||
| 666 | unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */ | ||
| 667 | |||
| 666 | struct list_head list; | 668 | struct list_head list; |
| 667 | 669 | ||
| 668 | struct snd_soc_dai_driver *dai_drv; | 670 | struct snd_soc_dai_driver *dai_drv; |
| @@ -715,7 +717,6 @@ struct snd_soc_codec { | |||
| 715 | 717 | ||
| 716 | /* dapm */ | 718 | /* dapm */ |
| 717 | struct snd_soc_dapm_context dapm; | 719 | struct snd_soc_dapm_context dapm; |
| 718 | unsigned int ignore_pmdown_time:1; /* pmdown_time is ignored at stop */ | ||
| 719 | 720 | ||
| 720 | #ifdef CONFIG_DEBUG_FS | 721 | #ifdef CONFIG_DEBUG_FS |
| 721 | struct dentry *debugfs_codec_root; | 722 | struct dentry *debugfs_codec_root; |
