diff options
Diffstat (limited to 'sound/usb/line6/pod.c')
-rw-r--r-- | sound/usb/line6/pod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/usb/line6/pod.c b/sound/usb/line6/pod.c index 3f7ff661b3dd..61aadd7d4b7f 100644 --- a/sound/usb/line6/pod.c +++ b/sound/usb/line6/pod.c | |||
@@ -129,7 +129,7 @@ static struct snd_ratden pod_ratden = { | |||
129 | }; | 129 | }; |
130 | 130 | ||
131 | static struct line6_pcm_properties pod_pcm_properties = { | 131 | static struct line6_pcm_properties pod_pcm_properties = { |
132 | .snd_line6_playback_hw = { | 132 | .playback_hw = { |
133 | .info = (SNDRV_PCM_INFO_MMAP | | 133 | .info = (SNDRV_PCM_INFO_MMAP | |
134 | SNDRV_PCM_INFO_INTERLEAVED | | 134 | SNDRV_PCM_INFO_INTERLEAVED | |
135 | SNDRV_PCM_INFO_BLOCK_TRANSFER | | 135 | SNDRV_PCM_INFO_BLOCK_TRANSFER | |
@@ -147,7 +147,7 @@ static struct line6_pcm_properties pod_pcm_properties = { | |||
147 | .period_bytes_max = 8192, | 147 | .period_bytes_max = 8192, |
148 | .periods_min = 1, | 148 | .periods_min = 1, |
149 | .periods_max = 1024}, | 149 | .periods_max = 1024}, |
150 | .snd_line6_capture_hw = { | 150 | .capture_hw = { |
151 | .info = (SNDRV_PCM_INFO_MMAP | | 151 | .info = (SNDRV_PCM_INFO_MMAP | |
152 | SNDRV_PCM_INFO_INTERLEAVED | | 152 | SNDRV_PCM_INFO_INTERLEAVED | |
153 | SNDRV_PCM_INFO_BLOCK_TRANSFER | | 153 | SNDRV_PCM_INFO_BLOCK_TRANSFER | |
@@ -164,7 +164,7 @@ static struct line6_pcm_properties pod_pcm_properties = { | |||
164 | .period_bytes_max = 8192, | 164 | .period_bytes_max = 8192, |
165 | .periods_min = 1, | 165 | .periods_min = 1, |
166 | .periods_max = 1024}, | 166 | .periods_max = 1024}, |
167 | .snd_line6_rates = { | 167 | .rates = { |
168 | .nrats = 1, | 168 | .nrats = 1, |
169 | .rats = &pod_ratden}, | 169 | .rats = &pod_ratden}, |
170 | .bytes_per_frame = POD_BYTES_PER_FRAME | 170 | .bytes_per_frame = POD_BYTES_PER_FRAME |