summaryrefslogtreecommitdiff
path: root/radio_routing.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
commitbf65330d3ef0e57d0bf2d4c6171c77038695b771 (patch)
tree67db4baf9dbf712ce1853cdcbdcc4460281ea788 /radio_routing.h
parentadeda41eb895e75bb3884c14e123509d792635fc (diff)
downloadcfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz
cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip
lots of UI work
Diffstat (limited to 'radio_routing.h')
-rw-r--r--radio_routing.h18
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
+