- libarmbox: try to fix cec

This commit is contained in:
TangoCash
2020-01-17 22:52:55 +01:00
committed by Thilo Graf
parent 8658177951
commit 1920c37be5
2 changed files with 188 additions and 117 deletions

View File

@@ -34,6 +34,13 @@ struct cec_message
unsigned char length;
} __attribute__((packed));
struct cec_message_fb
{
unsigned char address;
unsigned char length;
unsigned char data[256];
}__attribute__((packed));
struct addressinfo
{
unsigned char logical;
@@ -70,6 +77,7 @@ private:
void request_audio_status();
bool muted;
int volume;
bool fallback;
protected:
bool running;
public: