mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
14 lines
367 B
C
14 lines
367 B
C
|
#ifndef SND_USB_MIXER_QUIRKS_H
|
||
|
#define SND_USB_MIXER_QUIRKS_H
|
||
|
|
||
|
int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer);
|
||
|
|
||
|
void snd_emuusb_set_samplerate(struct snd_usb_audio *chip,
|
||
|
unsigned char samplerate_id);
|
||
|
|
||
|
void snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer,
|
||
|
int unitid);
|
||
|
|
||
|
#endif /* SND_USB_MIXER_QUIRKS_H */
|
||
|
|