#include <linux/init.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/ad1843.h>
Go to the source code of this file.
|
int | ad1843_get_gain_max (struct snd_ad1843 *ad1843, int id) |
|
int | ad1843_get_gain (struct snd_ad1843 *ad1843, int id) |
|
int | ad1843_set_gain (struct snd_ad1843 *ad1843, int id, int newval) |
|
int | ad1843_get_recsrc (struct snd_ad1843 *ad1843) |
|
int | ad1843_set_recsrc (struct snd_ad1843 *ad1843, int newsrc) |
|
void | ad1843_setup_dac (struct snd_ad1843 *ad1843, unsigned int id, unsigned int framerate, snd_pcm_format_t fmt, unsigned int channels) |
|
void | ad1843_shutdown_dac (struct snd_ad1843 *ad1843, unsigned int id) |
|
void | ad1843_setup_adc (struct snd_ad1843 *ad1843, unsigned int framerate, snd_pcm_format_t fmt, unsigned int channels) |
|
void | ad1843_shutdown_adc (struct snd_ad1843 *ad1843) |
|
int | ad1843_init (struct snd_ad1843 *ad1843) |
|