diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/bt87x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c index 188c7cf21b82..131952f55857 100644 --- a/sound/pci/bt87x.c +++ b/sound/pci/bt87x.c | |||
@@ -157,7 +157,7 @@ struct snd_bt87x { | |||
157 | int dig_rate; | 157 | int dig_rate; |
158 | 158 | ||
159 | spinlock_t reg_lock; | 159 | spinlock_t reg_lock; |
160 | long opened; | 160 | unsigned long opened; |
161 | struct snd_pcm_substream *substream; | 161 | struct snd_pcm_substream *substream; |
162 | 162 | ||
163 | struct snd_dma_buffer dma_risc; | 163 | struct snd_dma_buffer dma_risc; |