diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-03-27 17:21:12 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2019-03-27 17:21:12 +1100 |
commit | 5bf4dc0f5f50bb5adafb2a43e19007619d195748 (patch) | |
tree | c51b552e911bbd8773516a3a12f9a6f674fdff68 /sound | |
parent | 8c7cba43618d1aca05cad1e10ea238a082e313ee (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')
-rw-r--r-- | sound/avirt.h | 9 |
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 |