Searched refs:ad1843 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/mips/ |
D | ad1843.c | 186 static int ad1843_read_bits(struct snd_ad1843 *ad1843, in ad1843_read_bits() argument 191 w = ad1843->read(ad1843->chip, field->reg); in ad1843_read_bits() 199 static int ad1843_write_bits(struct snd_ad1843 *ad1843, in ad1843_write_bits() argument 205 w = ad1843->read(ad1843->chip, field->reg); in ad1843_write_bits() 210 ad1843->write(ad1843->chip, field->reg, w); in ad1843_write_bits() 228 static void ad1843_read_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_read_multi() argument 240 w = ad1843->read(ad1843->chip, reg); in ad1843_read_multi() 260 static void ad1843_write_multi(struct snd_ad1843 *ad1843, int argcount, ...) in ad1843_write_multi() argument 287 w = ad1843->read(ad1843->chip, reg); in ad1843_write_multi() 291 ad1843->write(ad1843->chip, reg, w); in ad1843_write_multi() [all …]
|
D | sgio2audio.c | 98 struct snd_ad1843 ad1843; member 166 uinfo->value.integer.max = ad1843_get_gain_max(&chip->ad1843, in sgio2audio_gain_info() 177 vol = ad1843_get_gain(&chip->ad1843, (int)kcontrol->private_value); in sgio2audio_gain_get() 191 oldvol = ad1843_get_gain(&chip->ad1843, kcontrol->private_value); in sgio2audio_gain_put() 195 newvol = ad1843_set_gain(&chip->ad1843, kcontrol->private_value, in sgio2audio_gain_put() 215 ucontrol->value.enumerated.item[0] = ad1843_get_recsrc(&chip->ad1843); in sgio2audio_source_get() 225 oldsrc = ad1843_get_recsrc(&chip->ad1843); in sgio2audio_source_put() 226 newsrc = ad1843_set_recsrc(&chip->ad1843, in sgio2audio_source_put() 629 ad1843_setup_dac(&chip->ad1843, in snd_sgio2audio_pcm_prepare() 636 ad1843_setup_adc(&chip->ad1843, in snd_sgio2audio_pcm_prepare() [all …]
|
D | Makefile | 6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
|
/linux-4.1.27/include/sound/ |
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-4.1.27/Documentation/video4linux/bttv/ |
D | Cards | 495 DC30 (zr36057, zr36050, zr36016, vpx3220, adv7176, ad1843, tea6415, miro FST97A1) 497 DC50 (zr36067, zr36050, zr36016, saa7112, adv7176 (2 pcs.?), ad1843, miro FST97A1, Lattice ???)
|