summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* Correct vendor id for ALC101.orion2003-03-201-1/+1
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-053-7/+7
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-052-20/+27
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-035-65/+35
* o Move vendor ids into separate table.orion2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromscottl2003-02-271-0/+1
* Add SigmaTel STAC9750 entry.cognet2003-02-261-0/+1
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* Replicate OSS behaviour when rate settings fails.orion2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.mux2003-02-251-4/+3
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-233-11/+8
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-2018-65/+100
* Back out M_* changes, per decision of the TRB.imp2003-02-1914-25/+25
* Sound devices were being leaked by dsp_open() not actually releasing thegreen2003-02-111-1/+6
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
* - Clean up ISA DMA supports.nyan2003-02-0711-144/+177
* Fix comment typo.orion2003-02-061-18/+28
* Avoid zero padding when feeding read channels. chn_rdfeed has no wayorion2003-02-031-0/+4
* Remove mono encodings from vchan format and mixer description. Fixesorion2003-02-031-2/+0
* Print ac97 name/id on normal boot.orion2003-02-031-6/+9
* remove MIN now that it's a standard kernel definealfred2003-02-022-3/+0
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* o Constrain inputs to 25Hz granularity so interpolator can operateorion2003-01-301-64/+97
* Disable DRA to fix problems with recording.orion2003-01-261-14/+19
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.orion2003-01-254-74/+158
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2114-25/+25
* Re-implemention of the interpolation code used for sample rateorion2003-01-201-53/+308
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-1/+0
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* Add Realtek ALC650 id.orion2003-01-131-0/+1
* Add nForce2 device id.orion2003-01-131-0/+4
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Fix the duplicate unlock of the pcm read channel in certain cases.green2003-01-051-1/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* Do not return(foo()) in void function.semenu2002-12-188-22/+24
* (hopefully) fix build breakage some people are seeingcg2002-11-2613-23/+23
* various fixes to eliminate locking warningscg2002-11-259-57/+79
* various fixes to eliminate locking warningscg2002-11-251-1/+1
* if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
OpenPOWER on IntegriCloud