diff options
Diffstat (limited to 'sound/usb/line6/capture.c')
-rw-r--r-- | sound/usb/line6/capture.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/usb/line6/capture.c b/sound/usb/line6/capture.c index 97283e631e45..bad1b5b02786 100644 --- a/sound/usb/line6/capture.c +++ b/sound/usb/line6/capture.c | |||
@@ -297,18 +297,6 @@ static int snd_line6_capture_hw_params(struct snd_pcm_substream *substream, | |||
297 | int ret; | 297 | int ret; |
298 | struct snd_line6_pcm *line6pcm = snd_pcm_substream_chip(substream); | 298 | struct snd_line6_pcm *line6pcm = snd_pcm_substream_chip(substream); |
299 | 299 | ||
300 | /* -- Florian Demski [FD] */ | ||
301 | /* don't ask me why, but this fixes the bug on my machine */ | ||
302 | if (line6pcm == NULL) { | ||
303 | if (substream->pcm == NULL) | ||
304 | return -ENOMEM; | ||
305 | if (substream->pcm->private_data == NULL) | ||
306 | return -ENOMEM; | ||
307 | substream->private_data = substream->pcm->private_data; | ||
308 | line6pcm = snd_pcm_substream_chip(substream); | ||
309 | } | ||
310 | /* -- [FD] end */ | ||
311 | |||
312 | ret = line6_pcm_acquire(line6pcm, LINE6_BIT_PCM_ALSA_CAPTURE_BUFFER); | 300 | ret = line6_pcm_acquire(line6pcm, LINE6_BIT_PCM_ALSA_CAPTURE_BUFFER); |
313 | 301 | ||
314 | if (ret < 0) | 302 | if (ret < 0) |