Lines Matching refs:treble
66 /* bass/treble cluster */
68 struct v4l2_ctrl *treble;
155 /* Bits 0,1,2 control absolute treble gain from 0dB to 14dB
158 * Bit 3 controls treble attenuation/gain (sign)
171 * 1 1 0 1 0 1 0 1 is +4dB bass, -4dB treble
275 u8 bass, treble, volume;
314 treble = t->treble->val;
317 if (treble >= 0x8)
318 treble = 14 - (treble - 8);
320 tda7432_write(sd, TDA7432_TN, 0x10 | (bass << 4) | treble);
368 t->treble = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops,