From 85510ff4540c13609b3ec749a80638ae502fd098 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Mon, 8 Oct 2018 12:03:56 +1100 Subject: Add card to the configure callback The loopback audio path might need to add it's own controls. Signed-off-by: Mark Farrugia --- core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core.h') diff --git a/core.h b/core.h index ec44081..b7c250a 100644 --- a/core.h +++ b/core.h @@ -32,7 +32,8 @@ * Each Audio Path registers this at avirt_audiopath_register time. * It is then called by the core once AVIRT has been configured */ -typedef int (*avirt_audiopath_configure)(struct config_group *stream_group, +typedef int (*avirt_audiopath_configure)(struct snd_card *card, + struct config_group *stream_group, unsigned int stream_count); /** -- cgit 1.2.3-korg