Home
last modified time | relevance | path

Searched refs:chgain (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/soc/omap/
Dmcbsp.c277 int omap_st_set_chgain(struct omap_mcbsp *mcbsp, int channel, s16 chgain) in omap_st_set_chgain() argument
287 st_data->ch0gain = chgain; in omap_st_set_chgain()
289 st_data->ch1gain = chgain; in omap_st_set_chgain()
300 int omap_st_get_chgain(struct omap_mcbsp *mcbsp, int channel, s16 *chgain) in omap_st_get_chgain() argument
310 *chgain = st_data->ch0gain; in omap_st_get_chgain()
312 *chgain = st_data->ch1gain; in omap_st_get_chgain()
Dmcbsp.h337 int omap_st_set_chgain(struct omap_mcbsp *mcbsp, int channel, s16 chgain);
338 int omap_st_get_chgain(struct omap_mcbsp *mcbsp, int channel, s16 *chgain);
Domap-mcbsp.c666 s16 chgain; \
668 if (omap_st_get_chgain(mcbsp, channel, &chgain)) \
671 uc->value.integer.value[0] = chgain; \