linuxOS_AP05/external/bluez-alsa/src/ctl.h
2025-06-02 13:59:07 +08:00

22 lines
383 B
C

/*
* BlueALSA - ctl.h
* Copyright (c) 2016-2018 Arkadiusz Bokowy
*
* This file is a part of bluez-alsa.
*
* This project is licensed under the terms of the MIT license.
*
*/
#ifndef BLUEALSA_CTL_H_
#define BLUEALSA_CTL_H_
#include "shared/ctl-proto.h"
int bluealsa_ctl_thread_init(void);
void bluealsa_ctl_free(void);
int bluealsa_ctl_event(enum ba_event event);
#endif