Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.8 13 lines 367 B view raw
1#ifndef SND_USB_MIXER_QUIRKS_H 2#define SND_USB_MIXER_QUIRKS_H 3 4int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer); 5 6void snd_emuusb_set_samplerate(struct snd_usb_audio *chip, 7 unsigned char samplerate_id); 8 9void snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, 10 int unitid); 11 12#endif /* SND_USB_MIXER_QUIRKS_H */ 13