summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-11/+11
* Device megapatch 4/6:phk2004-02-211-0/+2
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-171-9/+10
* Fix sound LOR problems:scottl2003-11-111-2/+0
* update my email address.cg2003-09-071-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-251-0/+2
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-151-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* MFS: allow multiple opens of mixer devicescg2001-08-231-8/+11
* many changes:cg2001-08-231-6/+4
* set default 'monitor' volume (ac97 headphones) to 75%cg2001-07-011-0/+1
* add defines and ifdefs so this code will compile on 4.xcg2001-06-231-3/+21
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-79/+172
* mega-commit.cg2001-03-241-63/+75
* MFS: 4.x/5.x compatibility #ifdefscg2001-02-271-0/+6
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-111-10/+16
* - Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to ajhb2001-01-051-9/+66
* Add a new API for soundcards that have hardware volume control:jhb2001-01-031-0/+36
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-2/+2
* kobjify.cg2000-12-181-108/+141
* add reinit functions to mixerscg2000-10-261-6/+13
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* add a missing return statement, doh.cg2000-09-021-0/+1
* change mixer api slightlycg2000-09-011-6/+35
* Finally merge newmidi.tanimura2000-07-111-0/+1
* make mixer reads return the value written instead of the value setcg2000-06-191-1/+1
* add a function to reinitialize the mixer, to be called by drivers oncg2000-03-201-0/+13
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-1/+1
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-151-0/+1
* $Id$ -> $FreeBSD$peter1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-011-0/+202
OpenPOWER on IntegriCloud