diff options
author | cg <cg@FreeBSD.org> | 1999-12-29 03:46:54 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 1999-12-29 03:46:54 +0000 |
commit | 9ed7cb48bf4a00a23e7489706b0effe1c516cb5b (patch) | |
tree | 8bc40a7cac07c88c733e7cfecf813fb5eda76c93 /sys/dev/sound/isa/ad1816.c | |
parent | 01077d3d3d15def38358b9a646d4af36c7e226c0 (diff) | |
download | FreeBSD-src-9ed7cb48bf4a00a23e7489706b0effe1c516cb5b.zip FreeBSD-src-9ed7cb48bf4a00a23e7489706b0effe1c516cb5b.tar.gz |
- latest 2ndbuffer patch
- make chn_setdir work for rec on isa cards
- note: es1371 does not irq in smp
Submitted by: tanimura
Diffstat (limited to 'sys/dev/sound/isa/ad1816.c')
-rw-r--r-- | sys/dev/sound/isa/ad1816.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 94e2936..e1bc75e 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -403,6 +403,7 @@ ad1816chan_trigger(void *data, int go) struct ad1816_info *ad1816 = ch->parent; int wr, reg; + if (go == PCMTRIG_EMLDMAWR) return 0; buf_isadma(ch->buffer, go); wr = (ch->dir == PCMDIR_PLAY); reg = wr? AD1816_PLAY : AD1816_CAPT; |