HomeSort by: relevance | last modified time | path
    Searched refs:ad1848_volume (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/isa/
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 *);
ymvar.h 161 struct ad1848_volume master_gain;
171 struct ad1848_volume sc_treble, sc_bass, sc_wide;
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};
198 static struct ad1848_volume vol_dac = {YM_VOL_DAC, YM_VOL_DAC};
199 static struct ad1848_volume vol_opl3 = {YM_VOL_OPL3, YM_VOL_OPL3};
449 ym_set_master_gain(struct ym_softc *sc, struct ad1848_volume *vol)
521 struct ad1848_volume *val, int reg)
563 struct ad1848_volume vol;
gus.c 2934 struct ad1848_volume vol = {AUDIO_MAX_GAIN, AUDIO_MAX_GAIN};
3206 struct ad1848_volume vol;
3248 struct ad1848_volume vol;
3414 struct ad1848_volume vol;
3456 struct ad1848_volume vol;
  /src/sys/dev/ic/
ad1848var.h 92 struct ad1848_volume { struct
112 struct ad1848_volume gains[AD1848_NUM_CHANNELS];
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...]
ad1848.c 199 ad1848_to_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
216 ad1848_from_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
385 static struct ad1848_volume vol_mid = {220, 220};
386 static struct ad1848_volume vol_0 = {0, 0};
512 struct ad1848_volume *gp)
546 struct ad1848_volume *gp)
554 ad1848_get_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
562 ad1848_set_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
607 ad1848_set_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
629 ad1848_get_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp
    [all...]

Completed in 32 milliseconds