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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dpt2258.c36 static const unsigned char pt2258_channel_code[12] = { variable
121 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10);
122 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10);
129 bytes[0] = pt2258_channel_code[2 * base + 2] | (val1 / 10);
130 bytes[1] = pt2258_channel_code[2 * base + 3] | (val1 % 10);

Completed in 36 milliseconds