diff options
Diffstat (limited to 'sys')
-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 3ffa68f..28ce36f 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; }; |