summaryrefslogtreecommitdiffstats
path: root/plugins/lib/bluealsa/hal-bluealsa.h
blob: 86fe45a4826bf6ad6572b975c67be648ddd7467a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __INC_HAL_BLUEALSA_H
#define __INC_HAL_BLUEALSA_H

#include "hal-bluealsa-transports.h"

typedef struct {
	bluealsa_transport_t transport_list;
	struct {
		char * mic;		// capture for talking
		char * speaker;	// playback zone
		uint32_t delayms;
	} sco;
	struct {
		char * zone;
		uint32_t delayms;
	} a2dp;
} hal_bluealsa_plugin_data_t;

#define SMIXER_API_NAME "smixer"

#endif /* __INC_HAL_BLUEALSA_H */