Searched refs:ad1843 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dad1843.h27 int ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id);
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);
44 int ad1843_init(struct snd_ad1843 *ad1843);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dad1843.c31 #include <sound/ad1843.h>
186 static int ad1843_read_bits(struct snd_ad1843 *ad1843, argument
191 w = ad1843->read(ad1843->chip, field->reg);
199 static int ad1843_write_bits(struct snd_ad1843 *ad1843, argument
205 w = ad1843->read(ad1843->chip, field->reg);
210 ad1843->write(ad1843->chip, field->reg, w);
218 * ad1843 require
228 ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...) argument
260 ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...) argument
294 ad1843_get_gain_max(struct snd_ad1843 *ad1843, int id) argument
310 ad1843_get_gain(struct snd_ad1843 *ad1843, int id) argument
337 ad1843_set_gain(struct snd_ad1843 *ad1843, int id, int newval) argument
359 ad1843_get_recsrc(struct snd_ad1843 *ad1843) argument
377 ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) argument
388 ad1843_setup_dac(struct snd_ad1843 *ad1843, unsigned int id, unsigned int framerate, snd_pcm_format_t fmt, unsigned int channels) argument
440 ad1843_shutdown_dac(struct snd_ad1843 *ad1843, unsigned int id) argument
448 ad1843_setup_adc(struct snd_ad1843 *ad1843, unsigned int framerate, snd_pcm_format_t fmt, unsigned int channels) argument
469 ad1843_shutdown_adc(struct snd_ad1843 *ad1843) argument
482 ad1843_init(struct snd_ad1843 *ad1843) argument
[all...]
H A DMakefile6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
H A Dsgio2audio.c42 #include <sound/ad1843.h>
97 struct snd_ad1843 ad1843; member in struct:snd_sgio2audio
165 uinfo->value.integer.max = ad1843_get_gain_max(&chip->ad1843,
176 vol = ad1843_get_gain(&chip->ad1843, (int)kcontrol->private_value);
190 oldvol = ad1843_get_gain(&chip->ad1843, kcontrol->private_value);
194 newvol = ad1843_set_gain(&chip->ad1843, kcontrol->private_value,
221 ucontrol->value.enumerated.item[0] = ad1843_get_recsrc(&chip->ad1843);
231 oldsrc = ad1843_get_recsrc(&chip->ad1843);
232 newsrc = ad1843_set_recsrc(&chip->ad1843,
635 ad1843_setup_dac(&chip->ad1843,
[all...]

Completed in 116 milliseconds