Symbol: ad1848_volume
sys/dev/ic/ad1848.c
199
ad1848_to_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
sys/dev/ic/ad1848.c
216
ad1848_from_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
sys/dev/ic/ad1848.c
385
static struct ad1848_volume vol_mid = {220, 220};
sys/dev/ic/ad1848.c
386
static struct ad1848_volume vol_0 = {0, 0};
sys/dev/ic/ad1848.c
512
struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
546
struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
554
ad1848_get_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
562
ad1848_set_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
607
ad1848_set_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
629
ad1848_get_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/ic/ad1848.c
656
struct ad1848_volume vol;
sys/dev/ic/ad1848.c
729
struct ad1848_volume vol;
sys/dev/ic/ad1848var.h
112
struct ad1848_volume gains[AD1848_NUM_CHANNELS];
sys/dev/ic/ad1848var.h
113
struct ad1848_volume rec_gain;
sys/dev/ic/ad1848var.h
183
struct ad1848_volume *);
sys/dev/ic/ad1848var.h
185
struct ad1848_volume *);
sys/dev/ic/ad1848var.h
186
int ad1848_set_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/ic/ad1848var.h
187
int ad1848_get_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/ic/ad1848var.h
189
int ad1848_set_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/ic/ad1848var.h
190
int ad1848_get_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/ic/ad1848var.h
192
int ad1848_to_vol(mixer_ctrl_t *, struct ad1848_volume *);
sys/dev/ic/ad1848var.h
193
int ad1848_from_vol(mixer_ctrl_t *, struct ad1848_volume *);
sys/dev/isa/cs4231var.h
44
int cs4231_set_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/cs4231var.h
45
int cs4231_get_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/cs4231var.h
46
int cs4231_set_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/cs4231var.h
47
int cs4231_get_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/gus.c
2934
struct ad1848_volume vol = {AUDIO_MAX_GAIN, AUDIO_MAX_GAIN};
sys/dev/isa/gus.c
3206
struct ad1848_volume vol;
sys/dev/isa/gus.c
3248
struct ad1848_volume vol;
sys/dev/isa/gus.c
3414
struct ad1848_volume vol;
sys/dev/isa/gus.c
3456
struct ad1848_volume vol;
sys/dev/isa/ym.c
161
static void ym_set_master_gain(struct ym_softc *, struct ad1848_volume*);
sys/dev/isa/ym.c
165
struct ad1848_volume *, int);
sys/dev/isa/ym.c
197
static struct ad1848_volume vol_master = {YM_VOL_MASTER, YM_VOL_MASTER};
sys/dev/isa/ym.c
198
static struct ad1848_volume vol_dac = {YM_VOL_DAC, YM_VOL_DAC};
sys/dev/isa/ym.c
199
static struct ad1848_volume vol_opl3 = {YM_VOL_OPL3, YM_VOL_OPL3};
sys/dev/isa/ym.c
449
ym_set_master_gain(struct ym_softc *sc, struct ad1848_volume *vol)
sys/dev/isa/ym.c
521
struct ad1848_volume *val, int reg)
sys/dev/isa/ym.c
563
struct ad1848_volume vol;
sys/dev/isa/ymvar.h
161
struct ad1848_volume master_gain;
sys/dev/isa/ymvar.h
171
struct ad1848_volume sc_treble, sc_bass, sc_wide;