Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/sound/synth/emux/
Demux_nrpn.c55 int type, int val, int mode) in send_converted_effect()
142 static int fx_delay(int val) in fx_delay()
147 static int fx_attack(int val) in fx_attack()
152 static int fx_hold(int val) in fx_hold()
157 static int fx_decay(int val) in fx_decay()
162 static int fx_the_value(int val) in fx_the_value()
167 static int fx_twice_value(int val) in fx_twice_value()
172 static int fx_conv_pitch(int val) in fx_conv_pitch()
177 static int fx_conv_Q(int val) in fx_conv_Q()
223 static int gs_cutoff(int val) in gs_cutoff()
[all …]
/sound/soc/davinci/
Ddavinci-mcasp.h143 #define TXROT(val) (val) argument
145 #define TXSSZ(val) (val<<4) argument
146 #define TXPBIT(val) (val<<8) argument
147 #define TXPAD(val) (val<<13) argument
149 #define FSXDLY(val) (val<<16) argument
154 #define RXROT(val) (val) argument
156 #define RXSSZ(val) (val<<4) argument
157 #define RXPBIT(val) (val<<8) argument
158 #define RXPAD(val) (val<<13) argument
160 #define FSRDLY(val) (val<<16) argument
[all …]
/sound/hda/
Dhdac_regmap.c156 unsigned int reg, unsigned int *val) in hda_reg_read_stereo_amp()
174 unsigned int reg, unsigned int val) in hda_reg_write_stereo_amp()
204 unsigned int *val) in hda_reg_read_coef()
222 unsigned int val) in hda_reg_write_coef()
239 static int hda_reg_read(void *context, unsigned int reg, unsigned int *val) in hda_reg_read()
278 static int hda_reg_write(void *context, unsigned int reg, unsigned int val) in hda_reg_write()
423 unsigned int val) in reg_raw_write()
440 unsigned int val) in snd_hdac_regmap_write_raw()
456 unsigned int *val, bool uncached) in reg_raw_read()
465 unsigned int reg, unsigned int *val, in __snd_hdac_regmap_read_raw()
[all …]
/sound/soc/
Dsoc-io.c29 unsigned int reg, unsigned int *val) in snd_soc_component_read()
53 unsigned int reg, unsigned int val) in snd_soc_component_write()
66 unsigned int mask, unsigned int val, bool *change) in snd_soc_component_update_bits_legacy()
102 unsigned int reg, unsigned int mask, unsigned int val) in snd_soc_component_update_bits()
138 unsigned int reg, unsigned int mask, unsigned int val) in snd_soc_component_update_bits_async()
198 unsigned int val; in snd_soc_read() local
210 unsigned int val) in snd_soc_write()
257 unsigned int val; in snd_soc_platform_read() local
269 unsigned int reg, unsigned int val) in snd_soc_platform_write()
Dsoc-ops.c69 unsigned int val, item; in snd_soc_get_enum_double() local
104 unsigned int val; in snd_soc_put_enum_double() local
142 unsigned int val; in snd_soc_read_signed() local
262 int val; in snd_soc_get_volsw() local
325 unsigned int val, val_mask; in snd_soc_put_volsw() local
382 unsigned int val; in snd_soc_get_volsw_sx() local
428 unsigned int val, val_mask, val2 = 0; in snd_soc_put_volsw_sx() local
503 unsigned int val, val_mask; in snd_soc_put_volsw_range() local
555 unsigned int val; in snd_soc_get_volsw_range() local
683 unsigned int val, mask; in snd_soc_bytes_put() local
[all …]
/sound/i2c/other/
Dak4xxx-adda.c41 unsigned char val) in snd_akm4xxx_write()
355 #define AK_GET_CHIP(val) (((val) >> 8) & 0xff) argument
356 #define AK_GET_ADDR(val) ((val) & 0xff) argument
357 #define AK_GET_SHIFT(val) (((val) >> 16) & 0x0f) argument
358 #define AK_GET_VOL_CVT(val) (((val) >> 21) & 1) argument
359 #define AK_GET_IPGA(val) (((val) >> 20) & 1) argument
360 #define AK_GET_NEEDSMSB(val) (((val) >> 22) & 1) argument
361 #define AK_GET_INVERT(val) (((val) >> 23) & 1) argument
362 #define AK_GET_MASK(val) (((val) >> 24) & 0xff) argument
418 unsigned int val = ucontrol->value.integer.value[0]; in snd_akm4xxx_volume_put() local
[all …]
/sound/soc/nuc900/
Dnuc900-ac97.c48 unsigned long timeout = 0x10000, val; in nuc900_ac97_read() local
98 unsigned short val) in nuc900_ac97_write()
141 unsigned long val; in nuc900_ac97_warm_reset() local
162 unsigned long val; in nuc900_ac97_cold_reset() local
213 unsigned long val, tmp; in nuc900_ac97_trigger() local
269 unsigned long val; in nuc900_ac97_probe() local
/sound/pci/ice1712/
Dpontis.c91 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache()
98 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put()
126 unsigned short val; in wm_dac_vol_get() local
181 unsigned short val; in wm_adc_vol_get() local
270 unsigned short val, oval; in wm_bypass_put() local
305 unsigned short val, oval; in wm_chswap_put() local
327 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit()
354 unsigned int val = 0; in spi_read_byte() local
388 unsigned int val; in spi_read() local
436 unsigned char val; in cs_source_put() local
[all …]
Dmaya44.c91 unsigned char reg, unsigned short val) in wm8776_write()
108 unsigned short mask, unsigned short val) in wm8776_write_bits()
207 unsigned int val, data; in maya_vol_put() local
239 #define GET_SW_VAL_IDX(val) ((val) & 0xff) argument
240 #define GET_SW_VAL_REG(val) (((val) >> 8) & 0xff) argument
241 #define GET_SW_VAL_MASK(val) (((val) >> 16) & 0xff) argument
264 unsigned int mask, val; in maya_sw_put() local
294 #define GET_GPIO_VAL_SHIFT(val) ((val) & 0xff) argument
295 #define GET_GPIO_VAL_INV(val) (((val) >> 8) & 1) argument
315 unsigned int val; in maya_gpio_sw_get() local
[all …]
/sound/pcmcia/pdaudiocf/
Dpdaudiocf_core.c63 static void pdacf_ak4117_write(void *private_data, unsigned char reg, unsigned char val) in pdacf_ak4117_write()
106 u16 val; in pdacf_reset() local
176 u16 val; in snd_pdacf_ak4117_change() local
193 u16 val; in snd_pdacf_ak4117_create() local
248 u16 val; in snd_pdacf_powerdown() local
265 u16 val; in snd_pdacf_suspend() local
/sound/core/
Dpcm_misc.c241 int val; in snd_pcm_format_signed() local
260 int val; in snd_pcm_format_unsigned() local
292 int val; in snd_pcm_format_little_endian() local
311 int val; in snd_pcm_format_big_endian() local
330 int val; in snd_pcm_format_width() local
349 int val; in snd_pcm_format_physical_width() local
/sound/soc/tegra/
Dtegra30_ahub.c36 static inline void tegra30_apbif_write(u32 reg, u32 val) in tegra30_apbif_write()
43 u32 val; in tegra30_apbif_read() local
48 static inline void tegra30_audio_write(u32 reg, u32 val) in tegra30_audio_write()
102 u32 reg, val; in tegra30_ahub_allocate_rx_fifo() local
154 int reg, val; in tegra30_ahub_enable_rx_fifo() local
173 int reg, val; in tegra30_ahub_disable_rx_fifo() local
204 u32 reg, val; in tegra30_ahub_allocate_tx_fifo() local
256 int reg, val; in tegra30_ahub_enable_tx_fifo() local
275 int reg, val; in tegra30_ahub_disable_tx_fifo() local
/sound/soc/codecs/
Dda7219-aad.c435 da7219_aad_fw_micbias_pulse_lvl(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_micbias_pulse_lvl()
449 da7219_aad_fw_btn_cfg(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_btn_cfg()
473 da7219_aad_fw_mic_det_thr(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_mic_det_thr()
491 da7219_aad_fw_jack_ins_deb(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_jack_ins_deb()
534 da7219_aad_fw_jack_rem_deb(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_jack_rem_deb()
552 da7219_aad_fw_btn_avg(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_btn_avg()
570 da7219_aad_fw_adc_1bit_rpt(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_adc_1bit_rpt()
Dl3.c92 static void l3_set_clk(struct l3_pins *adap, int val) in l3_set_clk()
97 static void l3_set_data(struct l3_pins *adap, int val) in l3_set_data()
102 static void l3_set_mode(struct l3_pins *adap, int val) in l3_set_mode()
/sound/pci/lola/
Dlola_proc.c32 unsigned int val; in print_audio_widget() local
44 unsigned int val; in print_pin_widget() local
65 unsigned int val; in print_clock_widget() local
104 unsigned int val; in print_mixer_widget() local
114 unsigned int val; in lola_proc_codec_read() local
Dlola_mixer.c34 unsigned int val; in lola_init_pin() local
116 unsigned int val; in lola_init_mixer_widget() local
224 unsigned int oldval, val; in lola_mixer_set_src_gain() local
285 unsigned int val; in lola_mixer_set_mapping_gain() local
342 unsigned int val = mute ? 0 : pin[idx].cur_gain_step; in lola_setup_all_analog_gains() local
397 unsigned int idx, unsigned int val, in set_analog_volume()
695 unsigned short val; in lola_src_gain_get() local
717 unsigned short val = ucontrol->value.integer.value[i]; in lola_src_gain_put() local
Dlola_clock.c69 unsigned int val, in check_gran_clock_compatibility()
89 int lola_set_granularity(struct lola *chip, unsigned int val, bool force) in lola_set_granularity()
125 unsigned int val; in lola_init_clock_widget() local
251 bool lola_update_ext_clock_freq(struct lola *chip, unsigned int val) in lola_update_ext_clock_freq()
/sound/pci/emu10k1/
Demumixer.c423 unsigned int val; in snd_emu1010_output_source_put() local
467 unsigned int val; in snd_emu1010_input_source_put() local
603 unsigned int val, cache; in snd_emu1010_adc_pads_put() local
651 unsigned int val, cache; in snd_emu1010_dac_pads_put() local
710 unsigned int val; in snd_emu1010_internal_clock_put() local
832 unsigned int val; in snd_emu1010_optical_out_put() local
883 unsigned int val; in snd_emu1010_optical_in_put() local
1160 unsigned int val; in snd_emu10k1_spdif_put() local
1221 unsigned int val = ((unsigned int)volume[4] << 24) | in update_emu10k1_send_volume() local
1268 int change = 0, voice, idx, val; in snd_emu10k1_send_routing_put() local
[all …]
Dio.c38 unsigned int regptr, val; in snd_emu10k1_ptr_read() local
107 unsigned int regptr, val; in snd_emu10k1_ptr20_read() local
327 unsigned int val; in snd_emu10k1_voice_intr_enable() local
347 unsigned int val; in snd_emu10k1_voice_intr_disable() local
384 unsigned int val; in snd_emu10k1_voice_half_loop_intr_enable() local
404 unsigned int val; in snd_emu10k1_voice_half_loop_intr_disable() local
501 unsigned short val; in snd_emu10k1_ac97_read() local
/sound/pci/hda/
Dpatch_si3054.c79 #define SET_REG(codec,reg,val) (snd_hda_codec_write(codec,reg,0,SI3054_VERB_WRITE_NODE,val)) argument
80 #define SET_REG_CACHE(codec,reg,val) \ argument
94 #define PRIVATE_REG(val) ((val>>16)&0xffff) argument
95 #define PRIVATE_MASK(val) (val&0xffff) argument
155 u16 val; in si3054_pcm_prepare() local
223 u16 val; in si3054_init() local
/sound/oss/
Daedsp16.c352 #define BLDIOBASE(xl, val) { \ argument
357 #define BLDJOY(xl, val) { \ argument
362 #define BLDMPUADDR(xl, val) { \ argument
382 #define BLDWSSADDR(xl, val) { \ argument
387 #define BLDCDROM(xh, val) { \ argument
392 #define BLDCDROMADDR(xh, val) { \ argument
439 int val; /* irq|mirq|dma */ member
745 int extcfg, val; in aedsp16_ext_cfg_write() local
838 int val = 0; in aedsp16_setup_board() local
/sound/ppc/
Dburgundy.c58 snd_pmac_burgundy_wcw(struct snd_pmac *chip, unsigned addr, unsigned val) in snd_pmac_burgundy_wcw()
73 unsigned val = 0; in snd_pmac_burgundy_rcw() local
105 unsigned int val) in snd_pmac_burgundy_wcb()
114 unsigned val = 0; in snd_pmac_burgundy_rcb() local
332 int oval, val; in snd_pmac_burgundy_put_gain() local
377 int val = snd_pmac_burgundy_rcw(chip, addr); in snd_pmac_burgundy_get_switch_w() local
392 int val, oval; in snd_pmac_burgundy_put_switch_w() local
433 int val = snd_pmac_burgundy_rcb(chip, addr); in snd_pmac_burgundy_get_switch_b() local
448 int val, oval; in snd_pmac_burgundy_put_switch_b() local
/sound/pci/ac97/
Dac97_patch.c244 unsigned short val; in snd_ac97_ymf7x3_get_speaker() local
258 unsigned short val; in snd_ac97_ymf7x3_put_speaker() local
289 unsigned short val; in snd_ac97_ymf7x3_spdif_source_get() local
300 unsigned short val; in snd_ac97_ymf7x3_spdif_source_put() local
390 unsigned short val; in snd_ac97_ymf753_spdif_output_pin_get() local
400 unsigned short val; in snd_ac97_ymf753_spdif_output_pin_put() local
1089 unsigned short val; in snd_ac97_stac9758_output_jack_get() local
1103 unsigned short val; in snd_ac97_stac9758_output_jack_put() local
1128 unsigned short val; in snd_ac97_stac9758_input_jack_get() local
1472 unsigned short val; in patch_ad1881_unchained() local
[all …]
/sound/isa/
Dsc6000.c126 unsigned char val = 0; in sc6000_irq_to_softcfg() local
155 unsigned char val = 0; in sc6000_dma_to_softcfg() local
178 unsigned char val = 0; in sc6000_mpu_irq_to_softcfg() local
202 unsigned char val = 0; in sc6000_wait_data() local
225 unsigned char val; in sc6000_write() local
256 int val = sc6000_read(vport); in sc6000_dsp_get_answer() local
/sound/drivers/vx/
Dvx_uer.c63 int val; in vx_read_one_cbit() local
84 static void vx_write_one_cbit(struct vx_core *chip, int index, int val) in vx_write_one_cbit()
107 int val, freq; in vx_read_uer_status() local

12345678910>>...17