Lines Matching refs:left
259 " 0x00: left input = 0x%02x "
269 " 0x02: GF1 left input = 0x%02x "
270 " 0x12: left line in = 0x%02x\n",
279 " 0x04: CD left input = 0x%02x "
289 " 0x06: left output = 0x%02x "
290 " 0x16: left MIC (PnP) = 0x%02x\n",
305 " 0x19: left line out = 0x%02x\n",
1959 unsigned short left, right;
1965 left = ucontrol->value.enumerated.item[0] << 6;
1968 left = (chip->image[CS4231_LEFT_INPUT] & ~CS4231_MIXS_ALL) | left;
1970 change = left != chip->image[CS4231_LEFT_INPUT] ||
1972 snd_wss_out(chip, CS4231_LEFT_INPUT, left);