diff options
-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 */ }; /* -------------------------------------------------------------------- */ |