capture.c (7bfb8575b82cd1facde3dc5be2b125f408171646) | capture.c (ccddbe4a99536154e61d16c0f1c2df8a6d63f52a) |
---|---|
1/* 2 * Line6 Linux USB driver - 0.9.1beta 3 * 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation, version 2. --- 4 unchanged lines hidden (view full) --- 13#include <sound/core.h> 14#include <sound/pcm.h> 15#include <sound/pcm_params.h> 16 17#include "audio.h" 18#include "capture.h" 19#include "driver.h" 20#include "pcm.h" | 1/* 2 * Line6 Linux USB driver - 0.9.1beta 3 * 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation, version 2. --- 4 unchanged lines hidden (view full) --- 13#include <sound/core.h> 14#include <sound/pcm.h> 15#include <sound/pcm_params.h> 16 17#include "audio.h" 18#include "capture.h" 19#include "driver.h" 20#include "pcm.h" |
21#include "pod.h" | |
22 23/* 24 Find a free URB and submit it. 25*/ 26static int submit_audio_in_urb(struct snd_line6_pcm *line6pcm) 27{ 28 int index; 29 unsigned long flags; --- 404 unchanged lines hidden --- | 21 22/* 23 Find a free URB and submit it. 24*/ 25static int submit_audio_in_urb(struct snd_line6_pcm *line6pcm) 26{ 27 int index; 28 unsigned long flags; --- 404 unchanged lines hidden --- |