Home
last modified time | relevance | path

Searched refs:rt1318_dvol (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Drt1318.c511 rt1318->rt1318_dvol = ucontrol->value.integer.value[0]; in rt1318_dvol_put()
513 if (rt1318->rt1318_dvol <= RT1318_DVOL_STEP && rt1318->rt1318_dvol >= 0) { in rt1318_dvol_put()
515 rt1318->rt1318_dvol >> 8); in rt1318_dvol_put()
517 rt1318->rt1318_dvol & 0xff); in rt1318_dvol_put()
519 rt1318->rt1318_dvol >> 8); in rt1318_dvol_put()
521 rt1318->rt1318_dvol & 0xff); in rt1318_dvol_put()
534 ucontrol->value.integer.value[0] = rt1318->rt1318_dvol; in rt1318_dvol_get()
1052 rt1318->rt1318_dvol = RT1318_DVOL_STEP; in rt1318_probe()
H A Drt1318.h23 int rt1318_dvol; member