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

/linux-master/sound/drivers/pcsp/
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 in struct:snd_pcsp
H A Dpcsp_mixer.c63 ucontrol->value.enumerated.item[0] = chip->treble;
72 int treble = ucontrol->value.enumerated.item[0]; local
73 if (treble != chip->treble) {
74 chip->treble = treble;
125 PCSP_MIXER_CONTROL(treble, "BaseFRQ Playback Volume"),
H A Dpcsp.c72 pcsp_chip.treble = min(pcsp_chip.max_treble, PCSP_DEFAULT_TREBLE);
/linux-master/drivers/media/i2c/
H A Dtda7432.c66 /* bass/treble cluster */
68 struct v4l2_ctrl *treble; member in struct:tda7432::__anon144
155 /* Bits 0,1,2 control absolute treble gain from 0dB to 14dB
158 * Bit 3 controls treble attenuation/gain (sign)
171 * 1 1 0 1 0 1 0 1 is +4dB bass, -4dB treble
275 u8 bass, treble, volume; local
314 treble = t->treble->val;
317 if (treble >= 0x8)
318 treble
[all...]
/linux-master/sound/oss/dmasound/
H A Ddmasound.h164 int treble; member in struct:sound_settings
191 static inline int dmasound_set_treble(int treble) argument
193 return dmasound.mach.setTreble ? dmasound.mach.setTreble(treble) : 50;
H A Ddmasound_paula.c84 static int AmiSetTreble(int treble);
104 AmiSetTreble(dmasound.treble);
446 static int AmiSetTreble(int treble) argument
448 dmasound.treble = treble;
449 if (treble < 50)
453 return treble;
616 dmasound.treble = 50;
637 return IOCTL_OUT(arg, dmasound.treble);
H A Ddmasound_atari.c125 static int AtaSetTreble(int treble);
886 static int AtaSetTreble(int treble) argument
888 dmasound.treble = TONE_VOXWARE_TO_DB(treble);
889 atari_microwire_cmd(MW_LM1992_TREBLE(dmasound.treble));
890 return TONE_DB_TO_VOXWARE(dmasound.treble);
1415 return IOCTL_OUT(arg, TONE_DB_TO_VOXWARE(dmasound.treble));
1483 dmasound.treble);
H A Ddmasound_core.c397 dmasound.treble = 0;
/linux-master/sound/i2c/
H A Dtea6330t.c24 #define TEA6330T_SADDR_TREBLE 0x03 /* treble control */
40 unsigned char bass, treble; member in struct:tea6330t
241 ucontrol->value.integer.value[0] = tea->treble;
255 tea->treble = val1;
318 tea->treble = 4;
325 tea->treble = 0;
346 if (tea->treble == 0 && !strcmp(knew->name, "Tone Control - Treble"))
/linux-master/sound/isa/sb/
H A Demu8000.c590 int treble = emu->treble_level; local
592 if (bass < 0 || bass > 11 || treble < 0 || treble > 11)
596 EMU8000_INIT3_WRITE(emu, 0x11, treble_parm[treble][0]);
597 EMU8000_INIT3_WRITE(emu, 0x13, treble_parm[treble][1]);
598 EMU8000_INIT3_WRITE(emu, 0x1b, treble_parm[treble][2]);
599 EMU8000_INIT4_WRITE(emu, 0x07, treble_parm[treble][3]);
600 EMU8000_INIT4_WRITE(emu, 0x0b, treble_parm[treble][4]);
601 EMU8000_INIT4_WRITE(emu, 0x0d, treble_parm[treble][5]);
602 EMU8000_INIT4_WRITE(emu, 0x17, treble_parm[treble][
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-audio.c353 static void set_treble(struct cx18 *cx, int treble) argument
356 cx18_av_and_or(cx, 0x8db, ~0x3f, 48 - (treble * 48 / 0xffff));
/linux-master/sound/ppc/
H A Dawacs.c267 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) argument
270 amp->amp_tone[1] = treble;
273 if (treble > 7)
274 treble = (14 - treble) + 8;
275 awacs_set_cuda(2, (bass << 4) | treble);
H A Dtumbler.c853 DEFINE_MONO("Tone Control - Treble", treble),
881 DEFINE_SNAPPER_MONO("Tone Control - Treble", treble),
/linux-master/sound/aoa/codecs/
H A Dtas.c91 u8 bass, treble; member in struct:tas
141 tmp = tas3004_treble(tas->treble);
561 ucontrol->value.integer.value[0] = tas->treble;
575 if (tas->treble == ucontrol->value.integer.value[0]) {
580 tas->treble = ucontrol->value.integer.value[0];
698 /* Set treble & bass to 0dB */
699 tas->treble = TAS3004_TREBLE_ZERO;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h357 VCREATE_DATA(treble);
H A Dpvrusb2-hdw.c977 VCREATE_FUNCS(treble)
1042 .name = "treble",
1044 DEFREF(treble),
2883 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_TREBLE, treble);
/linux-master/sound/soc/codecs/
H A Dwm8988.c134 static SOC_ENUM_SINGLE_DECL(treble,
180 SOC_ENUM("Treble Cut-off", treble),

Completed in 201 milliseconds