Searched refs:ad1848_volume (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | ad1848var.h | 92 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 …]
|
| D | ad1848.c | 199 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/ |
| D | cs4231var.h | 44 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 *);
|
| D | ymvar.h | 161 struct ad1848_volume master_gain; 171 struct ad1848_volume sc_treble, sc_bass, sc_wide;
|
| D | ym.c | 161 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()
|
| D | gus.c | 2934 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()
|