summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_card.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bktr/bktr_card.c')
-rw-r--r--sys/dev/bktr/bktr_card.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c
index 7b769ee..18c01a5 100644
--- a/sys/dev/bktr/bktr_card.c
+++ b/sys/dev/bktr/bktr_card.c
@@ -356,6 +356,18 @@ static const struct CARDTYPE cards[] = {
{ 0x10000, 0, 0x10000, 0, 1 }, /* audio MUX values */
0x10f00 }, /* GPIO mask */
+ { CARD_AOPEN_VA1000, /* the card id */
+ "AOpen VA1000", /* the 'name' */
+ NULL, /* the tuner */
+ 0, /* the tuner i2c address */
+ 0, /* dbx is optional */
+ 0,
+ 0,
+ 0, /* EEProm unknown */
+ 0, /* size unknown */
+ { 0x02, 0x00, 0x00, 0x00, 1 }, /* audio MUX values */
+ 0x18e0 }, /* GPIO mask */
+
};
struct bt848_card_sig bt848_card_signature[1]= {
OpenPOWER on IntegriCloud