diff options
author | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-05-31 09:22:48 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:03:02 +0100 |
commit | 11a8f2a730b0ffac76b238cf47b70a4cbc266b06 (patch) | |
tree | 5e12e428c3cdcc99d924d8ef6cedf0166afdb391 /include | |
parent | 58a098fd26f033e7145d60799ad153a697408a94 (diff) |
ASoC: core: Make PCM ops per rtd
Make PCM operations per rtd rather than card.
Change-Id: I48199af9316709b59cdefa993f75266fc8b2c2c6
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5e7a8bc1b5e..c1b9401a8e8 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -726,6 +726,7 @@ struct snd_soc_pcm_runtime { struct snd_soc_card *card; struct snd_soc_dai_link *dai_link; struct mutex pcm_mutex; + struct snd_pcm_ops ops; unsigned int complete:1; unsigned int dev_registered:1; |