Home
last modified time | relevance | path

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

/linux-4.1.27/sound/i2c/other/
Dpt2258.c37 static const unsigned char pt2258_channel_code[12] = { variable
122 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10); in pt2258_stereo_volume_put()
123 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10); in pt2258_stereo_volume_put()
130 bytes[0] = pt2258_channel_code[2 * base + 2] | (val1 / 10); in pt2258_stereo_volume_put()
131 bytes[1] = pt2258_channel_code[2 * base + 3] | (val1 % 10); in pt2258_stereo_volume_put()