|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/usb.h>#include <linux/usb/audio.h>#include <linux/usb/audio-v2.h>#include <sound/core.h>#include <sound/pcm.h>#include "usbaudio.h"#include "card.h"#include "quirks.h"#include "helper.h"#include "debug.h"#include "clock.h"#include "format.h"Go to the source code of this file.
Functions | |
| int | snd_usb_parse_audio_format (struct snd_usb_audio *chip, struct audioformat *fp, int format, struct uac_format_type_i_continuous_descriptor *fmt, int stream, struct usb_host_interface *iface) |
| int snd_usb_parse_audio_format | ( | struct snd_usb_audio * | chip, |
| struct audioformat * | fp, | ||
| int | format, | ||
| struct uac_format_type_i_continuous_descriptor * | fmt, | ||
| int | stream, | ||
| struct usb_host_interface * | iface | ||
| ) |
1.8.2