Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H 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()
/linux/sound/drivers/pcsp/
H A Dpcsp_mixer.c63 ucontrol->value.enumerated.item[0] = chip->treble; in pcsp_treble_get()
72 int treble = ucontrol->value.enumerated.item[0]; in pcsp_treble_put() local
73 if (treble != chip->treble) { in pcsp_treble_put()
74 chip->treble = treble; in pcsp_treble_put()
125 PCSP_MIXER_CONTROL(treble, "BaseFRQ Playback Volume"),
H A Dpcsp.h24 #define CUR_DIV() CALC_DIV(chip->treble)
35 #define PCSP_INDEX_INC() (1 << (PCSP_MAX_TREBLE - chip->treble))
37 #define PCSP_RATE() PCSP_CALC_RATE(chip->treble)
71 int treble; member
H A Dpcsp.c73 pcsp_chip.treble = min(pcsp_chip.max_treble, PCSP_DEFAULT_TREBLE); in snd_pcsp_create()
/linux/sound/i2c/
H A Dtea6330t.c40 unsigned char bass, treble; member
238 ucontrol->value.integer.value[0] = tea->treble; in snd_tea6330t_get_treble()
252 tea->treble = val1; in snd_tea6330t_put_treble()
315 tea->treble = 4; in snd_tea6330t_update_mixer()
322 tea->treble = 0; in snd_tea6330t_update_mixer()
343 if (tea->treble == 0 && !strcmp(knew->name, "Tone Control - Treble")) in snd_tea6330t_update_mixer()
/linux/sound/oss/dmasound/
H A Ddmasound.h164 int treble; member
191 static inline int dmasound_set_treble(int treble) in dmasound_set_treble() argument
193 return dmasound.mach.setTreble ? dmasound.mach.setTreble(treble) : 50; in dmasound_set_treble()
H A Ddmasound_atari.c125 static int AtaSetTreble(int treble);
886 static int AtaSetTreble(int treble) in AtaSetTreble() argument
888 dmasound.treble = TONE_VOXWARE_TO_DB(treble); in AtaSetTreble()
889 atari_microwire_cmd(MW_LM1992_TREBLE(dmasound.treble)); in AtaSetTreble()
890 return TONE_DB_TO_VOXWARE(dmasound.treble); in AtaSetTreble()
1415 return IOCTL_OUT(arg, TONE_DB_TO_VOXWARE(dmasound.treble)); in TTMixerIoctl()
1483 dmasound.treble); in TTStateInfo()
H A Ddmasound_core.c394 dmasound.treble = 0; in mixer_init()
/linux/sound/aoa/codecs/
H A Dtas.c91 u8 bass, treble; member
141 tmp = tas3004_treble(tas->treble); in tas_set_treble()
537 ucontrol->value.integer.value[0] = tas->treble; in tas_snd_treble_get()
550 if (tas->treble == ucontrol->value.integer.value[0]) in tas_snd_treble_put()
553 tas->treble = ucontrol->value.integer.value[0]; in tas_snd_treble_put()
667 tas->treble = TAS3004_TREBLE_ZERO; in tas_reset_init()
/linux/sound/ppc/
H A Dawacs.c259 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) in awacs_amp_set_tone() argument
262 amp->amp_tone[1] = treble; in awacs_amp_set_tone()
265 if (treble > 7) in awacs_amp_set_tone()
266 treble = (14 - treble) + 8; in awacs_amp_set_tone()
267 awacs_set_cuda(2, (bass << 4) | treble); in awacs_amp_set_tone()
H A Dtumbler.c854 DEFINE_MONO("Tone Control - Treble", treble),
882 DEFINE_SNAPPER_MONO("Tone Control - Treble", treble),
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h357 VCREATE_DATA(treble);
H A Dpvrusb2-hdw.c977 VCREATE_FUNCS(treble)
1044 DEFREF(treble),
2881 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_TREBLE, treble); in pvr2_subdev_update()
/linux/Documentation/sound/cards/
H A Demu-mixer.rst193 This control sets the treble intensity. There is no neutral value!!
H A Daudigy-mixer.rst210 This control sets the treble intensity. There is no neutral value!!
H A Dsb-live-mixer.rst229 This control sets the treble intensity. There is no neutral value!!
/linux/sound/isa/
H A DKconfig269 soundcards with a TEA6330T bass and treble regulator
/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst93 Audio treble adjustment.
H A Ddiff-v4l.rst391 * - ``treble``
/linux/Documentation/sound/
H A Dalsa-configuration.rst1389 circuit for extended control of bass, treble and master volume.