diff options
author | cg <cg@FreeBSD.org> | 2000-08-29 20:53:56 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-08-29 20:53:56 +0000 |
commit | 5c34b0eac75aa6d5a8bb94e8054260564cd1f3d4 (patch) | |
tree | 0bb8d959712da65ecbca06b4a117b35868f08b01 /sys/dev/sound/pci/ds1.c | |
parent | 0ee01daa5cad1504ba1554abf520f1eb9e450faa (diff) | |
download | FreeBSD-src-5c34b0eac75aa6d5a8bb94e8054260564cd1f3d4.zip FreeBSD-src-5c34b0eac75aa6d5a8bb94e8054260564cd1f3d4.tar.gz |
remove stuff accidentally left in last commit
Diffstat (limited to 'sys/dev/sound/pci/ds1.c')
-rw-r--r-- | sys/dev/sound/pci/ds1.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 5ea298f..81ecaa7 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -216,14 +216,6 @@ static pcm_channel ds_pchantemplate = { ds1pchan_trigger, ds1pchan_getptr, ds1pchan_getcaps, - NULL, /* free */ - NULL, /* nop1 */ - NULL, /* nop2 */ - NULL, /* nop3 */ - NULL, /* nop4 */ - NULL, /* nop5 */ - NULL, /* nop6 */ - NULL, /* nop7 */ }; static pcm_channel ds_rchantemplate = { @@ -235,14 +227,6 @@ static pcm_channel ds_rchantemplate = { ds1rchan_trigger, ds1rchan_getptr, ds1rchan_getcaps, - NULL, /* free */ - NULL, /* nop1 */ - NULL, /* nop2 */ - NULL, /* nop3 */ - NULL, /* nop4 */ - NULL, /* nop5 */ - NULL, /* nop6 */ - NULL, /* nop7 */ }; /* -------------------------------------------------------------------- */ |