mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
2fcdb06d49
This field may use up to 32 bits, so it should be handled as unsigned int. Signed-off-by: Daniel Mack <zonque@gmail.com> Reported-by: Andreas Koch <andreas@akdesigninc.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
10 lines
326 B
C
10 lines
326 B
C
#ifndef __USBAUDIO_FORMAT_H
|
|
#define __USBAUDIO_FORMAT_H
|
|
|
|
int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
|
|
struct audioformat *fp, unsigned int format,
|
|
struct uac_format_type_i_continuous_descriptor *fmt,
|
|
int stream, struct usb_host_interface *iface);
|
|
|
|
#endif /* __USBAUDIO_FORMAT_H */
|