162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef SND_USB_MIXER_QUIRKS_H 362306a36Sopenharmony_ci#define SND_USB_MIXER_QUIRKS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer); 662306a36Sopenharmony_ci 762306a36Sopenharmony_civoid snd_emuusb_set_samplerate(struct snd_usb_audio *chip, 862306a36Sopenharmony_ci unsigned char samplerate_id); 962306a36Sopenharmony_ci 1062306a36Sopenharmony_civoid snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, 1162306a36Sopenharmony_ci int unitid); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_civoid snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, 1462306a36Sopenharmony_ci struct usb_mixer_elem_info *cval, int unitid, 1562306a36Sopenharmony_ci struct snd_kcontrol *kctl); 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_civoid snd_usb_mixer_resume_quirk(struct usb_mixer_interface *mixer); 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif /* SND_USB_MIXER_QUIRKS_H */ 2062306a36Sopenharmony_ci 21