summaryrefslogtreecommitdiffstats
path: root/drivers/sound/dmabuf.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /drivers/sound/dmabuf.c
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'drivers/sound/dmabuf.c')
-rw-r--r--drivers/sound/dmabuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sound/dmabuf.c b/drivers/sound/dmabuf.c
index 6f0794824..a7c396f2f 100644
--- a/drivers/sound/dmabuf.c
+++ b/drivers/sound/dmabuf.c
@@ -38,7 +38,7 @@
DEFINE_WAIT_QUEUES (dev_sleeper[MAX_AUDIO_DEV], dev_sleep_flag[MAX_AUDIO_DEV]);
static struct dma_buffparms dmaps[MAX_AUDIO_DEV] =
-{0}; /*
+{{0}}; /*
* Primitive way to allocate
* such a large array.
* Needs dynamic run-time allocation.
@@ -740,7 +740,7 @@ DMAbuf_outputintr (int dev, int event_type)
* buffer.
* 1 = DMA transfer done. Device doesn't have local buffer or it's
* empty now.
- * 2 = No DMA transfer but the device has now more space in it's local
+ * 2 = No DMA transfer but the device has now more space in its local
* buffer.
*/