Home
last modified time | relevance | path

Searched refs:snd_ad1843 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Dad1843.h13 struct snd_ad1843 { struct
27 int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id); argument
28 int ad1843_get_gain(struct snd_ad1843 *ad1843, int id);
29 int ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval);
30 int ad1843_get_recsrc(struct snd_ad1843 *ad1843);
31 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
32 void ad1843_setup_dac(struct snd_ad1843 *ad1843,
37 void ad1843_shutdown_dac(struct snd_ad1843 *ad1843,
39 void ad1843_setup_adc(struct snd_ad1843 *ad1843,
43 void ad1843_shutdown_adc(struct snd_ad1843 *ad1843);
[all …]
/openbmc/linux/sound/mips/
H A Dad1843.c172 static int ad1843_read_bits(struct snd_ad1843 *ad1843, in ad1843_read_bits()
185 static int ad1843_write_bits(struct snd_ad1843 *ad1843, in ad1843_write_bits()
280 int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id) in ad1843_get_gain_max()
296 int ad1843_get_gain(struct snd_ad1843 *ad1843, int id) in ad1843_get_gain()
323 int ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval) in ad1843_set_gain()
345 int ad1843_get_recsrc(struct snd_ad1843 *ad1843) in ad1843_get_recsrc()
363 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) in ad1843_set_recsrc()
374 void ad1843_setup_dac(struct snd_ad1843 *ad1843, in ad1843_setup_dac()
434 void ad1843_setup_adc(struct snd_ad1843 *ad1843, in ad1843_setup_adc()
455 void ad1843_shutdown_adc(struct snd_ad1843 *ad1843) in ad1843_shutdown_adc()
[all …]
H A Dsgio2audio.c83 struct snd_ad1843 ad1843;