This commit is contained in:
philippe44
2019-08-21 17:14:03 -07:00
parent 95ad5a5ef4
commit d063457616
5 changed files with 10 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ void raop_sink_cmd_handler(raop_event_t event, void *param)
/****************************************************************************************
* We provide the generic codec register option
*/
void register_other(void) {
void register_external(void) {
#ifdef CONFIG_BT_SINK
if (!strcasestr(output.device, "BT ")) {
bt_sink_init(bt_sink_cmd_handler, sink_data_handler);