diff options
Diffstat (limited to 'radio_routing.h')
-rw-r--r-- | radio_routing.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/radio_routing.h b/radio_routing.h new file mode 100644 index 0000000..ee11366 --- /dev/null +++ b/radio_routing.h @@ -0,0 +1,18 @@ +/* + * GPL 2 + */ + +#ifndef CFM_RADIO_ROUTING_H +#define CFM_RADIO_ROUTING_H + +#include <glib.h> + +void cfm_radio_route_audio_to_headphones(); +void cfm_radio_route_audio_to_speakers(); + +void cfm_radio_route_audio_bypass(); + +void cfm_radio_route_audio_reset(); + +#endif + |