Symbol: ad1848_volume
sys/dev/isa/ad1848.c
494
struct ad1848_volume vol_mid = {220, 220};
sys/dev/isa/ad1848.c
495
struct ad1848_volume vol_0 = {0, 0};
sys/dev/isa/ad1848.c
642
struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
675
struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
682
ad1848_get_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
689
ad1848_set_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
730
ad1848_set_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
752
ad1848_get_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
sys/dev/isa/ad1848.c
783
struct ad1848_volume vol;
sys/dev/isa/ad1848.c
850
struct ad1848_volume vol;
sys/dev/isa/ad1848var.h
135
static __inline int ad1848_to_vol(mixer_ctrl_t *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
136
static __inline int ad1848_from_vol(mixer_ctrl_t *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
139
ad1848_to_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
sys/dev/isa/ad1848var.h
154
ad1848_from_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
sys/dev/isa/ad1848var.h
200
int ad1848_set_channel_gain(struct ad1848_softc *, int, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
201
int ad1848_get_device_gain(struct ad1848_softc *, int, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
202
int ad1848_set_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
203
int ad1848_get_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
205
int ad1848_set_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
206
int ad1848_get_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
sys/dev/isa/ad1848var.h
69
struct ad1848_volume gains[6];
sys/dev/isa/ad1848var.h
71
struct ad1848_volume rec_gain;
sys/dev/isa/gus.c
2051
struct ad1848_volume vol = {AUDIO_MAX_GAIN, AUDIO_MAX_GAIN};
sys/dev/isa/gus.c
2279
struct ad1848_volume vol;
sys/dev/isa/gus.c
2318
struct ad1848_volume vol;
sys/dev/isa/gus.c
2476
struct ad1848_volume vol;
sys/dev/isa/gus.c
2515
struct ad1848_volume vol;