diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-03 16:37:08 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-03 16:37:08 +0000 |
commit | 58f43aadff91f25abfdbe1342c66a7cae2447843 (patch) | |
tree | c09f7bcf8bae81052250754a9acc44d8f67b806d /linux/drivers/media | |
parent | 3bf405cf1724b8c8c68a58c76cad95bfca89893c (diff) | |
download | mediapointer-dvb-s2-58f43aadff91f25abfdbe1342c66a7cae2447843.tar.gz mediapointer-dvb-s2-58f43aadff91f25abfdbe1342c66a7cae2447843.tar.bz2 |
whitespace cleanups
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 4 |
1 files changed, 2 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, |