Searched refs:bass (Results 1 – 4 of 4) sorted by relevance
/drivers/media/i2c/ |
D | tda7432.c | 67 struct v4l2_ctrl *bass; member 275 u8 bass, treble, volume; in tda7432_s_ctrl() local 313 bass = t->bass->val; in tda7432_s_ctrl() 315 if (bass >= 0x8) in tda7432_s_ctrl() 316 bass = 14 - (bass - 8); in tda7432_s_ctrl() 320 tda7432_write(sd, TDA7432_TN, 0x10 | (bass << 4) | treble); in tda7432_s_ctrl() 367 t->bass = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe() 378 v4l2_ctrl_cluster(2, &t->bass); in tda7432_probe()
|
/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 361 static void set_bass(struct cx18 *cx, int bass) in set_bass() argument 364 cx18_av_and_or(cx, 0x8d9, ~0x3f, 48 - (bass * 48 / 0xffff)); in set_bass()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw-internal.h | 370 VCREATE_DATA(bass);
|
D | pvrusb2-hdw.c | 987 VCREATE_FUNCS(bass) 1048 DEFREF(bass), 2922 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_BASS, bass); in pvr2_subdev_update()
|