summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-08-30 14:21:01 +0000
committersobomax <sobomax@FreeBSD.org>2002-08-30 14:21:01 +0000
commitbce81eb56c18d286cc6ff51b0e19949d712252e1 (patch)
tree5f21b17c4ad49f84f5f978019966682b83177894 /sys/dev/sound
parentd30a9687d961bfa281f2d01dfa9c6adbad50a31e (diff)
downloadFreeBSD-src-bce81eb56c18d286cc6ff51b0e19949d712252e1.zip
FreeBSD-src-bce81eb56c18d286cc6ff51b0e19949d712252e1.tar.gz
Whitespace-only: don't mix tabs and spaces for doing identation.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/fm801.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c
index 1293687..4f2ee65 100644
--- a/sys/dev/sound/pci/fm801.c
+++ b/sys/dev/sound/pci/fm801.c
@@ -121,26 +121,26 @@ static struct pcmchan_caps fm801ch_caps = {
struct fm801_info;
struct fm801_chinfo {
- struct fm801_info *parent;
- struct pcm_channel *channel;
- struct snd_dbuf *buffer;
- u_int32_t spd, dir, fmt; /* speed, direction, format */
+ struct fm801_info *parent;
+ struct pcm_channel *channel;
+ struct snd_dbuf *buffer;
+ u_int32_t spd, dir, fmt; /* speed, direction, format */
u_int32_t shift;
};
struct fm801_info {
- int type;
- bus_space_tag_t st;
- bus_space_handle_t sh;
- bus_dma_tag_t parent_dmat;
+ int type;
+ bus_space_tag_t st;
+ bus_space_handle_t sh;
+ bus_dma_tag_t parent_dmat;
- device_t dev;
- int num;
- u_int32_t unit;
+ device_t dev;
+ int num;
+ u_int32_t unit;
- struct resource *reg, *irq;
- int regtype, regid, irqid;
- void *ih;
+ struct resource *reg, *irq;
+ int regtype, regid, irqid;
+ void *ih;
u_int32_t play_flip,
play_nextblk,
@@ -158,9 +158,9 @@ struct fm801_info {
rec_shift,
rec_size;
- unsigned int bufsz;
+ unsigned int bufsz;
- struct fm801_chinfo pch, rch;
+ struct fm801_chinfo pch, rch;
};
/* Bus Read / Write routines */
OpenPOWER on IntegriCloud