diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-16 12:13:58 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-16 12:13:58 +0000 |
commit | 70f32af39cc49a27e078cfc9b4e2c31c4ba8bd53 (patch) | |
tree | 6bfab0b1cf0335dbcaf968061eff63244559e6cb /linux/sound/pci | |
parent | b01d5877476cea7641b2a4b749ed0d47035d72b3 (diff) | |
download | mediapointer-dvb-s2-70f32af39cc49a27e078cfc9b4e2c31c4ba8bd53.tar.gz mediapointer-dvb-s2-70f32af39cc49a27e078cfc9b4e2c31c4ba8bd53.tar.bz2 |
- Whitespace Cleanups.
- Whitespace script improved.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/sound/pci')
-rw-r--r-- | linux/sound/pci/bt87x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index c5557eaf3..bc55fbf06 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -132,8 +132,8 @@ MODULE_PARM_DESC(load_all, "Allow to load the non-whitelisted cards"); /* RISC instruction bits */ #define RISC_BYTES_ENABLE (0xf << 12) /* byte enable bits */ #define RISC_RESYNC ( 1 << 15) /* disable FDSR errors */ -#define RISC_SET_STATUS_SHIFT 16 /* set status bits */ -#define RISC_RESET_STATUS_SHIFT 20 /* clear status bits */ +#define RISC_SET_STATUS_SHIFT 16 /* set status bits */ +#define RISC_RESET_STATUS_SHIFT 20 /* clear status bits */ #define RISC_IRQ ( 1 << 24) /* interrupt */ #define RISC_EOL ( 1 << 26) /* end of line */ #define RISC_SOL ( 1 << 27) /* start of line */ @@ -196,7 +196,7 @@ static inline void snd_bt87x_writel(bt87x_t *chip, u32 reg, u32 value) } static int snd_bt87x_create_risc(bt87x_t *chip, snd_pcm_substream_t *substream, - unsigned int periods, unsigned int period_bytes) + unsigned int periods, unsigned int period_bytes) { struct snd_sg_buf *sgbuf = snd_pcm_substream_sgbuf(substream); unsigned int i, offset; |