comparison src/amidi-plug/backend-alsa/b-alsa.h @ 437:e1c6b223431e trunk

[svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf
author giacomo
date Mon, 15 Jan 2007 13:25:41 -0800
parents 3da1b8942b8b
children
comparison
equal deleted inserted replaced
436:a668576342e0 437:e1c6b223431e
21 #ifndef _B_ALSA_H 21 #ifndef _B_ALSA_H
22 #define _B_ALSA_H 1 22 #define _B_ALSA_H 1
23 23
24 #include <alsa/asoundlib.h> 24 #include <alsa/asoundlib.h>
25 #include "../i_common.h" 25 #include "../i_common.h"
26 #include "../i_configure_file.h"
26 #include "../pcfg/i_pcfg.h" 27 #include "../pcfg/i_pcfg.h"
27 #include "../i_midievent.h" 28 #include "../i_midievent.h"
28 29
29 30
30 typedef struct 31 typedef struct
54 gint i_seq_port_wparse( gchar * ); 55 gint i_seq_port_wparse( gchar * );
55 gint i_seq_event_common_init( midievent_t * ); 56 gint i_seq_event_common_init( midievent_t * );
56 GSList * i_seq_mixctl_get_list( gint ); 57 GSList * i_seq_mixctl_get_list( gint );
57 void i_seq_mixctl_free_list( GSList * ); 58 void i_seq_mixctl_free_list( GSList * );
58 gint i_seq_mixer_find_selem( snd_mixer_t * , gchar * , gchar * , gint , snd_mixer_elem_t ** ); 59 gint i_seq_mixer_find_selem( snd_mixer_t * , gchar * , gchar * , gint , snd_mixer_elem_t ** );
59 void i_cfg_read( void ); 60 void i_cfg_read( i_cfg_get_file_cb );
60 void i_cfg_free( void ); 61 void i_cfg_free( void );
61 gint i_util_str_count( gchar * , gchar ); 62 gint i_util_str_count( gchar * , gchar );
62 63
63 #endif /* !_B_ALSA_H */ 64 #endif /* !_B_ALSA_H */