Linux Kernel
3.7.1
|
#include <linux/wait.h>
#include <sound/control.h>
#include "audio.h"
#include "capture.h"
#include "driver.h"
#include "playback.h"
#include "toneport.h"
Go to the source code of this file.
Data Structures | |
struct | ToneportSourceInfo |
Macros | |
#define | TONEPORT_PCM_DELAY 1 |
Functions | |
int | line6_toneport_init (struct usb_interface *interface, struct usb_line6_toneport *toneport) |
void | line6_toneport_reset_resume (struct usb_line6_toneport *toneport) |
void | line6_toneport_disconnect (struct usb_interface *interface) |
#define TONEPORT_PCM_DELAY 1 |
Definition at line 24 of file toneport.c.
void line6_toneport_disconnect | ( | struct usb_interface * | interface | ) |
Definition at line 430 of file toneport.c.
int line6_toneport_init | ( | struct usb_interface * | interface, |
struct usb_line6_toneport * | toneport | ||
) |
Definition at line 408 of file toneport.c.
void line6_toneport_reset_resume | ( | struct usb_line6_toneport * | toneport | ) |
Definition at line 422 of file toneport.c.