Revert "- libarmbox: try to fix cec"

This reverts commit bede15daa62c8896d9e43d19c4492cf3e2c26bd2.

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-05-29 16:20:16 +02:00
committed by Thilo Graf
parent e52a31f89c
commit aec6e74897
2 changed files with 117 additions and 188 deletions

View File

@@ -34,13 +34,6 @@ 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;
@@ -77,7 +70,6 @@ private:
void request_audio_status();
bool muted;
int volume;
bool fallback;
protected:
bool running;
public: