Searched refs:nval2 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_csp.c1013 unsigned char nval1, nval2; local
1018 nval2 = ucontrol->value.integer.value[1];
1019 if (nval2 > SNDRV_SB_CSP_QSOUND_MAX_RIGHT)
1020 nval2 = SNDRV_SB_CSP_QSOUND_MAX_RIGHT;
1022 change = p->qpos_left != nval1 || p->qpos_right != nval2;
1024 p->qpos_right = nval2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dens1370.c1428 unsigned int nval1, nval2; local
1432 nval2 = ucontrol->value.integer.value[0] ? ES_1373_SPDIF_EN : 0;
1438 ensoniq->cssr |= nval2;

Completed in 46 milliseconds