summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/hda
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2007-04-18 18:26:41 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2007-04-18 18:26:41 +0000
commit2e334adf6a1959f29ad75e3c0933d72d892ac5d1 (patch)
tree2c19e5966943f5431ac99571e8cfe37828a1efe2 /sys/dev/sound/pci/hda
parente492b759815186847c7fb7b26193d996d4e6250a (diff)
Notes
Diffstat (limited to 'sys/dev/sound/pci/hda')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 40d387397e129..7b50bd6153d75 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -2710,7 +2710,7 @@ hdac_channel_init(kobj_t obj, void *data, struct snd_dbuf *b,
return (NULL);
}
- if (sndbuf_alloc(ch->b, sc->chan_dmat, sc->chan_size) != 0)
+ if (sndbuf_alloc(ch->b, sc->chan_dmat, 0, sc->chan_size) != 0)
return (NULL);
hdac_dma_attr((vm_offset_t)ch->b->buf, sndbuf_getmaxsize(ch->b),