| Summary: | [sound] [patch] Cannot control treble/bass functions on YAMAHA YMF753 AC97 codec | ||
|---|---|---|---|
| Product: | Base System | Reporter: | WATANABE Kazuhiro <CQG00620> |
| Component: | kern | Assignee: | Ariff Abdullah <ariff> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
WATANABE Kazuhiro
2007-02-27 13:10:05 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-multimedia Reassign to multimedia team Responsible Changed From-To: freebsd-multimedia->ariff I'll handle this. ariff 2007-03-06 02:36:55 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm ac97.c
Log:
Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially).
PR: kern/109599
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
Revision Changes Path
1.65 +17 -0 src/sys/dev/sound/pcm/ac97.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks! ariff 2007-04-26 08:30:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h
Log:
MFC:
- Patch for AD1981B codec to enable (automuting) headphone jack sense.
- Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially) [1]
- AC97 quirk / patch cleanups. Most quirks doesn't work in general sense
and should only be applied on certain specific card / vendor, hence the
addition of ac97_getsubvendor(). [2]
- Fix low volume issue on several MSI laptops through ALC655 quirk. [2]
[1]
PR: kern/109599
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
[2]
Reported/Tested by: Christian Mueller
<raptor-freebsd-multimedia@xpls.de>
Revision Changes Path
1.53.2.4 +31 -4 src/sys/dev/sound/pcm/ac97.c
1.16.2.2 +1 -1 src/sys/dev/sound/pcm/ac97.h
1.3.2.2 +43 -5 src/sys/dev/sound/pcm/ac97_patch.c
1.3.2.2 +2 -0 src/sys/dev/sound/pcm/ac97_patch.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|