diff options
author | Mark Brown | 2018-01-18 11:55:31 +0000 |
---|---|---|
committer | Mark Brown | 2018-01-18 11:55:31 +0000 |
commit | 49fdfe365513684a4b2d8a421e1383084eef5273 (patch) | |
tree | 723eff602e0fb26c0fb23be32e051562ac5e58a1 /include/sound | |
parent | c65a909399038079e7916a26b5546110c56b1e45 (diff) | |
parent | 031734b7d6532633d0cde73475c30646bf37cd6d (diff) |
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'include/sound')
-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 1a7323238c49..6e865c2bcffe 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -802,6 +802,9 @@ struct snd_soc_component_driver { int (*suspend)(struct snd_soc_component *); int (*resume)(struct snd_soc_component *); + unsigned int (*read)(struct snd_soc_component *, unsigned int); + int (*write)(struct snd_soc_component *, unsigned int, unsigned int); + /* pcm creation and destruction */ int (*pcm_new)(struct snd_soc_pcm_runtime *); void (*pcm_free)(struct snd_pcm *); |