aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-01-18 11:55:31 +0000
committerMark Brown <broonie@kernel.org>2018-01-18 11:55:31 +0000
commit49fdfe365513684a4b2d8a421e1383084eef5273 (patch)
tree723eff602e0fb26c0fb23be32e051562ac5e58a1 /include/sound
parentMerge remote-tracking branch 'asoc/fix/mtk' into asoc-linus (diff)
parentASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookup (diff)
downloadlinux-dev-49fdfe365513684a4b2d8a421e1383084eef5273.tar.xz
linux-dev-49fdfe365513684a4b2d8a421e1383084eef5273.zip
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h3
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 *);