From 07068446e60502bbd4b7b3a5df16a6246183e1ed Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Wed, 27 Mar 2019 17:21:12 +1100 Subject: 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 --- core.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core.c') diff --git a/core.c b/core.c index a618bfe..f7e7978 100644 --- a/core.c +++ b/core.c @@ -160,6 +160,12 @@ int snd_avirt_stream_set_map(struct snd_avirt_stream *stream, const char *map) return 0; } +/** + * snd_avirt_streams_get - Get AVIRT streams for a given Audio Path map + * @map: The Audio Path UID whose streams to find. + * @stream_array: To be populated with streams. + * @return: The number of streams found for the Audio Path. + */ static int snd_avirt_streams_get(const char *map, struct snd_avirt_stream_array *stream_array) { -- cgit 1.2.3-korg