Searched refs:ad1843 (Results 1 – 4 of 4) sorted by relevance
/linux/sound/mips/ |
H A D | ad1843.c | 172 static int ad1843_read_bits(struct snd_ad1843 *ad1843, in ad1843_read_bits() argument 177 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits() 185 static int ad1843_write_bits(struct snd_ad1843 *ad1843, in ad1843_write_bits() argument 191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits() 196 ad1843->write(ad1843->chip, field->reg, w); in ad1843_write_bits() 214 static void ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_read_multi() argument 226 w = ad1843->read(ad1843->chip, reg); in ad1843_read_multi() 246 static void ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_write_multi() argument 273 w = ad1843->read(ad1843->chip, reg); in ad1843_write_multi() 277 ad1843->write(ad1843->chip, reg, w); in ad1843_write_multi() [all …]
|
H A D | Makefile | 6 snd-sgi-o2-y := sgio2audio.o ad1843.o
|
/linux/include/sound/ |
H A D | ad1843.h | 27 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);
|
/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 1036 - DC30 (zr36057, zr36050, zr36016, vpx3220, adv7176, ad1843, tea6415, miro FST97A1) 1038 - DC50 (zr36067, zr36050, zr36016, saa7112, adv7176 (2 pcs.?), ad1843, miro FST97A1, Lattice ???)
|