swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 92bf22614b21a2706f4993b278017e437f7785b3 authored by Linus Torvalds on 07 February 2021, 21:57:38 UTC
Linux 5.11-rc7
Tip revision: 92bf226
implicit.h
// SPDX-License-Identifier: GPL-2.0
#ifndef __USBAUDIO_IMPLICIT_H
#define __USBAUDIO_IMPLICIT_H

int snd_usb_parse_implicit_fb_quirk(struct snd_usb_audio *chip,
				    struct audioformat *fmt,
				    struct usb_host_interface *alts);
const struct audioformat *
snd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip,
				     const struct audioformat *target,
				     const struct snd_pcm_hw_params *params,
				     int stream);

#endif /* __USBAUDIO_IMPLICIT_H */
back to top