cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c
ac97_patch.h
Ariff Abdullah
ariff at FreeBSD.org
Thu Apr 26 08:30:53 UTC 2007
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 at nifty.ne.jp>
[2]
Reported/Tested by: Christian Mueller
<raptor-freebsd-multimedia at 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
More information about the cvs-src
mailing list