finer granularity of amname generation + audio manager registration filtering
[profile/ivi/pulseaudio-module-murphy-ivi.git] / murphy / module-murphy-ivi-symdef.h
1 /*
2  * module-murphy-ivi -- PulseAudio module for providing audio routing support
3  * Copyright (c) 2012, Intel Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms and conditions of the GNU Lesser General Public License,
7  * version 2.1, as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.
12  * See the GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this program; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston,
17  * MA 02110-1301 USA.
18  *
19  */
20 #ifndef foomurphyivisymdeffoo
21 #define foomurphyivisymdeffoo
22
23 #include <pulsecore/core.h>
24 #include <pulsecore/module.h>
25 #include <pulsecore/macro.h>
26
27 #define pa__init module_murphy_ivi_LTX_pa__init
28 #define pa__done module_murphy_ivi_LTX_pa__done
29 #define pa__get_author module_murphy_ivi_LTX_pa__get_author
30 #define pa__get_description module_murphy_ivi_LTX_pa__get_description
31 #define pa__get_usage module_murphy_ivi_LTX_pa__get_usage
32 #define pa__get_version module_murphy_ivi_LTX_pa__get_version
33 #define pa__load_once module_murphy_ivi_LTX_pa__load_once
34
35 int pa__init(pa_module *m);
36 void pa__done(pa_module *m);
37
38 const char* pa__get_author(void);
39 const char* pa__get_description(void);
40 const char* pa__get_usage(void);
41 const char* pa__get_version(void);
42 bool pa__load_once(void);
43
44 #endif