Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [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 | void snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, |
| 13 | struct usb_mixer_elem_info *cval, int unitid, |
| 14 | struct snd_kcontrol *kctl); |
| 15 | |
| 16 | #endif /* SND_USB_MIXER_QUIRKS_H */ |
| 17 | |