diff options
Diffstat (limited to 'sound/usb/line6/pcm.h')
-rw-r--r-- | sound/usb/line6/pcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/line6/pcm.h b/sound/usb/line6/pcm.h index 3a3cfba40ec7..508410adbd51 100644 --- a/sound/usb/line6/pcm.h +++ b/sound/usb/line6/pcm.h | |||
@@ -83,8 +83,8 @@ enum { | |||
83 | }; | 83 | }; |
84 | 84 | ||
85 | struct line6_pcm_properties { | 85 | struct line6_pcm_properties { |
86 | struct snd_pcm_hardware snd_line6_playback_hw, snd_line6_capture_hw; | 86 | struct snd_pcm_hardware playback_hw, capture_hw; |
87 | struct snd_pcm_hw_constraint_ratdens snd_line6_rates; | 87 | struct snd_pcm_hw_constraint_ratdens rates; |
88 | int bytes_per_frame; | 88 | int bytes_per_frame; |
89 | }; | 89 | }; |
90 | 90 | ||