Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.78.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:43 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.78: +34 -24
lines
Diff to previous 1.78 (colored) next main 1.79 (colored)
sync with head
Revision 1.79 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:35 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
HEAD
Changes since 1.78: +34 -24
lines
Diff to previous 1.78 (colored)
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the original ad-audiomp branch notes: Add MP locking to the audio drivers. Making the audio drivers MP safe is necessary before efforts can be made to make the VM system MP safe. The are two locks per device instance, an ISR lock and a character device lock. The ISR lock replaces calls to splaudio()/splx(), and will be held across calls to device methods which were called at splaudio() before (e.g. trigger_output). The character device lock is held across calls to nearly all of the methods, excluding some only used for initialization, e.g. get_locks. Welcome to 5.99.57.
Revision 1.78.10.1 / (download) - annotate - [select for diffs], Sat Nov 19 21:49:41 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.78: +34 -24
lines
Diff to previous 1.78 (colored) next main 1.79 (colored)
port ad-audiomp2 branch changes to 5.99.56 todo: - port ad-audiomp2 pcppi changes - these drivers need to be fixed: - emuxki - gcscaudio - hdafg - uaudio - umidi - MD audio drivers
Revision 1.77.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:22 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.77: +7 -7
lines
Diff to previous 1.77 (colored) next main 1.78 (colored)
Sync with HEAD.
Revision 1.63.4.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:42 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63.4.2: +7 -7
lines
Diff to previous 1.63.4.2 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored)
sync with head.
Revision 1.77.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:31 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.77: +7 -7
lines
Diff to previous 1.77 (colored) next main 1.78 (colored)
sync with head
Revision 1.78 / (download) - annotate - [select for diffs], Mon May 3 04:36:43 2010 UTC (2 years ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-audiomp3-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-audiomp3
Changes since 1.77: +7 -7
lines
Diff to previous 1.77 (colored)
Fix a crash during alc888 initialization caused by holding a pointer across realloc. Patch from Bj?rn Barkenfelt in PR kern/41957, rearranged somewhat by myself.
Revision 1.74.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:23 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.74: +65 -3
lines
Diff to previous 1.74 (colored) next main 1.75 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.63.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:55 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63.4.1: +404 -175
lines
Diff to previous 1.63.4.1 (colored) to branchpoint 1.63 (colored)
sync with head.
Revision 1.71.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:55 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.71.2.2: +8 -2
lines
Diff to previous 1.71.2.2 (colored) to branchpoint 1.71 (colored) next main 1.72 (colored)
Sync with HEAD.
Revision 1.77 / (download) - annotate - [select for diffs], Tue Apr 7 14:47:53 2009 UTC (3 years, 1 month ago) by stacktic
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base1,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.76: +8 -2
lines
Diff to previous 1.76 (colored)
Add Realtek ALC663 and treat like ALC662 (ok pooka@)
Revision 1.71.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:07 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.71.2.1: +70 -4
lines
Diff to previous 1.71.2.1 (colored) to branchpoint 1.71 (colored)
Sync with HEAD.
Revision 1.71.4.3 / (download) - annotate - [select for diffs], Mon Mar 2 20:16:34 2009 UTC (3 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.71.4.2: +26 -3
lines
Diff to previous 1.71.4.2 (colored) to branchpoint 1.71 (colored) next main 1.72 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #533): sys/dev/pci/azalia_codec.c: revision 1.76 Add proper Realtek ALC268 support. While we're here, fix a comment in the ALC262 quirk section. Tested by Sean Davis on an Acer Aspire One.
Revision 1.76 / (download) - annotate - [select for diffs], Sat Feb 28 17:12:13 2009 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.75: +26 -3
lines
Diff to previous 1.75 (colored)
Add proper Realtek ALC268 support. While we're here, fix a comment in the ALC262 quirk section. Tested by Sean Davis on an Acer Aspire One.
Revision 1.71.4.2 / (download) - annotate - [select for diffs], Tue Feb 24 04:21:05 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
Changes since 1.71.4.1: +35 -2
lines
Diff to previous 1.71.4.1 (colored) to branchpoint 1.71 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #491): sys/dev/pci/azalia_codec.c: revision 1.75 * Realtek ALC885: Use generic_mixer_autoinit/init_widget * generic_mixer_create_virtual: if the front l/r DAC doesn't have a volume capability, enumerate all peer widgets and search for a volume mixer there.
Revision 1.75 / (download) - annotate - [select for diffs], Mon Feb 23 02:34:57 2009 UTC (3 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.74: +35 -2
lines
Diff to previous 1.74 (colored)
* Realtek ALC885: Use generic_mixer_autoinit/init_widget * generic_mixer_create_virtual: if the front l/r DAC doesn't have a volume capability, enumerate all peer widgets and search for a volume mixer there.
Revision 1.74 / (download) - annotate - [select for diffs], Tue Jan 27 08:23:00 2009 UTC (3 years, 3 months ago) by markd
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.73: +13 -3
lines
Diff to previous 1.73 (colored)
Add Analog Devices AD1984A and treat like AD1984.
Revision 1.71.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:24 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.71: +23 -19
lines
Diff to previous 1.71 (colored)
Sync with HEAD.
Revision 1.73 / (download) - annotate - [select for diffs], Sun Jan 18 10:40:40 2009 UTC (3 years, 4 months ago) by cegger
Branch: MAIN
Changes since 1.72: +18 -19
lines
Diff to previous 1.72 (colored)
Use aprint_error_dev. Eliminates XNAME macro.
Revision 1.59.6.5 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:59 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.59.6.4: +5 -0
lines
Diff to previous 1.59.6.4 (colored) to branchpoint 1.59 (colored) next main 1.60 (colored)
Sync with HEAD.
Revision 1.72.2.2 / (download) - annotate - [select for diffs], Sat Dec 13 12:16:49 2008 UTC (3 years, 5 months ago) by ad
Branch: ad-audiomp2
Changes since 1.72.2.1: +24 -15
lines
Diff to previous 1.72.2.1 (colored) to branchpoint 1.72 (colored) next main 1.73 (colored)
Make it compile.
Revision 1.67.2.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:34 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.67.2.1: +7 -2
lines
Diff to previous 1.67.2.1 (colored) to branchpoint 1.67 (colored) next main 1.68 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.72.2.1 / (download) - annotate - [select for diffs], Fri Dec 12 23:06:58 2008 UTC (3 years, 5 months ago) by ad
Branch: ad-audiomp2
Changes since 1.72: +12 -11
lines
Diff to previous 1.72 (colored)
Checkpoint work in progress.
Revision 1.71.4.1 / (download) - annotate - [select for diffs], Fri Nov 14 02:56:18 2008 UTC (3 years, 6 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC2,
netbsd-5-0-RC1
Changes since 1.71: +7 -2
lines
Diff to previous 1.71 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #54): sys/dev/pci/azalia_codec.c: revision 1.72 Add support for Realtek ALC269 as found in Eee PC 1000HA.
Revision 1.72 / (download) - annotate - [select for diffs], Wed Nov 12 13:33:10 2008 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base
Branch point for: ad-audiomp2
Changes since 1.71: +7 -2
lines
Diff to previous 1.71 (colored)
Add support for Realtek ALC269 as found in Eee PC 1000HA.
Revision 1.67.2.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:37 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.67: +303 -158
lines
Diff to previous 1.67 (colored)
Sync with HEAD.
Revision 1.59.6.4 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:25 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.59.6.3: +307 -156
lines
Diff to previous 1.59.6.3 (colored) to branchpoint 1.59 (colored)
Sync with HEAD.
Revision 1.64.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:05 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.64.2.1: +312 -159
lines
Diff to previous 1.64.2.1 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.27.4.3 / (download) - annotate - [select for diffs], Thu Sep 4 08:46:44 2008 UTC (3 years, 8 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.27.4.2: +8 -2
lines
Diff to previous 1.27.4.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)
Sync with netbsd-4.
Revision 1.71 / (download) - annotate - [select for diffs], Sun Aug 24 16:12:03 2008 UTC (3 years, 9 months ago) by kent
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5
Changes since 1.70: +13 -15
lines
Diff to previous 1.70 (colored)
* generic_mixer_create_virtual() Don't track items by pointers because the buffer can be moved by realloc(). PR kern/39382, reported and patch provided by Takahiro Hayashi
Revision 1.70 / (download) - annotate - [select for diffs], Fri Aug 15 13:47:25 2008 UTC (3 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.69: +7 -77
lines
Diff to previous 1.69 (colored)
AD1984: Take advantage of pin auto-config and auto-naming.
Revision 1.69 / (download) - annotate - [select for diffs], Fri Aug 15 11:22:59 2008 UTC (3 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.68: +9 -2
lines
Diff to previous 1.68 (colored)
Skip unconnected pins when creating a selector connlist.
Revision 1.68 / (download) - annotate - [select for diffs], Thu Aug 14 23:43:27 2008 UTC (3 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.67: +293 -83
lines
Diff to previous 1.67 (colored)
PR#38860: azalia record does not work on Realtek ALC662-GR
o Don't add unconnected pins to generated mixer list, should help
make auto-generated mixer lists slightly easier to work with.
o Move COP_AWTYPE_AUDIO_MIXER type knobs to mix.* rather than polluting
the inputs.* namespace and giving a few more characters for the
auto-generated names.
o Introduce an alternate to generic_mixer_init, generic_mixer_autoinit.
generic_mixer_autoinit uses COP_AWTYPE_PIN_COMPLEX "default
configuration" capability flags to determine proper pin widget control
and eapd configuration, as well as creating virtual outputs.master,
inputs.dac, and record.volume mixer controls that mirror the default
dac and adc controls.
o Introduce generic_mixer_init_widget which uses COP_AWTYPE_PIN_COMPLEX
"default configuration" device type, gross location, and geometric
locations to guess friendlier mixer control names.
o On ALC662-GR, the primary ADC NID is 0x09, not 0x08, so correct the
convgroupset in alc662_init_dacgroup.
Audio capture now works on ALC662-GR (as found in the ASUS EeePC 701).
Note that only ALC662-GR uses generic_mixer_autoinit and
generic_mixer_init_widget; other codecs will need to be tested and
converted to address PR#38578: azalia_codec.o is too large.
Revision 1.65.2.2 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:33 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.65.2.1: +8 -2
lines
Diff to previous 1.65.2.1 (colored) to branchpoint 1.65 (colored) next main 1.66 (colored)
Sync with head.
Revision 1.27.2.3 / (download) - annotate - [select for diffs], Sun Jul 6 17:38:00 2008 UTC (3 years, 10 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.27.2.2: +6 -0
lines
Diff to previous 1.27.2.2 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)
Pull up following revision(s) (requested by abs in ticket #1162): sys/dev/pci/azalia_codec.c: revision 1.67 Commit patch from jmcneill@ to fix "No sound on Thinkpad azalia" Definitely fixes a T60p, and hopefully will fix PR#37141 for an R61 also
Revision 1.67 / (download) - annotate - [select for diffs], Sun Jul 6 00:14:00 2008 UTC (3 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: simonb-wapbl-nbase,
simonb-wapbl-base
Branch point for: haad-dm
Changes since 1.66: +8 -2
lines
Diff to previous 1.66 (colored)
Commit patch from jmcneill@ to fix "No sound on Thinkpad azalia" Definitely fixes a T60p, and hopefully will fix PR#37141 for an R61 also
Revision 1.59.6.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:08 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.59.6.2: +4 -2
lines
Diff to previous 1.59.6.2 (colored) to branchpoint 1.59 (colored)
Sync with HEAD.
Revision 1.65.2.1 / (download) - annotate - [select for diffs], Fri Jun 27 15:11:21 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.65: +5 -3
lines
Diff to previous 1.65 (colored)
Sync with head.
Revision 1.66 / (download) - annotate - [select for diffs], Tue Jun 24 10:17:00 2008 UTC (3 years, 11 months ago) by gmcgarry
Branch: MAIN
Changes since 1.65: +5 -3
lines
Diff to previous 1.65 (colored)
pcc doesn't like empty structures for initialisation. Fill with zeros.
Revision 1.64.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:10 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.64: +3 -3
lines
Diff to previous 1.64 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.63.2.2 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:40 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.63.2.1: +3 -3
lines
Diff to previous 1.63.2.1 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored)
sync with head.
Revision 1.65 / (download) - annotate - [select for diffs], Sat Jun 7 16:32:38 2008 UTC (3 years, 11 months ago) by freza
Branch: MAIN
CVS Tags: yamt-pf42-base4,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Branch point for: simonb-wapbl
Changes since 1.64: +3 -3
lines
Diff to previous 1.64 (colored)
Split device_t/softc. Remove unused macros.
Revision 1.27.4.2 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:24 2008 UTC (3 years, 11 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.27.4.1: +3 -3
lines
Diff to previous 1.27.4.1 (colored) to branchpoint 1.27 (colored)
Sync with netbsd-4.
Revision 1.59.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:37 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.59.6.1: +1 -8
lines
Diff to previous 1.59.6.1 (colored) to branchpoint 1.59 (colored)
Sync with HEAD.
Revision 1.63.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:19 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.63: +2 -9
lines
Diff to previous 1.63 (colored)
sync with head.
Revision 1.63.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:42 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.63: +2 -9
lines
Diff to previous 1.63 (colored)
sync with head.
Revision 1.64 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:54 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.63: +2 -9
lines
Diff to previous 1.63 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.63 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Changes since 1.62: +3 -3
lines
Diff to previous 1.62 (colored)
use aprint_*_dev and device_xname
Revision 1.59.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:49 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.59: +164 -2
lines
Diff to previous 1.59 (colored)
Sync with HEAD.
Revision 1.62 / (download) - annotate - [select for diffs], Mon Mar 31 15:23:30 2008 UTC (4 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.61: +6 -2
lines
Diff to previous 1.61 (colored)
Add outputs.master.mute and inputs.dac.mute knobs for ALC662. XXX these currently only control speaker mute, not headphone. Needs to be revisited.
Revision 1.61 / (download) - annotate - [select for diffs], Mon Mar 31 00:18:17 2008 UTC (4 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.60: +98 -2
lines
Diff to previous 1.60 (colored)
Initial support for the Realtek ALC662-GR as found in the ASUS Eee PC.
Revision 1.59.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:47 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.59: +64 -2
lines
Diff to previous 1.59 (colored) next main 1.60 (colored)
sync with head.
Revision 1.42.8.4 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:44 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.42.8.3: +269 -18
lines
Diff to previous 1.42.8.3 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
sync with HEAD
Revision 1.16.2.11 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:35 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.10: +64 -2
lines
Diff to previous 1.16.2.10 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
sync with head.
Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 22 02:59:31 2008 UTC (4 years, 3 months ago) by oster
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-base,
ad-socklock-base1
Changes since 1.59: +64 -2
lines
Diff to previous 1.59 (colored)
Make outputs.master and inputs.dac show up in mixerctl output for the ALC888. Patch from, and much thanks to, jmcneill @.
Revision 1.47.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:55 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.47.2.3: +558 -63
lines
Diff to previous 1.47.2.3 (colored) to branchpoint 1.47 (colored) next main 1.48 (colored)
Sync with HEAD.
Revision 1.16.2.10 / (download) - annotate - [select for diffs], Mon Feb 4 09:23:27 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.9: +207 -18
lines
Diff to previous 1.16.2.9 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.27.2.2 / (download) - annotate - [select for diffs], Fri Feb 1 05:27:02 2008 UTC (4 years, 3 months ago) by riz
Branch: netbsd-4
Changes since 1.27.2.1: +3 -3
lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored)
Pull up following revision(s) (requested by joerg in ticket #982): sys/dev/pci/azalia_codec.c: revision 1.48 When converting mixer values to hardware values, round up. This makes stepping and restore actually work.
Revision 1.59 / (download) - annotate - [select for diffs], Thu Jan 31 19:01:50 2008 UTC (4 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.58: +16 -16
lines
Diff to previous 1.58 (colored)
s/AD1983_EVENT/AD198X_EVENT/
Revision 1.58 / (download) - annotate - [select for diffs], Thu Jan 31 18:58:57 2008 UTC (4 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.57: +141 -8
lines
Diff to previous 1.57 (colored)
Use more meaningful names for AD1984 widgets. Select dac as default input for internal mono speaker. Handle jack pin detect for headphones and lineout on Dell Optiplex 755.
Revision 1.57 / (download) - annotate - [select for diffs], Wed Jan 30 23:03:09 2008 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.56: +38 -3
lines
Diff to previous 1.56 (colored)
AD1984: Create a dummy outputs.master mixer knob that mirrors inputs.dac, since AD1984 doesn't have a traditional master volume control.
Revision 1.56 / (download) - annotate - [select for diffs], Wed Jan 30 22:09:00 2008 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.55: +25 -4
lines
Diff to previous 1.55 (colored)
AD1984: Use the same DAC for speaker and headphones, so the headphone jack works as expected on Thinkpad T61 (and probably others).
Revision 1.16.2.9 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:39 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.8: +371 -47
lines
Diff to previous 1.16.2.8 (colored) to branchpoint 1.16 (colored)
sync with head
Revision 1.42.8.3 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:36 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.42.8.2: +383 -51
lines
Diff to previous 1.42.8.2 (colored) to branchpoint 1.42 (colored)
sync with HEAD
Revision 1.50.2.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:11 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.50: +353 -47
lines
Diff to previous 1.50 (colored) next main 1.51 (colored)
Sync with HEAD
Revision 1.55 / (download) - annotate - [select for diffs], Sun Jan 6 13:33:21 2008 UTC (4 years, 4 months ago) by kent
Branch: MAIN
CVS Tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.54: +34 -2
lines
Diff to previous 1.54 (colored)
recognized the names of Sigmatel STAC9227-9230
Revision 1.54 / (download) - annotate - [select for diffs], Fri Jan 4 17:00:05 2008 UTC (4 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.53: +32 -5
lines
Diff to previous 1.53 (colored)
shorten mixer-input names by mixer-name automatic generation PR/37273
Revision 1.53 / (download) - annotate - [select for diffs], Fri Jan 4 12:18:00 2008 UTC (4 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.52: +6 -6
lines
Diff to previous 1.52 (colored)
simplify conversion rule between device volume values and userland volume values. Some mixer values never be 255 by this change. PR#37274
Revision 1.52 / (download) - annotate - [select for diffs], Thu Jan 3 18:00:43 2008 UTC (4 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.51: +29 -45
lines
Diff to previous 1.51 (colored)
code cleanup - use __arraycount - remove unnecessary M_ZERO flags
Revision 1.51 / (download) - annotate - [select for diffs], Thu Jan 3 17:39:03 2008 UTC (4 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.50: +265 -2
lines
Diff to previous 1.50 (colored)
- add initialization for ATI HDMI audio - add custom mixer table for AD1986A by scw@ PR: kern/36140
Revision 1.47.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:45:14 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.47.2.2: +20 -2
lines
Diff to previous 1.47.2.2 (colored) to branchpoint 1.47 (colored)
Sync with HEAD.
Revision 1.49.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:46:42 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.49: +20 -2
lines
Diff to previous 1.49 (colored) next main 1.50 (colored)
Sync with head.
Revision 1.49.4.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:31:50 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.49: +20 -2
lines
Diff to previous 1.49 (colored) next main 1.50 (colored)
sync with head.
Revision 1.50 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:06 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.49: +20 -2
lines
Diff to previous 1.49 (colored)
Merge jmcneill-pm branch.
Revision 1.47.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:19:41 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.47.2.1: +14 -6
lines
Diff to previous 1.47.2.1 (colored) to branchpoint 1.47 (colored)
Sync with HEAD.
Revision 1.16.2.8 / (download) - annotate - [select for diffs], Fri Dec 7 17:30:23 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.7: +14 -6
lines
Diff to previous 1.16.2.7 (colored) to branchpoint 1.16 (colored)
sync with head
Revision 1.42.6.7 / (download) - annotate - [select for diffs], Tue Nov 27 19:37:09 2007 UTC (4 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.42.6.6: +14 -6
lines
Diff to previous 1.42.6.6 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 26 15:47:36 2007 UTC (4 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base
Branch point for: yamt-kmem,
vmlocking2
Changes since 1.48: +14 -6
lines
Diff to previous 1.48 (colored)
Add dell latitude 420 in the list of machines that need special treatment to silence speakers when headphones are plugged in. From Marcin Michal Jessa
Revision 1.47.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:06 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.47: +3 -3
lines
Diff to previous 1.47 (colored)
Sync with HEAD.
Revision 1.16.2.7 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:18 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.6: +189 -4
lines
Diff to previous 1.16.2.6 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.45.4.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:01:13 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.45: +189 -4
lines
Diff to previous 1.45 (colored) next main 1.46 (colored)
Sync with HEAD
Revision 1.42.6.6 / (download) - annotate - [select for diffs], Sun Nov 11 16:47:37 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.42.6.5: +3 -3
lines
Diff to previous 1.42.6.5 (colored) to branchpoint 1.42 (colored)
Sync with HEAD.
Revision 1.42.8.2 / (download) - annotate - [select for diffs], Thu Nov 8 10:59:52 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.42.8.1: +3 -3
lines
Diff to previous 1.42.8.1 (colored) to branchpoint 1.42 (colored)
sync with -HEAD
Revision 1.48 / (download) - annotate - [select for diffs], Wed Nov 7 00:47:18 2007 UTC (4 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2,
bouyer-xenamd64-base
Changes since 1.47: +3 -3
lines
Diff to previous 1.47 (colored)
When converting mixer values to hardware values, round up. This makes stepping and restore actually work.
Revision 1.42.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:28:40 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
Changes since 1.42: +385 -3
lines
Diff to previous 1.42 (colored)
sync with HEAD
Revision 1.42.6.5 / (download) - annotate - [select for diffs], Sun Nov 4 21:03:26 2007 UTC (4 years, 6 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.42.6.4: +185 -2
lines
Diff to previous 1.42.6.4 (colored) to branchpoint 1.42 (colored)
Sync with HEAD.
Revision 1.47 / (download) - annotate - [select for diffs], Sat Nov 3 20:55:58 2007 UTC (4 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.46: +185 -2
lines
Diff to previous 1.46 (colored)
Add support for Analog Devices AD1983 codec as found in Dell Optiplex 745.
Revision 1.42.6.4 / (download) - annotate - [select for diffs], Wed Oct 31 23:14:06 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.42.6.3: +5 -3
lines
Diff to previous 1.42.6.3 (colored) to branchpoint 1.42 (colored)
Sync with HEAD.
Revision 1.46 / (download) - annotate - [select for diffs], Tue Oct 30 19:36:10 2007 UTC (4 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.45: +5 -3
lines
Diff to previous 1.45 (colored)
Add another Dell machine where the head phone event needs to be handled.
Revision 1.16.2.6 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:36 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.5: +199 -2
lines
Diff to previous 1.16.2.5 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.29.4.4 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:41 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.29.4.3: +199 -2
lines
Diff to previous 1.29.4.3 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
Sync with head.
Revision 1.42.6.3 / (download) - annotate - [select for diffs], Wed Oct 3 11:44:02 2007 UTC (4 years, 7 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.42.6.2: +20 -2
lines
Diff to previous 1.42.6.2 (colored) to branchpoint 1.42 (colored)
Enable pnp messaging for the ALC262 codec
Revision 1.42.6.2 / (download) - annotate - [select for diffs], Tue Oct 2 18:28:31 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.42.6.1: +152 -2
lines
Diff to previous 1.42.6.1 (colored) to branchpoint 1.42 (colored)
Sync with HEAD.
Revision 1.45 / (download) - annotate - [select for diffs], Sat Sep 22 15:14:33 2007 UTC (4 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base
Branch point for: bouyer-xenamd64
Changes since 1.44: +3 -3
lines
Diff to previous 1.44 (colored)
alc883_mixer_init: fix this->nmixers, __arraycount() wasn't correct.
Revision 1.44 / (download) - annotate - [select for diffs], Sat Sep 22 05:55:59 2007 UTC (4 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.43: +152 -2
lines
Diff to previous 1.43 (colored)
Apply revision 1.22 from OpenBSD, quoting deanna's commit: "Add support for Realtek ALC883. This is the "value" edition of the ALC882, and differs only by lacking an ADC and a mixer, so have it use ALC882's get_port(), set_port() and a slightly modified version of its mixer init."
Revision 1.42.6.1 / (download) - annotate - [select for diffs], Thu Sep 13 03:55:07 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.42: +49 -2
lines
Diff to previous 1.42 (colored)
Sync with HEAD.
Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 13 03:54:51 2007 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.42: +49 -2
lines
Diff to previous 1.42 (colored)
Add basic support for the Analog Devices AD1984 codec as found in the ThinkPad T61.
Revision 1.16.2.5 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:25 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.4: +454 -61
lines
Diff to previous 1.16.2.4 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:02 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.33: +229 -129
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Sync with head.
Revision 1.27.4.1 / (download) - annotate - [select for diffs], Sun Jun 3 17:26:04 2007 UTC (4 years, 11 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.27: +473 -62
lines
Diff to previous 1.27 (colored)
Catch up with now-somewhat-dated netbsd-4. These changes took longer than expected for me to actually get around to merging.
Revision 1.4.2.26 / (download) - annotate - [select for diffs], Sun May 27 20:58:22 2007 UTC (5 years ago) by bouyer
Branch: netbsd-3
Changes since 1.4.2.25: +746 -334
lines
Diff to previous 1.4.2.25 (colored) next main 1.5 (colored)
Pull up following revision(s) (requested by kent in ticket #1780): sys/dev/pci/azalia_codec.c: revisions 1.25, 1.28, 1.30 - 1.42 sys/dev/pci/azalia.c: revisions 1.43, 1.46 - 1.49 sys/dev/pci/azalia.h: revisions 1.15 - 1.16 Bug fixes, and add support for some more codecs. PR#34880, PR#35658, PR#36302
Revision 1.29.4.3 / (download) - annotate - [select for diffs], Sun May 27 14:30:21 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.29.4.2: +79 -121
lines
Diff to previous 1.29.4.2 (colored) to branchpoint 1.29 (colored)
Sync with head.
Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun May 20 09:58:06 2007 UTC (5 years ago) by jdc
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.27: +473 -62
lines
Diff to previous 1.27 (colored)
Pull up revisions 1.28, 1.30-1.42 (requested by kent in ticket #649). * generic_mixer_default() make the default values of bidirectional pins `output' because they were often the main reason of no sound problems. * add stac9221_mixer_init() It has a code for Intel Mac but it is disabled for now. reviced Intel Mac support code (currently disabled) PR#34880 - Add jack-sense code for STAC9220 in some DELL models (currently disabled) - Add DAC/ADC grouping for AD1988 remove DPRINTF() in generic_mixer_init() because they are useless in many cases. * codec names for Realtek ALC262, ALC268, ALC861, ALC861-VD-GR, ALC883, ALC885, and ALC888 * DAC/ADC group definitions for Realtek ALC861, ALC861-VD-GR, ALC883, ALC885, and ALC888 correct the DAC group definition for AD1988. reported by wiz don't make a mixer item for a power widget readable mixer item names for AD1981HD - fix incorrect codec name of STAC9200 - support for headphone-sensing in some DELL machines with STAC9200 >From azalia_codec.c rev.1.19 by deanna@OpenBSD fix a typo: PRESENSE -> PRESENCE >From deanna@OpenBSD Support for headphone-sensing for DELL Inspiron 6400. PR#36302 by Aleksej Saushev Update previous to match what the author probably meant to do. Match recent addition as a STAC9200. * stac9221_gpio_unmute() The target node should be the audio function group, not 0. Pointed out by Deanna Phillips * stac9221_mixer_init() Enable GPIO unmute for Intel Macintosh
Revision 1.28.2.4 / (download) - annotate - [select for diffs], Thu May 17 13:41:30 2007 UTC (5 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.28.2.3: +79 -121
lines
Diff to previous 1.28.2.3 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)
sync with head.
Revision 1.42 / (download) - annotate - [select for diffs], Sun May 13 03:28:19 2007 UTC (5 years ago) by kent
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm
Changes since 1.41: +13 -10
lines
Diff to previous 1.41 (colored)
* stac9221_gpio_unmute() The target node should be the audio function group, not 0. Pointed out by Deanna Phillips * stac9221_mixer_init() Enable GPIO unmute for Intel Macintosh
Revision 1.41 / (download) - annotate - [select for diffs], Thu May 10 07:48:16 2007 UTC (5 years ago) by sketch
Branch: MAIN
Changes since 1.40: +3 -3
lines
Diff to previous 1.40 (colored)
Match recent addition as a STAC9200.
Revision 1.40 / (download) - annotate - [select for diffs], Thu May 10 07:34:59 2007 UTC (5 years ago) by sketch
Branch: MAIN
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
Update previous to match what the author probably meant to do.
Revision 1.39 / (download) - annotate - [select for diffs], Thu May 10 05:44:37 2007 UTC (5 years ago) by kent
Branch: MAIN
Changes since 1.38: +7 -2
lines
Diff to previous 1.38 (colored)
Support for headphone-sensing for DELL Inspiron 6400. PR#36302 by Aleksej Saushev
Revision 1.38 / (download) - annotate - [select for diffs], Tue May 8 05:18:20 2007 UTC (5 years ago) by kent
Branch: MAIN
Changes since 1.37: +7 -7
lines
Diff to previous 1.37 (colored)
fix a typo: PRESENSE -> PRESENCE From deanna@OpenBSD
Revision 1.37 / (download) - annotate - [select for diffs], Tue May 8 05:03:50 2007 UTC (5 years ago) by kent
Branch: MAIN
Changes since 1.36: +59 -109
lines
Diff to previous 1.36 (colored)
- fix incorrect codec name of STAC9200 - support for headphone-sensing in some DELL machines with STAC9200 From azalia_codec.c rev.1.19 by deanna@OpenBSD
Revision 1.29.4.2 / (download) - annotate - [select for diffs], Tue Apr 10 13:24:24 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.29.4.1: +152 -10
lines
Diff to previous 1.29.4.1 (colored) to branchpoint 1.29 (colored)
Sync with head.
Revision 1.33.4.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:47 2007 UTC (5 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.33: +152 -10
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Pullup to -current
Revision 1.28.2.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:30 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.28.2.2: +152 -10
lines
Diff to previous 1.28.2.2 (colored) to branchpoint 1.28 (colored)
sync with head.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Mar 19 16:27:00 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
CVS Tags: thorpej-atomic-base,
thorpej-atomic
Changes since 1.35: +148 -7
lines
Diff to previous 1.35 (colored)
readable mixer item names for AD1981HD
Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 18 14:16:00 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Changes since 1.34: +4 -3
lines
Diff to previous 1.34 (colored)
don't make a mixer item for a power widget
Revision 1.34 / (download) - annotate - [select for diffs], Sun Mar 18 11:49:21 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Changes since 1.33: +4 -4
lines
Diff to previous 1.33 (colored)
correct the DAC group definition for AD1988. reported by wiz
Revision 1.29.4.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:50:25 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.29: +326 -33
lines
Diff to previous 1.29 (colored)
Sync with head.
Revision 1.28.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:12 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.28.2.1: +326 -33
lines
Diff to previous 1.28.2.1 (colored) to branchpoint 1.28 (colored)
Sync with HEAD.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Mar 11 15:42:00 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Branch point for: reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.32: +140 -2
lines
Diff to previous 1.32 (colored)
* codec names for Realtek ALC262, ALC268, ALC861, ALC861-VD-GR, ALC883, ALC885, and ALC888 * DAC/ADC group definitions for Realtek ALC861, ALC861-VD-GR, ALC883, ALC885, and ALC888
Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 11 13:41:18 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Changes since 1.31: +20 -18
lines
Diff to previous 1.31 (colored)
remove DPRINTF() in generic_mixer_init() because they are useless in many cases.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 11 13:34:40 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Changes since 1.30: +146 -0
lines
Diff to previous 1.30 (colored)
- Add jack-sense code for STAC9220 in some DELL models (currently disabled) - Add DAC/ADC grouping for AD1988
Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 11 13:31:36 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Changes since 1.29: +25 -18
lines
Diff to previous 1.29 (colored)
reviced Intel Mac support code (currently disabled) PR#34880
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:53:57 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.16.2.4 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:22 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.3: +38 -20
lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 21 23:00:00 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
Revision 1.25.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:40 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.25.2.1: +35 -17
lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)
Sync with head.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 6 18:35:35 2007 UTC (5 years, 4 months ago) by kent
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base
Branch point for: yamt-idlelwp
Changes since 1.27: +35 -17
lines
Diff to previous 1.27 (colored)
* generic_mixer_default() make the default values of bidirectional pins `output' because they were often the main reason of no sound problems. * add stac9221_mixer_init() It has a code for Intel Mac but it is disabled for now.
Revision 1.16.2.3 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:41 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.2: +813 -215
lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.25.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:41 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.25.4.1: +7 -7
lines
Diff to previous 1.25.4.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)
sync with head.
Revision 1.25.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:28 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.25: +6 -5
lines
Diff to previous 1.25 (colored)
Sync with head.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:08 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
netbsd-4-base
Branch point for: wrstuden-fixsa,
netbsd-4
Changes since 1.26: +7 -7
lines
Diff to previous 1.26 (colored)
__unused removal on arguments; approved by core.
Revision 1.25.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:16 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.25: +7 -6
lines
Diff to previous 1.25 (colored)
sync with head
Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:28 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.25: +7 -6
lines
Diff to previous 1.25 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.7.6.4 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:33 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.7.6.3: +275 -274
lines
Diff to previous 1.7.6.3 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
sync with head.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.7: +2315 -180
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
sync with head
Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 3 22:17:35 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.24: +275 -274
lines
Diff to previous 1.24 (colored)
fix initializers
Revision 1.7.6.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:44:25 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.7.6.2: +191 -3
lines
Diff to previous 1.7.6.2 (colored) to branchpoint 1.7 (colored)
sync with head
Revision 1.4.2.25 / (download) - annotate - [select for diffs], Mon Jul 31 06:34:52 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Changes since 1.4.2.24: +3 -3
lines
Diff to previous 1.4.2.24 (colored)
Apply patch (requested by kent in ticket #1432): Fix build problem.
Revision 1.4.2.24 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:59 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.23: +24 -2
lines
Diff to previous 1.4.2.23 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.24 For ThinkPad T60, make the default value of outputs.linein.dir "output"
Revision 1.4.2.23 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:42 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.22: +155 -2
lines
Diff to previous 1.4.2.22 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.23 sys/dev/pci/azalia.h: revision 1.14 support for EAPD, Balanced I/O, and LR-Swap
Revision 1.4.2.22 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:29 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.21: +16 -3
lines
Diff to previous 1.4.2.21 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.22 fix crash by reading a mixer value with AD1981HD codec, which has invalid connection lists.
Revision 1.4.2.21 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:04 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.20: +172 -20
lines
Diff to previous 1.4.2.20 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.21 * custom mixer table for ALC880 * remove useless mixers of ALC882
Revision 1.4.2.20 / (download) - annotate - [select for diffs], Sun Jul 30 17:08:38 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.19: +111 -51
lines
Diff to previous 1.4.2.19 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.20 sys/dev/pci/azalia.h: revision 1.13 sys/dev/pci/azalia.c: revision 1.35 * disconnect a stream and audio converters on a halt of the stream * enable S/PDIF for a digital audio converter when connecting a stream * rename "inputs.usingdac" to "playback.mode", and "record.usingadc" to "record.mode" * add S/PDIF output configuration to ALC882
Revision 1.4.2.19 / (download) - annotate - [select for diffs], Sun Jul 30 17:08:21 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.18: +92 -2
lines
Diff to previous 1.4.2.18 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia.h: revision 1.12 sys/dev/pci/azalia_codec.c: revision 1.19 sys/dev/pci/azalia.c: revision 1.34 ALC260 & Fujitsu LOOX: mute the internal speaker when the headphone is inserted, and unmute the internal speaker when the headphone is pulled out.
Revision 1.4.2.18 / (download) - annotate - [select for diffs], Sun Jul 30 17:07:33 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.17: +83 -3
lines
Diff to previous 1.4.2.17 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.18 custom mixer table for CMI9880 PR#33787
Revision 1.4.2.17 / (download) - annotate - [select for diffs], Sun Jul 30 17:07:23 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.16: +28 -2
lines
Diff to previous 1.4.2.16 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.17 DAC&ADC group for CMI9880 PR#33787
Revision 1.4.2.16 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:51 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.15: +5 -3
lines
Diff to previous 1.4.2.15 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.16 Fix a bug that AUDIO_MIXER_READ returns an incorrect mixer_ctrl_t::un.value.num_channels in the case of the combination of a mono pin and a stereo mixer.
Revision 1.4.2.15 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:35 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.14: +12 -10
lines
Diff to previous 1.4.2.14 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.15 * generic_mixer_default() set the default pin direction depending on the pin's device, not color
Revision 1.4.2.14 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:27 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.13: +7 -43
lines
Diff to previous 1.4.2.13 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.14 ALC882: - add usingdac and usingadc - remove alc882_init_widget() because it has no effect any more
Revision 1.4.2.13 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:09 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.12: +252 -7
lines
Diff to previous 1.4.2.12 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.13 codec-specific mixer initialization for Realtek ALC882
Revision 1.4.2.12 / (download) - annotate - [select for diffs], Sun Jul 30 17:04:03 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.11: +94 -99
lines
Diff to previous 1.4.2.11 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia.c: revision 1.25 sys/dev/pci/azalia.h: revision 1.9 sys/dev/pci/azalia_codec.c: revision 1.12 support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221
Revision 1.4.2.11 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:43 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.10: +143 -44
lines
Diff to previous 1.4.2.10 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia_codec.c: revision 1.11 * azalia_codec_init_vtbl() recognize the name of AD1983 * generic_codec_find_dac() check validity of a node in a connection list * introduce MIXER_DELTA, and simplify the code with it * codec-specific mixer initialization for STAC9220
Revision 1.4.2.10 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:25 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.9: +9 -6
lines
Diff to previous 1.4.2.9 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia.c: revision 1.23 sys/dev/pci/azalia.h: revision 1.8 sys/dev/pci/azalia_codec.c: revision 1.10 - print audio format only when the format is changed - print the name of STAC9220 codec
Revision 1.4.2.9 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:02 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.8: +1295 -66
lines
Diff to previous 1.4.2.8 (colored)
Pull up following revision(s) (requested by kent in ticket #1432): sys/dev/pci/azalia.h: revision 1.7 sys/dev/pci/azalia_codec.c: revision 1.9 sys/dev/pci/azalia.c: revision 1.21 * move mixer functions from azalia.c to azalia_codec.c, and rename them like azalia_mixer_foo() to generic_mixer_foo() * enable codec-specific code to hook any mixer operations such as creating mixer items, or special handling for a specific item. * provide a custom mixer table specific to ALC260 * provide a custom mixer table specific to Fujitsu LOOX
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 23 16:05:21 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.23: +24 -2
lines
Diff to previous 1.23 (colored)
For ThinkPad T60, make the default value of outputs.linein.dir "output"
Revision 1.23 / (download) - annotate - [select for diffs], Fri Jul 21 14:40:12 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
Changes since 1.22: +155 -2
lines
Diff to previous 1.22 (colored)
support for EAPD, Balanced I/O, and LR-Swap
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jul 19 02:40:18 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
Changes since 1.21: +16 -3
lines
Diff to previous 1.21 (colored)
fix crash by reading a mixer value with AD1981HD codec, which has invalid connection lists.
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:27 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.15: +471 -61
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
Merge from HEAD.
Revision 1.7.6.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:21 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.7.6.1: +2125 -178
lines
Diff to previous 1.7.6.1 (colored) to branchpoint 1.7 (colored)
sync with head.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 26 11:06:01 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6
Changes since 1.20: +172 -20
lines
Diff to previous 1.20 (colored)
* custom mixer table for ALC880 * remove useless mixers of ALC882
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 25 13:41:58 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.19: +111 -51
lines
Diff to previous 1.19 (colored)
* disconnect a stream and audio converters on a halt of the stream * enable S/PDIF for a digital audio converter when connecting a stream * rename "inputs.usingdac" to "playback.mode", and "record.usingadc" to "record.mode" * add S/PDIF output configuration to ALC882
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 25 07:36:33 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.18: +92 -2
lines
Diff to previous 1.18 (colored)
ALC260 & Fujitsu LOOX: mute the internal speaker when the headphone is inserted, and unmute the internal speaker when the headphone is pulled out.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 24 02:20:54 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.17: +83 -3
lines
Diff to previous 1.17 (colored)
custom mixer table for CMI9880 PR#33787
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 24 00:33:44 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.16: +28 -2
lines
Diff to previous 1.16 (colored)
DAC&ADC group for CMI9880 PR#33787
Revision 1.16.2.2 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:03 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16.2.1: +2021 -0
lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)
sync with head.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:35 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.8: +1718 -179
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Sync with head.
Revision 1.16.2.1, Thu Jun 15 16:11:15 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.16: +0 -2021
lines
FILE REMOVED
file azalia_codec.c was added on branch yamt-lazymbuf on 2006-06-21 15:05:03 +0000
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 15 16:11:15 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: chap-midi-nbase,
chap-midi-base
Branch point for: yamt-lazymbuf
Changes since 1.15: +5 -3
lines
Diff to previous 1.15 (colored)
Fix a bug that AUDIO_MIXER_READ returns an incorrect mixer_ctrl_t::un.value.num_channels in the case of the combination of a mono pin and a stereo mixer.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 13 14:38:01 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: gdamore-uart-base
Branch point for: gdamore-uart
Changes since 1.14: +12 -10
lines
Diff to previous 1.14 (colored)
* generic_mixer_default() set the default pin direction depending on the pin's device, not color
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 13 14:29:21 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.13: +7 -43
lines
Diff to previous 1.13 (colored)
ALC882: - add usingdac and usingadc - remove alc882_init_widget() because it has no effect any more
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 11 15:16:41 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.12: +252 -7
lines
Diff to previous 1.12 (colored)
codec-specific mixer initialization for Realtek ALC882
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 11 11:48:39 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.11: +94 -99
lines
Diff to previous 1.11 (colored)
support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 11 07:52:00 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.10: +143 -44
lines
Diff to previous 1.10 (colored)
* azalia_codec_init_vtbl() recognize the name of AD1983 * generic_codec_find_dac() check validity of a node in a connection list * introduce MIXER_DELTA, and simplify the code with it * codec-specific mixer initialization for STAC9220
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 9 16:56:30 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.9: +9 -6
lines
Diff to previous 1.9 (colored)
- print audio format only when the format is changed - print the name of STAC9220 codec
Revision 1.7.4.2 / (download) - annotate - [select for diffs], Wed Jun 7 16:05:41 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.7.4.1: +1295 -66
lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
Sync with head.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 7 15:23:59 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: simonb-timecounters-base
Changes since 1.8: +1295 -66
lines
Diff to previous 1.8 (colored)
* move mixer functions from azalia.c to azalia_codec.c, and rename them like azalia_mixer_foo() to generic_mixer_foo() * enable codec-specific code to hook any mixer operations such as creating mixer items, or special handling for a specific item. * provide a custom mixer table specific to ALC260 * provide a custom mixer table specific to Fujitsu LOOX
Revision 1.7.4.1 / (download) - annotate - [select for diffs], Thu Jun 1 22:36:43 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored)
Sync with head.
Revision 1.7.10.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:27 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.7.6.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:00 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored)
sync with head.
Revision 1.4.2.8 / (download) - annotate - [select for diffs], Sat May 13 16:49:10 2006 UTC (6 years ago) by tron
Branch: netbsd-3
Changes since 1.4.2.7: +7 -8
lines
Diff to previous 1.4.2.7 (colored)
Pull up following revision(s) (requested by kent in ticket #1318): sys/dev/pci/azalia_codec.c: revision 1.8 fix incorrect ADC list for ALC880. PR kern/33326 by Uwe Klaus
Revision 1.7.8.1 / (download) - annotate - [select for diffs], Thu May 11 23:28:47 2006 UTC (6 years ago) by elad
Branch: elad-kernelauth
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
sync with head
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 10 11:17:27 2006 UTC (6 years ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.7: +7 -8
lines
Diff to previous 1.7 (colored)
fix incorrect ADC list for ALC880. PR kern/33326 by Uwe Klaus
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Wed Feb 1 14:52:09 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.4.4.1: +50 -2
lines
Diff to previous 1.4.4.1 (colored) next main 1.5 (colored)
sync with head.
Revision 1.4.2.7 / (download) - annotate - [select for diffs], Fri Jan 27 22:37:06 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.6: +50 -2
lines
Diff to previous 1.4.2.6 (colored)
Pull up following revision(s) (requested by kent in ticket #1124): sys/dev/pci/azalia_codec.c: revision 1.7 readable names for AD1981HD codec
Revision 1.4.2.6 / (download) - annotate - [select for diffs], Fri Jan 27 22:32:15 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.5: +8 -3
lines
Diff to previous 1.4.2.5 (colored)
Pull up following revision(s) (requested by kent in ticket #1124): sys/dev/pci/azalia_codec.c: revision 1.6 support for 8ch playback with STAC9221D codec. Thanks to Tomokatsu HAYAKAWA.
Revision 1.4.2.5 / (download) - annotate - [select for diffs], Fri Jan 27 22:31:41 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.4.2.4: +53 -3
lines
Diff to previous 1.4.2.4 (colored)
Pull up following revision(s) (requested by kent in ticket #1124): sys/dev/pci/azalia_codec.c: revision 1.5 ALC260: improve readability of mixer item names.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 16 14:28:38 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Changes since 1.6: +50 -2
lines
Diff to previous 1.6 (colored)
readable names for AD1981HD codec
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Sun Jan 15 10:02:48 2006 UTC (6 years, 4 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.4: +59 -4
lines
Diff to previous 1.4 (colored)
sync with head.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 3 15:43:04 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.5: +8 -3
lines
Diff to previous 1.5 (colored)
support for 8ch playback with STAC9221D codec. Thanks to Tomokatsu HAYAKAWA.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 3 15:31:15 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.4: +53 -3
lines
Diff to previous 1.4 (colored)
ALC260: improve readability of mixer item names.
Revision 1.4.2.4 / (download) - annotate - [select for diffs], Thu Dec 29 19:37:20 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.4.2.3: +72 -49
lines
Diff to previous 1.4.2.3 (colored)
Pull up following revision(s) (requested by kent in ticket #916): sys/dev/pci/azalia.h: revision 1.3 sys/dev/pci/azalia_codec.c: revision 1.3 sys/dev/pci/azalia.c: revision 1.15 * shorten *_init_dacgroup() functions * add a hook point for widget initialization and implement for ALC882
Revision 1.4.2.3 / (download) - annotate - [select for diffs], Thu Dec 29 19:36:17 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.4.2.2: +152 -11
lines
Diff to previous 1.4.2.2 (colored)
Pull up following revision(s) (requested by kent in ticket #916): sys/dev/pci/azalia.h: revision 1.2 sys/dev/pci/azalia_codec.c: revision 1.2 sys/dev/pci/azalia.c: revision 1.14 add codec-specific code for ALC260, ALC880, ALC882, and STAC9221 to detect DAC/ADC cominations.
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu Dec 29 19:33:40 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.4.2.1: +216 -0
lines
Diff to previous 1.4.2.1 (colored)
Pull up following revision(s) (requested by kent in ticket #916): sys/dev/pci/azalia.h: revision 1.1 sys/dev/pci/azalia_codec.c: revision 1.1 sys/dev/pci/azalia.c: revision 1.13 sys/dev/pci/files.pci: revision 1.239 split azalia.c into three files. * azalia_codec.c: code for specific codecs * azalia.c: other code * azalia.h: common definitions
Revision 1.4.2.1, Sun Dec 11 12:22:48 2005 UTC (6 years, 5 months ago) by riz
Branch: netbsd-3
Changes since 1.4: +0 -380
lines
FILE REMOVED
file azalia_codec.c was added on branch netbsd-3 on 2005-12-29 19:33:40 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:48 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace,
netbsd-3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
merge ktrace-lwp.
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:00 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3.6.1: +380 -0
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with HEAD. Here we go again...
Revision 1.3.6.1, Thu Sep 29 04:14:03 2005 UTC (6 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.3: +0 -380
lines
FILE REMOVED
file azalia_codec.c was added on branch ktrace-lwp on 2005-11-10 14:06:00 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 29 04:14:03 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: ktrace-lwp
Changes since 1.2: +72 -49
lines
Diff to previous 1.2 (colored)
* shorten *_init_dacgroup() functions * add a hook point for widget initialization and implement for ALC882
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 28 14:26:19 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
Changes since 1.1: +152 -11
lines
Diff to previous 1.1 (colored)
add codec-specific code for ALC260, ALC880, ALC882, and STAC9221 to detect DAC/ADC cominations.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 28 13:06:49 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
split azalia.c into three files. * azalia_codec.c: code for specific codecs * azalia.c: other code * azalia.h: common definitions