Home
last modified time | relevance | path

Searched refs:ad1848_volume (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/ic/
Dad1848var.h92 struct ad1848_volume { struct
112 struct ad1848_volume gains[AD1848_NUM_CHANNELS]; argument
113 struct ad1848_volume rec_gain;
183 struct ad1848_volume *);
185 struct ad1848_volume *);
186 int ad1848_set_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
187 int ad1848_get_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
189 int ad1848_set_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
190 int ad1848_get_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
192 int ad1848_to_vol(mixer_ctrl_t *, struct ad1848_volume *);
[all …]
Dad1848.c199 ad1848_to_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol) in ad1848_to_vol()
216 ad1848_from_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol) in ad1848_from_vol()
385 static struct ad1848_volume vol_mid = {220, 220}; in ad1848_attach()
386 static struct ad1848_volume vol_0 = {0, 0}; in ad1848_attach()
512 struct ad1848_volume *gp) in ad1848_set_channel_gain()
546 struct ad1848_volume *gp) in ad1848_get_device_gain()
554 ad1848_get_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp) in ad1848_get_rec_gain()
562 ad1848_set_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp) in ad1848_set_rec_gain()
607 ad1848_set_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp) in ad1848_set_mic_gain()
629 ad1848_get_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp) in ad1848_get_mic_gain()
[all …]
/netbsd/src/sys/dev/isa/
Dcs4231var.h44 int cs4231_set_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
45 int cs4231_get_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
46 int cs4231_set_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
47 int cs4231_get_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
Dymvar.h161 struct ad1848_volume master_gain;
171 struct ad1848_volume sc_treble, sc_bass, sc_wide;
Dym.c161 static void ym_set_master_gain(struct ym_softc *, struct ad1848_volume*);
165 struct ad1848_volume *, int);
197 static struct ad1848_volume vol_master = {YM_VOL_MASTER, YM_VOL_MASTER}; in ym_attach()
198 static struct ad1848_volume vol_dac = {YM_VOL_DAC, YM_VOL_DAC}; in ym_attach()
199 static struct ad1848_volume vol_opl3 = {YM_VOL_OPL3, YM_VOL_OPL3}; in ym_attach()
449 ym_set_master_gain(struct ym_softc *sc, struct ad1848_volume *vol) in ym_set_master_gain()
521 struct ad1848_volume *val, int reg) in ym_set_3d()
563 struct ad1848_volume vol; in ym_mixer_set_port()
Dgus.c2934 struct ad1848_volume vol = {AUDIO_MAX_GAIN, AUDIO_MAX_GAIN}; in gus_init_cs4231()
3206 struct ad1848_volume vol; in gusmax_mixer_get_port()
3248 struct ad1848_volume vol; in gus_mixer_get_port()
3414 struct ad1848_volume vol; in gusmax_mixer_set_port()
3456 struct ad1848_volume vol; in gus_mixer_set_port()