yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [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 |