diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-03-21 14:10:51 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-03-21 14:10:51 +0000 |
| commit | 50aac86c8a29e732e659c6c1501002ec419d7aaf (patch) | |
| tree | d0c9b28cb67658c72c3e254d63d818323e5bec25 | |
| parent | e81765cbbca63a011e6ea581aa77947598c29538 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pci/vibes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 3ffa68f27951..28ce36fd47ce 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -58,8 +58,8 @@ struct sc_chinfo { struct sc_info *parent; pcm_channel *channel; snd_dbuf *buffer; + u_int32_t fmt, spd; int dir; - int fmt, spd; int dma_active, dma_was_active; }; |
