Home | History | Annotate | Download | only in ic

Lines Matching defs:ad1848_volume

92 struct ad1848_volume {
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 *);
193 int ad1848_from_vol(mixer_ctrl_t *, struct ad1848_volume *);