Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dpt2258.c23 static const unsigned char pt2258_channel_code[12] = { variable
108 bytes[0] = pt2258_channel_code[2 * base] | (val0 / 10); in pt2258_stereo_volume_put()
109 bytes[1] = pt2258_channel_code[2 * base + 1] | (val0 % 10); in pt2258_stereo_volume_put()
116 bytes[0] = pt2258_channel_code[2 * base + 2] | (val1 / 10); in pt2258_stereo_volume_put()
117 bytes[1] = pt2258_channel_code[2 * base + 3] | (val1 % 10); in pt2258_stereo_volume_put()