mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-30 17:00:57 +02:00
Revert "- libarmbox: try to fix cec"
This reverts commitbff0e71e31
. Origin commit data ------------------ Branch: master Commit:9408178607
Author: vanhofen <vanhofen@gmx.de> Date: 2020-05-29 (Fri, 29 May 2020) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user