mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
audio refactoring done + T-WATCH2020 support
This commit is contained in:
@@ -21,7 +21,7 @@ struct adac_s {
|
||||
void (*power)(adac_power_e mode);
|
||||
void (*speaker)(bool active);
|
||||
void (*headset)(bool active);
|
||||
void (*volume)(unsigned left, unsigned right);
|
||||
bool (*volume)(unsigned left, unsigned right);
|
||||
};
|
||||
|
||||
extern const struct adac_s dac_tas57xx;
|
||||
|
||||
Reference in New Issue
Block a user