summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-01-26 15:26:42 +0000
committerMark Brown <broonie@kernel.org>2018-01-26 15:26:42 +0000
commit5b813ecaa48720c20d1320ca100d8b1462c2afbb (patch)
treef6a3ef7b0a9b07792816957280e84c8005fb945d /include
parentb872617c09843ee6a9dba7818b56f96232dfe62d (diff)
parent971da24c48a9447fb7a3c7805812fd5f443ca008 (diff)
downloadlinux-5b813ecaa48720c20d1320ca100d8b1462c2afbb.tar.gz
linux-5b813ecaa48720c20d1320ca100d8b1462c2afbb.zip
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'include')
-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 *);