libcoolstream: Add boxarch to hw_caps

Origin commit data
------------------
Commit: 514d6344a6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-25 (Mon, 25 Jan 2016)
This commit is contained in:
Michael Liebmann
2016-01-25 13:34:13 +01:00
parent 48acf5fcc4
commit 5d1176266a
4 changed files with 16 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ typedef struct hw_caps {
int can_set_display_brightness;
char boxvendor[64];
char boxname[64];
char boxarch[64];
char chipset[64];
char frontend[64];
} hw_caps_t;