Searched refs:treble (Results 1 – 4 of 4) sorted by relevance
| /drivers/media/i2c/ |
| A D | tda7432.c | 68 struct v4l2_ctrl *treble; member 275 u8 bass, treble, volume; in tda7432_s_ctrl() local 314 treble = t->treble->val; in tda7432_s_ctrl() 317 if (treble >= 0x8) in tda7432_s_ctrl() 318 treble = 14 - (treble - 8); in tda7432_s_ctrl() 320 tda7432_write(sd, TDA7432_TN, 0x10 | (bass << 4) | treble); in tda7432_s_ctrl() 368 t->treble = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
|
| /drivers/media/pci/cx18/ |
| A D | cx18-av-audio.c | 353 static void set_treble(struct cx18 *cx, int treble) in set_treble() argument 356 cx18_av_and_or(cx, 0x8db, ~0x3f, 48 - (treble * 48 / 0xffff)); in set_treble()
|
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-hdw-internal.h | 357 VCREATE_DATA(treble);
|
| A D | pvrusb2-hdw.c | 977 VCREATE_FUNCS(treble) 1044 DEFREF(treble), 2883 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_TREBLE, treble); in pvr2_subdev_update()
|
Completed in 16 milliseconds