From bf65330d3ef0e57d0bf2d4c6171c77038695b771 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 22 Jan 2011 04:03:32 +0100 Subject: lots of UI work --- radio_routing.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 radio_routing.h (limited to 'radio_routing.h') 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 + +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 + -- cgit v1.2.3