implicit.h 496 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0
  2. #ifndef __USBAUDIO_IMPLICIT_H
  3. #define __USBAUDIO_IMPLICIT_H
  4. int snd_usb_parse_implicit_fb_quirk(struct snd_usb_audio *chip,
  5. struct audioformat *fmt,
  6. struct usb_host_interface *alts);
  7. const struct audioformat *
  8. snd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip,
  9. const struct audioformat *target,
  10. const struct snd_pcm_hw_params *params,
  11. int stream, bool *fixed_rate);
  12. #endif /* __USBAUDIO_IMPLICIT_H */