Home
last modified time | relevance | path

Searched refs:save (Results 1 – 9 of 9) sorted by relevance

/sound/drivers/
DKconfig202 put the AC97 into power-save mode; a value of 0 (zero)
203 disables the use of this power-save mode.
219 int "Default time-out for AC97 power-save mode"
224 power-save mode. 0 means to disable the power-save mode.
Daloop.c1041 char *sep, save = '\0'; in loopback_parse_timer_id() local
1050 save = *sep; in loopback_parse_timer_id()
1069 *sep = save; in loopback_parse_timer_id()
/sound/core/oss/
Dpcm_oss.c380 struct snd_pcm_hw_params *save = NULL; in snd_pcm_hw_param_near() local
400 save = kmalloc(sizeof(*save), GFP_KERNEL); in snd_pcm_hw_param_near()
401 if (save == NULL) in snd_pcm_hw_param_near()
403 *save = *params; in snd_pcm_hw_param_near()
414 kfree(save); in snd_pcm_hw_param_near()
417 *params1 = *save; in snd_pcm_hw_param_near()
429 *params = *save; in snd_pcm_hw_param_near()
432 kfree(save); in snd_pcm_hw_param_near()
438 kfree(save); in snd_pcm_hw_param_near()
792 struct snd_pcm_hw_params *save; in choose_rate() local
[all …]
/sound/soc/codecs/
Dmax98088.c1429 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local
1456 save = snd_soc_component_read(component, M98088_REG_49_CFG_LEVEL); in max98088_setup_eq1()
1468 snd_soc_component_update_bits(component, M98088_REG_49_CFG_LEVEL, M98088_EQ1EN, save); in max98088_setup_eq1()
1476 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
1503 save = snd_soc_component_read(component, M98088_REG_49_CFG_LEVEL); in max98088_setup_eq2()
1516 save); in max98088_setup_eq2()
Dwm8904.c374 int save, i; in wm8904_set_drc() local
377 save = snd_soc_component_read(component, WM8904_DRC_0); in wm8904_set_drc()
385 WM8904_DRC_ENA | WM8904_DRC_DAC_PATH, save); in wm8904_set_drc()
421 int best, best_val, save, i, cfg; in wm8904_set_retune_mobile() local
450 save = snd_soc_component_read(component, WM8904_EQ1); in wm8904_set_retune_mobile()
456 snd_soc_component_update_bits(component, WM8904_EQ1, WM8904_EQ_ENA, save); in wm8904_set_retune_mobile()
Dwm8994.c330 int save, i; in wm8994_set_drc() local
333 save = snd_soc_component_read(component, base); in wm8994_set_drc()
334 save &= WM8994_AIF1DAC1_DRC_ENA | WM8994_AIF1ADC1L_DRC_ENA | in wm8994_set_drc()
343 WM8994_AIF1ADC1R_DRC_ENA, save); in wm8994_set_drc()
401 int iface, best, best_val, save, i, cfg; in wm8994_set_retune_mobile() local
443 save = snd_soc_component_read(component, base); in wm8994_set_retune_mobile()
444 save &= WM8994_AIF1DAC1_EQ_ENA; in wm8994_set_retune_mobile()
450 snd_soc_component_update_bits(component, base, WM8994_AIF1DAC1_EQ_ENA, save); in wm8994_set_retune_mobile()
Dwm8996.c338 int base, best, best_val, save, i, cfg, iface; in wm8996_set_retune_mobile() local
389 save = snd_soc_component_read(component, base); in wm8996_set_retune_mobile()
390 save &= WM8996_DSP1RX_EQ_ENA; in wm8996_set_retune_mobile()
396 snd_soc_component_update_bits(component, base, WM8996_DSP1RX_EQ_ENA, save); in wm8996_set_retune_mobile()
/sound/soc/intel/catpt/
Dloader.c61 struct resource *res, *save; in catpt_sram_free() local
64 save = res->sibling; in catpt_sram_free()
67 res = save; in catpt_sram_free()
/sound/pci/hda/
DKconfig244 int "Default time-out for HD-audio power-save mode"
249 power-save mode. 0 means to disable the power-save mode.