18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef SND_USB_MIXER_QUIRKS_H 38c2ecf20Sopenharmony_ci#define SND_USB_MIXER_QUIRKS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciint snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer); 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_civoid snd_emuusb_set_samplerate(struct snd_usb_audio *chip, 88c2ecf20Sopenharmony_ci unsigned char samplerate_id); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_civoid snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, 118c2ecf20Sopenharmony_ci int unitid); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_civoid snd_usb_mixer_fu_apply_quirk(struct usb_mixer_interface *mixer, 148c2ecf20Sopenharmony_ci struct usb_mixer_elem_info *cval, int unitid, 158c2ecf20Sopenharmony_ci struct snd_kcontrol *kctl); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#ifdef CONFIG_PM 188c2ecf20Sopenharmony_civoid snd_usb_mixer_resume_quirk(struct usb_mixer_interface *mixer); 198c2ecf20Sopenharmony_ci#endif 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif /* SND_USB_MIXER_QUIRKS_H */ 228c2ecf20Sopenharmony_ci 23