diff options
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | 2015-07-16 11:36:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-16 21:38:23 +0100 |
commit | c3a0003aaf0dc2ffd006a3bb5abc1f5b639552a7 (patch) | |
tree | e46d8dc86f8e0dc5ea59877b6b74a9a18965f801 /sound/soc/sti/uniperif.h | |
parent | ed6c75f23383ba4e0fbc935c0b6ab165bc9ff65e (diff) | |
download | lwn-c3a0003aaf0dc2ffd006a3bb5abc1f5b639552a7.tar.gz lwn-c3a0003aaf0dc2ffd006a3bb5abc1f5b639552a7.zip |
ASoC: sti: Add CPU DAI driver for capture
Add code to manage Uniperipheral reader IP instances.
These DAIs are dedicated to capture and support I2S and IEC modes.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti/uniperif.h')
-rw-r--r-- | sound/soc/sti/uniperif.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/sti/uniperif.h b/sound/soc/sti/uniperif.h index a8d9e94d8041..f396958e8a08 100644 --- a/sound/soc/sti/uniperif.h +++ b/sound/soc/sti/uniperif.h @@ -1212,4 +1212,7 @@ int uni_player_init(struct platform_device *pdev, struct uniperif *uni_player); int uni_player_resume(struct uniperif *player); +/* uniperiph reader */ +int uni_reader_init(struct platform_device *pdev, + struct uniperif *uni_reader); #endif |