Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 159) sorted by relevance

1234567

/sound/pci/asihpi/
Dhpidebug.h45 #define HPI_DEBUG_LOG(level, ...) \ argument
47 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
48 printk(HPI_DEBUG_FLAG_##level \
54 int hpi_debug_level_set(int level);
69 #define HPI_DEBUG_MESSAGE(level, phm) \ argument
71 if (hpi_debug_level >= HPI_DEBUG_LEVEL_##level) { \
72 hpi_debug_message(phm, HPI_DEBUG_FLAG_##level \
73 FILE_LINE __stringify(level)); \
Dhpidebug.c23 int hpi_debug_level_set(int level) in hpi_debug_level_set() argument
28 hpi_debug_level = level; in hpi_debug_level_set()
/sound/soc/sof/intel/
DKconfig18 'select' statements at a higher level
34 'select' statements at a higher level
40 'select' statements at a higher level
48 'select' statements at a higher level
58 'select' statements at a higher level
75 'select' statements at a higher level
99 'select' statements at a higher level
118 'select' statements at a higher level
133 'select' statements at a higher level
148 'select' statements at a higher level
[all …]
/sound/pcmcia/vx/
Dvxp_ops.c481 static int vx_compute_mic_level(int level) in vx_compute_mic_level() argument
483 switch (level) { in vx_compute_mic_level()
484 case 5: level = 6 ; break; in vx_compute_mic_level()
485 case 6: level = 8 ; break; in vx_compute_mic_level()
486 case 7: level = 11; break; in vx_compute_mic_level()
487 case 8: level = 15; break; in vx_compute_mic_level()
490 return level; in vx_compute_mic_level()
497 void vx_set_mic_level(struct vx_core *chip, int level) in vx_set_mic_level() argument
506 level = vx_compute_mic_level(level); in vx_set_mic_level()
507 vx_outb(chip, MICRO, level); in vx_set_mic_level()
Dvxpocket.h38 void vx_set_mic_level(struct vx_core *chip, int level);
/sound/soc/samsung/
Dtobermory.c19 enum snd_soc_bias_level level) in tobermory_set_bias_level() argument
31 switch (level) { in tobermory_set_bias_level()
62 enum snd_soc_bias_level level) in tobermory_set_bias_level_post() argument
74 switch (level) { in tobermory_set_bias_level_post()
95 dapm->bias_level = level; in tobermory_set_bias_level_post()
Dlittlemill.c19 enum snd_soc_bias_level level) in littlemill_set_bias_level() argument
31 switch (level) { in littlemill_set_bias_level()
66 enum snd_soc_bias_level level) in littlemill_set_bias_level_post() argument
78 switch (level) { in littlemill_set_bias_level_post()
99 dapm->bias_level = level; in littlemill_set_bias_level_post()
Dspeyside.c21 enum snd_soc_bias_level level) in speyside_set_bias_level() argument
33 switch (level) { in speyside_set_bias_level()
57 enum snd_soc_bias_level level) in speyside_set_bias_level_post() argument
69 switch (level) { in speyside_set_bias_level_post()
93 card->dapm.bias_level = level; in speyside_set_bias_level_post()
Dbells.c54 enum snd_soc_bias_level level) in bells_set_bias_level() argument
69 switch (level) { in bells_set_bias_level()
100 enum snd_soc_bias_level level) in bells_set_bias_level_post() argument
115 switch (level) { in bells_set_bias_level_post()
137 dapm->bias_level = level; in bells_set_bias_level_post()
/sound/core/seq/oss/
Dseq_oss.c117 int level, rc; in odev_open() local
120 level = SNDRV_SEQ_OSS_MODE_MUSIC; in odev_open()
122 level = SNDRV_SEQ_OSS_MODE_SYNTH; in odev_open()
125 rc = snd_seq_oss_open(file, level); in odev_open()
Dseq_oss_init.c172 snd_seq_oss_open(struct file *file, int level) in snd_seq_oss_open() argument
225 dp->seq_mode = level; in snd_seq_oss_open()
260 if (level == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_open()
/sound/core/
Dmisc.c51 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() argument
63 if (debug < level) in __snd_printk()
84 if (!level_found && level) in __snd_printk()
/sound/soc/xtensa/
Dxtfpga-i2s.c288 unsigned freq, ratio, level; in xtfpga_i2s_hw_params() local
316 for (level = 1; in xtfpga_i2s_hw_params()
318 level < (XTFPGA_I2S_CONFIG_LEVEL_MASK >> in xtfpga_i2s_hw_params()
319 XTFPGA_I2S_CONFIG_LEVEL_BASE); ++level) in xtfpga_i2s_hw_params()
326 level << XTFPGA_I2S_CONFIG_LEVEL_BASE); in xtfpga_i2s_hw_params()
332 __func__, freq, ratio, level); in xtfpga_i2s_hw_params()
/sound/pci/pcxhr/
Dpcxhr_mix22.c223 int idx, int level) in hr222_set_hw_playback_level() argument
227 level < 0 || in hr222_set_hw_playback_level()
228 level >= ARRAY_SIZE(g_hr222_p_level)) in hr222_set_hw_playback_level()
237 cmd += g_hr222_p_level[level]; in hr222_set_hw_playback_level()
269 static void hr222_micro_boost(struct pcxhr_mgr *mgr, int level);
667 static void hr222_micro_boost(struct pcxhr_mgr *mgr, int level) in hr222_micro_boost() argument
670 boost_mask = (unsigned char) (level << PCXHR_SELMIC_PREAMPLI_OFFSET); in hr222_micro_boost()
/sound/drivers/vx/
Dvx_mixer.c200 short level; member
220 rmh.Cmd[2] |= info->level; in vx_adjust_audio_level()
258 info.level = rmh.Stat[0] & MASK_DSP_WORD_LEVEL;
270 int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active) in vx_set_monitor_level() argument
276 info.monitor_level = level; in vx_set_monitor_level()
279 chip->audio_monitor[audio] = level; in vx_set_monitor_level()
302 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) in vx_set_audio_gain() argument
308 info.level = level; in vx_set_audio_gain()
309 chip->audio_gain[capture][audio] = level; in vx_set_audio_gain()
335 info.level = CVAL_0DB; /* default: 0dB */ in vx_reset_audio_levels()
/sound/soc/codecs/
Dcq93vc.c63 enum snd_soc_bias_level level) in cq93vc_set_bias_level() argument
65 switch (level) { in cq93vc_set_bias_level()
Dwm8960.c124 enum snd_soc_bias_level level);
906 enum snd_soc_bias_level level) in wm8960_set_bias_level_out3() argument
912 switch (level) { in wm8960_set_bias_level_out3()
996 enum snd_soc_bias_level level) in wm8960_set_bias_level_capless() argument
1002 switch (level) { in wm8960_set_bias_level_capless()
1288 enum snd_soc_bias_level level) in wm8960_set_bias_level() argument
1292 return wm8960->set_bias_level(component, level); in wm8960_set_bias_level()
Dwm1250-ev1.c31 enum snd_soc_bias_level level) in wm1250_ev1_set_bias_level() argument
41 switch (level) { in wm1250_ev1_set_bias_level()
Dmax9850.c225 enum snd_soc_bias_level level) in max9850_set_bias_level() argument
230 switch (level) { in max9850_set_bias_level()
Dwm8728.c161 enum snd_soc_bias_level level) in wm8728_set_bias_level() argument
166 switch (level) { in wm8728_set_bias_level()
Duda134x.c295 enum snd_soc_bias_level level) in uda134x_set_bias_level() argument
299 pr_debug("%s bias level %d\n", __func__, level); in uda134x_set_bias_level()
301 switch (level) { in uda134x_set_bias_level()
Dwm_hubs.h65 enum snd_soc_bias_level level);
/sound/pci/mixart/
Dmixart_mixer.c302 io_level.level[i].analog_level = mixart_analog_level[chip->analog_capture_volume[i]]; in mixart_update_analog_audio_level()
305 io_level.level[i].analog_level = mixart_analog_level[chip->analog_playback_volume[i]]; in mixart_update_analog_audio_level()
307 io_level.level[i].analog_level = mixart_analog_level[MIXART_ANALOG_PLAYBACK_LEVEL_MIN]; in mixart_update_analog_audio_level()
784 set_level.level[0].connector = pipe->uid_left_connector; in mixart_update_capture_stream_level()
785 set_level.level[1].connector = pipe->uid_right_connector; in mixart_update_capture_stream_level()
788 set_level.level[i].valid_mask1 = MIXART_AUDIO_LEVEL_DIGITAL_MASK; in mixart_update_capture_stream_level()
789 set_level.level[i].digital_level = mixart_digital_level[chip->digital_capture_volume[idx][i]]; in mixart_update_capture_stream_level()
/sound/soc/sof/
DKconfig53 'select' statements at a higher level
163 'select' statements at a higher level
164 The selection is made at the top level and does not exactly follow
166 at the top level it doesn't matter.
172 'select' statements at a higher level
/sound/soc/atmel/
Dsam9g20_wm8731.c53 enum snd_soc_bias_level level) in at91sam9g20ek_set_bias_level() argument
58 switch (level) { in at91sam9g20ek_set_bias_level()

1234567