cvs commit: src/sys/dev/sound/pcm ac97.c

2007-10-31 Thread Ariff Abdullah
ariff 2007-10-31 04:00:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97.c Log: MFC (revision 1.74): Remap and virtualize mixer controls for HP nx6110 with AD1981B AC97 codec, unifying master volume control. * Remap

cvs commit: src/sys/dev/sound/pcm ac97.c

2007-10-29 Thread Ariff Abdullah
ariff 2007-10-29 18:47:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sound/pcmac97.c Log: Remap and virtualize mixer controls for HP nx6110 with AD1981B AC97 codec, unifying master volume control. * Remap "phout" --> SOUND_MIXER_VO

cvs commit: src/sys/dev/sound/pcm ac97.c

2007-10-26 Thread Ariff Abdullah
ariff 2007-10-26 20:49:59 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Remap and virtualize mixer controls for HP nx6110 with AD1981B AC97 codec, unifying master volume control. * Remap "phout" --> SOUND_MIXER_VOLUME (internal speakers)

cvs commit: src/sys/dev/sound/pcm ac97.c

2007-06-05 Thread Ariff Abdullah
ariff 2007-06-05 20:30:17 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: - Do triple reads on reset register to detect read register bug. 2 reads seems not enough to verify its consistencies. - Define AC97_MIXER_SIZE as SOUND_MIXER_NRDEVICES (

cvs commit: src/sys/dev/sound/pcm ac97.c

2007-05-28 Thread Ariff Abdullah
ariff 2007-05-28 14:09:06 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Fix broken "rec" and "igain" introduced by previous commit. Convert reg to a full blown int since there's not much gain compacting it, and we do need its signess. Revi

cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h channel.c mixer.c mixer.h sound.h src/sys/dev/sound/usb uaudio_pcm.c

2007-05-13 Thread Ariff Abdullah
ariff 2007-05-13 20:53:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97.c ac97.h channel.c mixer.c mixer.h sound.h sys/dev/sound/usbuaudio_pcm.c Log: MFC: [stage: 2/7] Various fixups, espec

cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h

2007-04-26 Thread Ariff Abdullah
ariff 2007-04-26 08:30:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97.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 YA

cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h

2007-04-19 Thread Ariff Abdullah
ariff 2007-04-19 13:54:22 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c ac97.h ac97_patch.c ac97_patch.h Log: - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense and should only be applied on certain specific card / vendor, henc

cvs commit: src/sys/dev/sound/pcm ac97.c buffer.c fake.c sndstat.c sound.c vchan.c

2007-03-15 Thread Ariff Abdullah
ariff 2007-03-15 18:19:01 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c buffer.c fake.c sndstat.c sound.c vchan.c Log: Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. Revision ChangesPath 1.66

cvs commit: src/sys/dev/sound/pcm ac97.c

2007-03-05 Thread Ariff Abdullah
ariff 2007-03-06 02:36:55 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Enable tone / 3D controls for YAMAHA YMF743, 753 and 752 (partially). PR: kern/109599 Submitted by: Watanabe Kazuhiro <[EMAIL PROTECTED]> Revision Ch

cvs commit: src/sys/dev/sound/pcm ac97.c

2006-10-02 Thread Ariff Abdullah
ariff 2006-10-02 20:46:34 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Backout remaining changes that make most AD1981B users unhappy. The exact situation is understood, and proper solution will follow sooner. Revision ChangesPath

cvs commit: src/sys/dev/sound/pcm ac97.c ac97_patch.c ac97_patch.h channel.c mixer.c mixer.h sound.h src/sys/dev/sound/usb uaudio_pcm.c

2006-09-28 Thread Ariff Abdullah
ariff 2006-09-28 17:29:00 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c ac97_patch.c ac97_patch.h channel.c mixer.c mixer.h sound.h sys/dev/sound/usbuaudio_pcm.c Log: Various fixups, especially for the upcomming High D

cvs commit: src/sys/dev/sound/pcm ac97.c

2006-01-08 Thread Ariff Abdullah
ariff 2006-01-09 02:06:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97.c Log: MFC: Add codec id support for Analog Device AD1986 AC'97 codec. Submitted by: UMENO Takashi PR: kern/80234 Revision Change

cvs commit: src/sys/dev/sound/pcm ac97.c

2006-01-06 Thread Ariff Abdullah
ariff 2006-01-07 05:20:47 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Add codec id support for Analog Device AD1986 AC'97 codec. Submitted by: UMENO Takashi PR: kern/80234 MFC after: 2 days Revision ChangesP

cvs commit: src/sys/dev/sound/pcm ac97.c

2005-12-30 Thread Ariff Abdullah
ariff 2005-12-30 20:44:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sound/pcmac97.c Log: MFC: Few codec such as Conexant CX20468-21 does have AC97_MIX_BEEP control register, although the only usable part is the mute bit. Notice

Re: cvs commit: src/sys/dev/sound/pcm ac97.c

2005-12-29 Thread Ariff Abdullah
On Fri, 30 Dec 2005 01:06:29 + (UTC) Ariff Abdullah <[EMAIL PROTECTED]> wrote: > ariff 2005-12-30 01:06:29 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pcmac97.c > Log: > Few codec such as Conexant CX20468-21 does have this control > register, al

cvs commit: src/sys/dev/sound/pcm ac97.c

2005-12-29 Thread Ariff Abdullah
ariff 2005-12-30 01:06:29 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Few codec such as Conexant CX20468-21 does have this control register, although the only usable part is the mute bit. Noticed by: Hans Petter Selasky <[EMAIL PROTECT

cvs commit: src/sys/dev/sound/pcm ac97.c

2005-11-29 Thread Pyun YongHyeon
yongari 2005-11-30 01:44:22 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Add codec ID for Avance Logic ALC203 Revision ChangesPath 1.59 +1 -0 src/sys/dev/sound/pcm/ac97.c ___ cvs-all@

cvs commit: src/sys/dev/sound/pcm ac97.c

2005-11-25 Thread Ariff Abdullah
ariff 2005-11-26 03:51:25 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c Log: Added codec id for Avance Logic (ALC250) Revision ChangesPath 1.58 +1 -0 src/sys/dev/sound/pcm/ac97.c ___ cvs-

cvs commit: src/sys/dev/sound/pcm ac97.c mixer.c

2005-11-14 Thread Ariff Abdullah
ariff 2005-11-14 18:19:34 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c mixer.c Log: ac97.c: - Added new codec id for CX20468-21 and VIA1617A. Submitted by:Chen Lihong <[EMAIL PROTECTED]> - Re-enable SOUND_MIXER_IGAIN, but set the def