summaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix lock order reversal when opening device and chn_reset fails.Orion Hodson2003-05-011-5/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Comment out the mixer entry for igain for the mic 20dB boost for now sinceJohn Baldwin2003-04-231-0/+2
* Add eMicro codec ids.Orion Hodson2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterOrion Hodson2003-04-211-18/+50
* Additional malloc failure checks.Orion Hodson2003-04-203-4/+15
* more style(9) changes.David E. O'Brien2003-04-201-6/+8
* more style(9) changes.David E. O'Brien2003-04-201-30/+30
* A few style(9) fixes.David E. O'Brien2003-04-201-50/+50
* Sync with Creative's 8010.h rev 1.39.David E. O'Brien2003-04-181-3/+3
* Perform warm or cold reset AC97 per the spec depending on state of theOrion Hodson2003-04-172-20/+47
* Fix bogus maxsegsz parameter for bus_dma_tag_create().Hidetoshi Shimokawa2003-04-161-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-162-2/+0
* Additional codec ids.Orion Hodson2003-04-041-0/+6
* Fix mismatch between bus address stored for buffer descriptors andOrion Hodson2003-04-041-3/+8
* Perform warm reset if codec reports ready on attach.Orion Hodson2003-03-281-14/+23
* Re-work ac97 initialization to match cold reset described in AC97r.23Orion Hodson2003-03-261-12/+19
* For the VIA8233A use multi-sgd register set for primary playbackOrion Hodson2003-03-261-2/+8
* Add defines for low power and second codec ready.Orion Hodson2003-03-261-0/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,Orion Hodson2003-03-201-17/+38
* Correct vendor id for ALC101.Orion Hodson2003-03-201-1/+1
* Correct CS4205 base vendor id.Orion Hodson2003-03-121-1/+1
* Back out last commit, which is fine in theory, but ignores the factOrion Hodson2003-03-053-7/+7
* Attempt a hard reset if AC97 codec is not ready on attach.Orion Hodson2003-03-052-20/+27
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-035-65/+35
* o Move vendor ids into separate table.Orion Hodson2003-02-281-62/+139
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromScott Long2003-02-271-0/+1
* Add SigmaTel STAC9750 entry.Olivier Houchard2003-02-261-0/+1
* Unbreak emu10k1 by properly using the buffer address.Olivier Houchard2003-02-261-4/+4
* Replicate OSS behaviour when rate settings fails.Orion Hodson2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-4/+3
* It seems that sound(4)'s feeder routines don't need to allocate memoryBrian Feldman2003-02-233-11/+8
* Fix compilation on alpha. Pointy hat to Marcel.Orion Hodson2003-02-231-1/+1
* o Add back support for DXS channels.Orion Hodson2003-02-222-84/+302
* Clean up viachan_init.Orion Hodson2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.Orion Hodson2003-02-211-10/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-2018-65/+100
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1914-25/+25
* Sound devices were being leaked by dsp_open() not actually releasing theBrian Feldman2003-02-111-1/+6
* Include <isa/isavar.h> to fix building on alpha.Yoshihiro Takahashi2003-02-081-0/+2
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-0711-144/+177
* Fix comment typo.Orion Hodson2003-02-061-18/+28
* Avoid zero padding when feeding read channels. chn_rdfeed has no wayOrion Hodson2003-02-031-0/+4
* Remove mono encodings from vchan format and mixer description. FixesOrion Hodson2003-02-031-2/+0
* Print ac97 name/id on normal boot.Orion Hodson2003-02-031-6/+9
* remove MIN now that it's a standard kernel defineAlfred Perlstein2003-02-022-3/+0
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-3/+0
* o Constrain inputs to 25Hz granularity so interpolator can operateOrion Hodson2003-01-301-64/+97
* Disable DRA to fix problems with recording.Orion Hodson2003-01-261-14/+19