Searched refs:treble (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/
H A Dtda7432.c67 int bass, treble; member in struct:tda7432
145 /* Bits 0,1,2 control absolute treble gain from 0dB to 14dB
148 * Bit 3 controls treble attenuation/gain (sign)
161 * 1 1 0 1 0 1 0 1 is +4dB bass, -4dB treble
235 t->input, t->volume, t->bass, t->treble, t->lf, t->lr,
241 buf[4] = t->treble;
268 t->treble = TDA7432_TREBLE_0DB; /* 0dB Treble */
306 /* Bass/treble 4 bits each */
315 int treble=t->treble; local
[all...]
H A Dtvaudio.c121 __u16 left,right,treble,bass,muted,mode; member in struct:CHIPSTATE
446 /* 4 bits << 1 control treble gain from -12dB (0x3) to 12dB (0xb)
1060 #define TDA9875_MTR 0x1e /* Main treble */
1065 #define TDA9875_ATR 0x23 /* Auxiliary treble */
1152 #define TEA6300_TR 0x03 /* treble */
1167 #define TEA6320_TR 0x06 /* treble (0-4) */
1207 #define TDA8425_TR 0x03 /* treble */
1647 ctrl->value = chip->treble;
1722 chip->treble = ctrl->value;
1723 chip_write(chip,desc->treblereg,desc->treblefunc(chip->treble));
[all...]
/drivers/media/video/cx18/
H A Dcx18-av-audio.c367 static void set_treble(struct cx18 *cx, int treble) argument
370 cx18_av_and_or(cx, 0x8db, ~0x3f, 48 - (treble * 48 / 0xffff));
/drivers/media/radio/
H A Dradio-trust.c138 static void tr_settreble(struct trust *tr, __u16 treble) argument
141 tr->curtreble = treble / 4370;
/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h374 VCREATE_DATA(treble);
H A Dpvrusb2-hdw.c1020 VCREATE_FUNCS(treble)
1085 .name = "treble",
1087 DEFREF(treble),
3053 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_TREBLE, treble);
/drivers/staging/line6/
H A Dcontrol.c139 POD_PARAM_RW(int, treble);
288 static DEVICE_ATTR(treble, S_IWUSR | S_IRUGO, pod_get_treble, pod_set_treble);
301 static DEVICE_ATTR2(treble__bass, treble, S_IWUSR | S_IRUGO,

Completed in 83 milliseconds