Home
last modified time | relevance | path

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

/drivers/media/i2c/
A Dtda7432.c68 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 Dcx18-av-audio.c353 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 Dpvrusb2-hdw-internal.h357 VCREATE_DATA(treble);
A Dpvrusb2-hdw.c977 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