| Summary: | [bktr] [patch] AVER TVPhone | ||
|---|---|---|---|
| Product: | Base System | Reporter: | m_sasai <m_sasai> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->roger Over to maintainer of the brooktree driver Responsible Changed From-To: roger->freebsd-bugs Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. State Changed From-To: open->feedback Is this still an issue? State Changed From-To: feedback->closed Feedback timeout (> 6 months). |
nothing audio MUX values for AVER TVPhone. AVer Media TV/FM's parameter is too loud. Fix: add follow to brooktree848.c:static const struct CARDTYPE cards[] { CARD_AVER_MEDIA_TV_PHONE, /* the card id */ "AVer Media TV Phone", /* the 'name' */ NULL, /* the tuner */ 0, /* the tuner i2c address */ 0, /* dbx is optional */ 0, 0, /* EEProm type */ 0, /* EEProm size */ { 0x04, 0x04, 0x08, 0x00, 1 }, /* audio MUX values */ 0x0f }, /* GPIO mask */ How-To-Repeat: compile kernel with #define OVERRIDE CARD_AVER_MEDIA and #define OVERRIDE_TUNER PHILIPS_FR1236_NTSC