summaryrefslogtreecommitdiffstats
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
parentc65a909399038079e7916a26b5546110c56b1e45 (diff)
parent031734b7d6532633d0cde73475c30646bf37cd6d (diff)
downloadlinux-0-day-49fdfe365513684a4b2d8a421e1383084eef5273.tar.gz
linux-0-day-49fdfe365513684a4b2d8a421e1383084eef5273.tar.xz
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 1a7323238c495..6e865c2bcffe4 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 *);