xref: /kernel/linux/linux-6.6/sound/usb/implicit.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/usb/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#ifndef __USBAUDIO_IMPLICIT_H
362306a36Sopenharmony_ci#define __USBAUDIO_IMPLICIT_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciint snd_usb_parse_implicit_fb_quirk(struct snd_usb_audio *chip,
662306a36Sopenharmony_ci				    struct audioformat *fmt,
762306a36Sopenharmony_ci				    struct usb_host_interface *alts);
862306a36Sopenharmony_ciconst struct audioformat *
962306a36Sopenharmony_cisnd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip,
1062306a36Sopenharmony_ci				     const struct audioformat *target,
1162306a36Sopenharmony_ci				     const struct snd_pcm_hw_params *params,
1262306a36Sopenharmony_ci				     int stream, bool *fixed_rate);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* __USBAUDIO_IMPLICIT_H */
15

Indexes created Thu Nov 07 10:32:03 CST 2024