| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't re-init the mixer on resume. This keeps the channel volumes from | scottl | 2001-02-27 | 1 | -2/+0 |
* | Add speaker volume adjusting support | cg | 2001-02-27 | 1 | -2/+6 |
* | add functions for sound drivers to use for locking and setting up interrupt | cg | 2001-02-27 | 2 | -0/+107 |
* | MFS: 4.x/5.x compatibility #ifdefs | cg | 2001-02-27 | 2 | -2/+22 |
* | MFS: 4.x/5.x compatibility #defines | cg | 2001-02-27 | 1 | -0/+6 |
* | - Mutexify midi(4). The driver runs under the giant lock by default. | tanimura | 2001-02-26 | 14 | -1123/+1710 |
* | Encapselate midi_info, nmidi and nsynth into midi.c. | tanimura | 2001-02-18 | 10 | -176/+128 |
* | Don't assume bus_space_handle_t == the start address of resource. | nyan | 2001-02-16 | 1 | -4/+8 |
* | add a format feeder for conversion from alaw to ulaw and vice versa. | cg | 2001-02-13 | 1 | -0/+93 |
* | make attempts to set unsupported speeds or formats non-sticky. this should | cg | 2001-02-13 | 1 | -3/+30 |
* | add power management support. | cg | 2001-02-13 | 2 | -95/+107 |
* | back out rev 1.49, looks like i committed it from the wrong tree. | cg | 2001-02-07 | 1 | -424/+803 |
* | conditionalize "hwptr went backwards" messages | cg | 2001-02-07 | 1 | -801/+425 |
* | add driver for CS4281 sound chips | cg | 2001-02-04 | 2 | -0/+1163 |
* | add driver for CMedia CMI8338/CMI8738 sound chips | cg | 2001-02-04 | 2 | -0/+1090 |
* | quieten the esscontrol device | cg | 2001-02-02 | 1 | -1/+6 |
* | Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the | scottl | 2001-02-01 | 2 | -0/+1504 |
* | don't grope around inside snd_dbuf structures as they will change in future | cg | 2001-01-24 | 1 | -11/+0 |
* | fix certain cards failing to attach | cg | 2001-01-24 | 1 | -4/+6 |
* | fix blocksizing for playback, implement blocksizing for record | cg | 2001-01-24 | 1 | -1/+12 |
* | some cosmetics, changed channel setup and revamped irq handling - ignore | cg | 2001-01-24 | 2 | -26/+57 |
* | prevent excessively small buffer sizes resulting in hundreds of irqs per | cg | 2001-01-24 | 1 | -13/+15 |
* | Tag unused functions with __unused. | jhb | 2001-01-23 | 3 | -35/+36 |
* | Catch up to the name changes in the hwvol API. | jhb | 2001-01-11 | 1 | -4/+4 |
* | - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make | jhb | 2001-01-11 | 3 | -15/+21 |
* | Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manually | jhb | 2001-01-11 | 1 | -2/+2 |
* | Call mixer_hwinit() when attaching. | jhb | 2001-01-05 | 1 | -0/+1 |
* | - Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to a | jhb | 2001-01-05 | 4 | -9/+86 |
* | The 'maxchans' count is one more than the number of channels, so | jhb | 2001-01-04 | 1 | -1/+1 |
* | Add the ES1681, as found in my Digital HiNote UltraII. It works with | imp | 2001-01-04 | 1 | -2/+1 |
* | Rename the loader tunable from hw.sndunit to hw.snd.unit. | jhb | 2001-01-03 | 1 | -1/+1 |
* | - When acknowledging interrupts, write the value 0xff to the interrupt | jhb | 2001-01-03 | 2 | -19/+28 |
* | Add a new API for soundcards that have hardware volume control: | jhb | 2001-01-03 | 2 | -0/+39 |
* | Create a new sysctl node 'hw.snd' and move 'hw.sndunit' to | jhb | 2001-01-03 | 2 | -1/+6 |
* | change irq handler slightly, get rid of superflous messages | cg | 2000-12-27 | 1 | -6/+4 |
* | move parametric defines and structure definitions from .h to .c | cg | 2000-12-25 | 2 | -12/+13 |
* | indent debugging printfs, change a couple of messages slightly | cg | 2000-12-25 | 1 | -19/+19 |
* | update to return correct blocksize- these chips have a fixed irq rate, so | cg | 2000-12-25 | 1 | -0/+8 |
* | fairly substantial rewrite- seperate out play/record code, implement | cg | 2000-12-24 | 1 | -183/+244 |
* | compensate for broken codecs that return 0xffff on unimplemented registers | cg | 2000-12-24 | 1 | -9/+10 |
* | implement setblocksize properly | cg | 2000-12-23 | 1 | -33/+25 |
* | fix a panic if the requested blocksize was greater than the data rate, | cg | 2000-12-23 | 1 | -0/+2 |
* | kill a warning | cg | 2000-12-23 | 1 | -1/+1 |
* | fix a typo | cg | 2000-12-23 | 1 | -1/+1 |
* | update code dealing with snd_dbuf objects to do so using a functional interface | cg | 2000-12-23 | 24 | -400/+638 |
* | fix a debugging leftover (min speed=48khz) | cg | 2000-12-20 | 1 | -1/+1 |
* | kobjify. | cg | 2000-12-18 | 35 | -2826/+2787 |
* | Bump the buffersize from 0x1000 to 0x4000. | julian | 2000-11-21 | 1 | -1/+1 |
* | do not blindly assume 8khz is supported on open(). try for 8khz but respect | cg | 2000-11-18 | 1 | -3/+6 |
* | adjust dma channels for vibra16x; recording should now work. full duplex does | cg | 2000-11-07 | 1 | -18/+33 |