summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-03 16:37:08 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-03 16:37:08 +0000
commit58f43aadff91f25abfdbe1342c66a7cae2447843 (patch)
treec09f7bcf8bae81052250754a9acc44d8f67b806d
parent3bf405cf1724b8c8c68a58c76cad95bfca89893c (diff)
downloadmediapointer-dvb-s2-58f43aadff91f25abfdbe1342c66a7cae2447843.tar.gz
mediapointer-dvb-s2-58f43aadff91f25abfdbe1342c66a7cae2447843.tar.bz2
whitespace cleanups
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r--linux/drivers/media/video/cx88/cx88-alsa.c4
-rw-r--r--v4l/ChangeLog7
2 files changed, 9 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c
index 5d23b7347..399271a96 100644
--- a/linux/drivers/media/video/cx88/cx88-alsa.c
+++ b/linux/drivers/media/video/cx88/cx88-alsa.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-alsa.c,v 1.22 2006/01/03 13:39:32 rmcc Exp $
+ * $Id: cx88-alsa.c,v 1.23 2006/01/03 16:37:08 mchehab Exp $
*
* Support for audio capture
* PCI function #1 of the cx2388x.
@@ -516,7 +516,7 @@ static int snd_cx88_hw_params(snd_pcm_substream_t * substream,
cx88_risc_databuffer(chip->pci, &buf->risc,
buf->vb.dma.sglist,
- buf->vb.width, buf->vb.height);
+ buf->vb.width, buf->vb.height);
#if 0
cx88_risc_buffer(chip->pci, &buf->risc,
buf->vb.dma.sglist,
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 5f6c35c7d..73f048d1b 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-03 16:30 mchehab
+
+ * linux/drivers/media/video/cx88/cx88-alsa.c: (snd_cx88_hw_params):
+ - whitespace cleanups.
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2006-01-03 16:28 mchehab
* linux/drivers/media/video/saa7134/Kconfig: