summaryrefslogtreecommitdiff
path: root/linux/sound/pci/bt87x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/sound/pci/bt87x.c')
-rw-r--r--linux/sound/pci/bt87x.c6
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;