Symbol: snd_ad1843
include/sound/ad1843.h
27
int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id);
include/sound/ad1843.h
28
int ad1843_get_gain(struct snd_ad1843 *ad1843, int id);
include/sound/ad1843.h
29
int ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval);
include/sound/ad1843.h
30
int ad1843_get_recsrc(struct snd_ad1843 *ad1843);
include/sound/ad1843.h
31
int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
include/sound/ad1843.h
32
void ad1843_setup_dac(struct snd_ad1843 *ad1843,
include/sound/ad1843.h
37
void ad1843_shutdown_dac(struct snd_ad1843 *ad1843,
include/sound/ad1843.h
39
void ad1843_setup_adc(struct snd_ad1843 *ad1843,
include/sound/ad1843.h
43
void ad1843_shutdown_adc(struct snd_ad1843 *ad1843);
include/sound/ad1843.h
44
int ad1843_init(struct snd_ad1843 *ad1843);
sound/mips/ad1843.c
172
static int ad1843_read_bits(struct snd_ad1843 *ad1843,
sound/mips/ad1843.c
185
static int ad1843_write_bits(struct snd_ad1843 *ad1843,
sound/mips/ad1843.c
214
static void ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...)
sound/mips/ad1843.c
246
static void ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...)
sound/mips/ad1843.c
280
int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id)
sound/mips/ad1843.c
296
int ad1843_get_gain(struct snd_ad1843 *ad1843, int id)
sound/mips/ad1843.c
323
int ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval)
sound/mips/ad1843.c
345
int ad1843_get_recsrc(struct snd_ad1843 *ad1843)
sound/mips/ad1843.c
363
int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc)
sound/mips/ad1843.c
374
void ad1843_setup_dac(struct snd_ad1843 *ad1843,
sound/mips/ad1843.c
426
void ad1843_shutdown_dac(struct snd_ad1843 *ad1843, unsigned int id)
sound/mips/ad1843.c
434
void ad1843_setup_adc(struct snd_ad1843 *ad1843,
sound/mips/ad1843.c
455
void ad1843_shutdown_adc(struct snd_ad1843 *ad1843)
sound/mips/ad1843.c
468
int ad1843_init(struct snd_ad1843 *ad1843)
sound/mips/sgio2audio.c
84
struct snd_ad1843 ad1843;