summaryrefslogtreecommitdiff
path: root/radio_routing.h
blob: ee113664e4c6d49cc4842d285b228d62b7c10456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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