|
Linux Kernel
3.7.1
|
#include <linux/bitops.h>#include <linux/init.h>#include <linux/string.h>#include <linux/usb.h>#include <linux/usb/audio.h>#include <linux/usb/audio-v2.h>#include <sound/core.h>#include <sound/info.h>#include <sound/pcm.h>#include "usbaudio.h"#include "card.h"#include "helper.h"#include "clock.h"Go to the source code of this file.
Functions | |
| int | snd_usb_clock_find_source (struct snd_usb_audio *chip, int entity_id) |
| int | snd_usb_init_sample_rate (struct snd_usb_audio *chip, int iface, struct usb_host_interface *alts, struct audioformat *fmt, int rate) |
| int snd_usb_clock_find_source | ( | struct snd_usb_audio * | chip, |
| int | entity_id | ||
| ) |
| int snd_usb_init_sample_rate | ( | struct snd_usb_audio * | chip, |
| int | iface, | ||
| struct usb_host_interface * | alts, | ||
| struct audioformat * | fmt, | ||
| int | rate | ||
| ) |
1.8.2