diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2008-01-10 08:39:01 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:50 -0500 |
commit | 4ccab3e72e211c40d868045c7d3216948999bcf7 (patch) | |
tree | d272be72dfa4252bc77c5bb44e98c6c34afe9bc9 /include | |
parent | 3c1c47e0eb92264d555003ee2003f836e432615b (diff) |
[ALSA] soc - Ensure PCMs are suspended
This fixes a bug whereby PCMs were not being suspended when the rest of the
audio subsystem was suspended.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0afcdfe42a46..6b51ff2269b4 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -447,6 +447,9 @@ struct snd_soc_dai_link { | |||
447 | 447 | ||
448 | /* codec/machine specific init - e.g. add machine controls */ | 448 | /* codec/machine specific init - e.g. add machine controls */ |
449 | int (*init)(struct snd_soc_codec *codec); | 449 | int (*init)(struct snd_soc_codec *codec); |
450 | |||
451 | /* DAI pcm */ | ||
452 | struct snd_pcm *pcm; | ||
450 | }; | 453 | }; |
451 | 454 | ||
452 | /* SoC machine */ | 455 | /* SoC machine */ |