ad1848_volume
ad1848_to_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
ad1848_from_vol(mixer_ctrl_t *cp, struct ad1848_volume *vol)
static struct ad1848_volume vol_mid = {220, 220};
static struct ad1848_volume vol_0 = {0, 0};
struct ad1848_volume *gp)
struct ad1848_volume *gp)
ad1848_get_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
ad1848_set_rec_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
ad1848_set_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
ad1848_get_mic_gain(struct ad1848_softc *sc, struct ad1848_volume *gp)
struct ad1848_volume vol;
struct ad1848_volume vol;
struct ad1848_volume gains[AD1848_NUM_CHANNELS];
struct ad1848_volume rec_gain;
struct ad1848_volume *);
struct ad1848_volume *);
int ad1848_set_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
int ad1848_get_rec_gain(struct ad1848_softc *, struct ad1848_volume *);
int ad1848_set_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
int ad1848_get_mic_gain(struct ad1848_softc *, struct ad1848_volume *);
int ad1848_to_vol(mixer_ctrl_t *, struct ad1848_volume *);
int ad1848_from_vol(mixer_ctrl_t *, struct ad1848_volume *);
int cs4231_set_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
int cs4231_get_linein_gain(struct ad1848_softc *, struct ad1848_volume *);
int cs4231_set_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
int cs4231_get_mono_gain(struct ad1848_softc *, struct ad1848_volume *);
struct ad1848_volume vol = {AUDIO_MAX_GAIN, AUDIO_MAX_GAIN};
struct ad1848_volume vol;
struct ad1848_volume vol;
struct ad1848_volume vol;
struct ad1848_volume vol;
static void ym_set_master_gain(struct ym_softc *, struct ad1848_volume*);
struct ad1848_volume *, int);
static struct ad1848_volume vol_master = {YM_VOL_MASTER, YM_VOL_MASTER};
static struct ad1848_volume vol_dac = {YM_VOL_DAC, YM_VOL_DAC};
static struct ad1848_volume vol_opl3 = {YM_VOL_OPL3, YM_VOL_OPL3};
ym_set_master_gain(struct ym_softc *sc, struct ad1848_volume *vol)
struct ad1848_volume *val, int reg)
struct ad1848_volume vol;
struct ad1848_volume master_gain;
struct ad1848_volume sc_treble, sc_bass, sc_wide;