aboutsummaryrefslogtreecommitdiffstats
path: root/sound/avirt.h
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2019-03-27 17:21:12 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2019-03-27 17:48:58 +1100
commit07068446e60502bbd4b7b3a5df16a6246183e1ed (patch)
tree9224e1fee1b9f4422f204ded1a1b620aed13f2cd /sound/avirt.h
parent9f68614f664506535c873699dcfbca6e2515a24c (diff)
Remove snd_avirt_pcm_period_elapsed, format tidy
We do not need this wrapper function any longer, can use snd_pcm_period_elapsed instead. Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'sound/avirt.h')
-rw-r--r--sound/avirt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/avirt.h b/sound/avirt.h
index 138d0ca..8378004 100644
--- a/sound/avirt.h
+++ b/sound/avirt.h
@@ -128,13 +128,4 @@ int snd_avirt_audiopath_deregister(struct snd_avirt_audiopath *audiopath);
*/
struct snd_avirt_audiopath *snd_avirt_audiopath_get(const char *uid);
-/**
- * snd_avirt_pcm_period_elapsed - PCM buffer complete callback
- * @substream: pointer to ALSA PCM substream
- *
- * This should be called from a child Audio Path once it has finished processing
- * the PCM buffer
- */
-void snd_avirt_pcm_period_elapsed(struct snd_pcm_substream *substream);
-
#endif // __SOUND_AVIRT_H