Daniel Mack | 7b1eda2 | 2010-03-11 21:13:22 +0100 | [diff] [blame] | 1 | #ifndef SND_USB_MIXER_QUIRKS_H |
2 | #define SND_USB_MIXER_QUIRKS_H | ||||
3 | |||||
4 | int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer); | ||||
5 | |||||
6 | void snd_emuusb_set_samplerate(struct snd_usb_audio *chip, | ||||
7 | unsigned char samplerate_id); | ||||
8 | |||||
9 | void snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, | ||||
10 | int unitid); | ||||
11 | |||||
12 | #endif /* SND_USB_MIXER_QUIRKS_H */ | ||||
13 |