diff options
Diffstat (limited to 'sound/usb/usbmixer.h')
-rw-r--r-- | sound/usb/usbmixer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/usbmixer.h b/sound/usb/usbmixer.h new file mode 100644 index 000000000000..e199e4bb02f2 --- /dev/null +++ b/sound/usb/usbmixer.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef __USBMIXER_H | ||
2 | #define __USBMIXER_H | ||
3 | |||
4 | int snd_usb_create_mixer(struct snd_usb_audio *chip, int ctrlif, | ||
5 | int ignore_error); | ||
6 | void snd_usb_mixer_disconnect(struct list_head *p); | ||
7 | |||
8 | void snd_emuusb_set_samplerate(struct snd_usb_audio *chip, | ||
9 | unsigned char samplerate_id); | ||
10 | |||
11 | #endif /* __USBMIXER_H */ | ||