Searched refs:ad1843 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/sound/mips/ |
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 …]
|
D | sgio2audio.c | 84 struct snd_ad1843 ad1843; member 152 uinfo->value.integer.max = ad1843_get_gain_max(&chip->ad1843, in sgio2audio_gain_info() 163 vol = ad1843_get_gain(&chip->ad1843, (int)kcontrol->private_value); in sgio2audio_gain_get() 177 oldvol = ad1843_get_gain(&chip->ad1843, kcontrol->private_value); in sgio2audio_gain_put() 181 newvol = ad1843_set_gain(&chip->ad1843, kcontrol->private_value, in sgio2audio_gain_put() 201 ucontrol->value.enumerated.item[0] = ad1843_get_recsrc(&chip->ad1843); in sgio2audio_source_get() 211 oldsrc = ad1843_get_recsrc(&chip->ad1843); in sgio2audio_source_put() 212 newsrc = ad1843_set_recsrc(&chip->ad1843, in sgio2audio_source_put() 600 ad1843_setup_dac(&chip->ad1843, in snd_sgio2audio_pcm_prepare() 607 ad1843_setup_adc(&chip->ad1843, in snd_sgio2audio_pcm_prepare() [all …]
|
D | Makefile | 6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
|
/Linux-v5.10/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-v5.10/Documentation/admin-guide/media/ |
D | bttv.rst | 1035 - DC30 (zr36057, zr36050, zr36016, vpx3220, adv7176, ad1843, tea6415, miro FST97A1) 1037 - DC50 (zr36067, zr36050, zr36016, saa7112, adv7176 (2 pcs.?), ad1843, miro FST97A1, Lattice ???)
|