Searched refs:ad1843_get_gain (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dad1843.h28 int ad1843_get_gain(struct snd_ad1843 *ad1843, int id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dad1843.c306 * ad1843_get_gain reads the specified register and extracts the gain value
310 int ad1843_get_gain(struct snd_ad1843 *ad1843, int id) function
354 return ad1843_get_gain(ad1843, id);
H A Dsgio2audio.c176 vol = ad1843_get_gain(&chip->ad1843, (int)kcontrol->private_value);
190 oldvol = ad1843_get_gain(&chip->ad1843, kcontrol->private_value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1049 * ad1843_get_gain reads the specified register and extracts the gain value
1053 static int ad1843_get_gain(lithium_t *lith, const ad1843_gain_t *gp) function
1092 return ad1843_get_gain(lith, gp);
3109 val = ad1843_get_gain(&devc->lith, &ad1843_gain_PCM);
3113 val = ad1843_get_gain(&devc->lith, &ad1843_gain_LINE);
3117 val = ad1843_get_gain(&devc->lith, &ad1843_gain_MIC);
3121 val = ad1843_get_gain(&devc->lith, &ad1843_gain_CD);
3125 val = ad1843_get_gain(&devc->lith, &ad1843_gain_RECLEV);

Completed in 50 milliseconds