1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/dev/sound/pcm
Brian Feldman 3fbe138ca9 It seems that sound(4)'s feeder routines don't need to allocate memory
without waiting, since they are called from a system-call context only.
This appears to fix all sorts of problems with open("/dev/dsp", O_WRONLY)
randomly returning ENXIO.

Found by:	cognet
2003-02-23 20:49:45 +00:00
..
ac97_if.m
ac97_patch.c Add ac97_patch.[ch] that provide space for ac97 codec specific patches. 2003-01-25 16:54:05 +00:00
ac97_patch.h Add ac97_patch.[ch] that provide space for ac97 codec specific patches. 2003-01-25 16:54:05 +00:00
ac97.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ac97.h Add ac97_patch.[ch] that provide space for ac97 codec specific patches. 2003-01-25 16:54:05 +00:00
buffer.c Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). 2003-02-20 17:31:12 +00:00
buffer.h Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). 2003-02-20 17:31:12 +00:00
channel_if.m
channel.c - Clean up ISA DMA supports. 2003-02-07 14:05:34 +00:00
channel.h (hopefully) fix build breakage some people are seeing 2002-11-26 18:16:27 +00:00
dsp.c Sound devices were being leaked by dsp_open() not actually releasing the 2003-02-11 16:58:54 +00:00
dsp.h
fake.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
feeder_fmt.c It seems that sound(4)'s feeder routines don't need to allocate memory 2003-02-23 20:49:45 +00:00
feeder_if.m
feeder_rate.c It seems that sound(4)'s feeder routines don't need to allocate memory 2003-02-23 20:49:45 +00:00
feeder.c It seems that sound(4)'s feeder routines don't need to allocate memory 2003-02-23 20:49:45 +00:00
feeder.h
mixer_if.m
mixer.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mixer.h
sndstat.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sound.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sound.h - Clean up ISA DMA supports. 2003-02-07 14:05:34 +00:00
vchan.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
vchan.h