#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/delay.h>
#include <linux/ctype.h>
#include <linux/random.h>
#include <linux/syscalls.h>
#include "u_uac1.h"
Go to the source code of this file.
#define FILE_CONTROL "/dev/snd/controlC0" |
#define FILE_PCM_CAPTURE "/dev/snd/pcmC0D0c" |
#define FILE_PCM_PLAYBACK "/dev/snd/pcmC0D0p" |
gaudio_cleanup - remove ALSA device interface
This is called to free all resources allocated by ().
Definition at line 320 of file u_uac1.c.
gaudio_setup - setup ALSA interface and preparing for USB transfer
This sets up PCM, mixer or MIDI ALSA devices fore USB gadget using.
Returns negative errno, or zero on success
Definition at line 301 of file u_uac1.c.
module_param |
( |
fn_play |
, |
|
|
charp |
, |
|
|
S_IRUGO |
|
|
) |
| |
module_param |
( |
fn_cap |
, |
|
|
charp |
, |
|
|
S_IRUGO |
|
|
) |
| |
module_param |
( |
fn_cntl |
, |
|
|
charp |
, |
|
|
S_IRUGO |
|
|
) |
| |