Home
last modified time | relevance | path

Searched refs:soft_vol (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmixer.c36 int soft_vol = 0; variable
44 if(soft_vol || in mixer_getvolume()
69 if(soft_vol || in mixer_setvolume()
92 soft_vol = 1; in mixer_setvolume()
H A Dmixer.h27 extern int soft_vol;
H A Dcfg-mplayer.h86 {"softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, 1, NULL},
87 {"nosoftvol", &soft_vol, CONF_TYPE_FLAG, 0, 1, 0, NULL},
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmixer.c36 int soft_vol = 0; variable
44 if(soft_vol || in mixer_getvolume()
69 if(soft_vol || in mixer_setvolume()
92 soft_vol = 1; in mixer_setvolume()
H A Dmixer.h27 extern int soft_vol;
H A Dcfg-mplayer.h86 {"softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, 1, NULL},
87 {"nosoftvol", &soft_vol, CONF_TYPE_FLAG, 0, 1, 0, NULL},
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Drt5631.c369 unsigned int soft_vol, hp_zc; in onebit_depop_power_stage() local
376 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_power_stage()
395 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_power_stage()
408 unsigned int soft_vol, hp_zc; in onebit_depop_mute_stage() local
415 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_mute_stage()
434 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_mute_stage()
447 unsigned int soft_vol, hp_zc; in depop_seq_power_stage() local
454 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in depop_seq_power_stage()
507 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in depop_seq_power_stage()
520 unsigned int soft_vol, hp_zc; in depop_seq_mute_stage() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Drt5631.c369 unsigned int soft_vol, hp_zc; in onebit_depop_power_stage() local
376 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_power_stage()
395 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_power_stage()
408 unsigned int soft_vol, hp_zc; in onebit_depop_mute_stage() local
415 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_mute_stage()
434 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_mute_stage()
447 unsigned int soft_vol, hp_zc; in depop_seq_power_stage() local
454 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in depop_seq_power_stage()
507 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in depop_seq_power_stage()
520 unsigned int soft_vol, hp_zc; in depop_seq_mute_stage() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Drt5631.c369 unsigned int soft_vol, hp_zc; in onebit_depop_power_stage() local
376 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_power_stage()
395 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_power_stage()
408 unsigned int soft_vol, hp_zc; in onebit_depop_mute_stage() local
415 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in onebit_depop_mute_stage()
434 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in onebit_depop_mute_stage()
447 unsigned int soft_vol, hp_zc; in depop_seq_power_stage() local
454 soft_vol = snd_soc_component_read(component, RT5631_SOFT_VOL_CTRL); in depop_seq_power_stage()
507 snd_soc_component_write(component, RT5631_SOFT_VOL_CTRL, soft_vol); in depop_seq_power_stage()
520 unsigned int soft_vol, hp_zc; in depop_seq_mute_stage() local
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dplayer.c91 int soft_vol; variable
327 if (soft_vol && soft_vol_l != 100) in scale_samples()
329 if (soft_vol && soft_vol_r != 100) in scale_samples()
925 if (soft_vol || replaygain) in consumer_loop()
1385 if (!soft_vol && !replaygain) in player_set_soft_vol()
1387 soft_vol = soft; in player_set_soft_vol()
1406 if (soft_vol) { in player_set_vol()
1424 if (!soft_vol && !replaygain) in player_set_rg()
H A Dplayer.h82 extern int soft_vol;
H A Doutput.c330 extern int soft_vol;
374 if (!soft_vol) in set_mixer_option()
H A Doptions.c382 if (!soft_vol) in set_output_plugin()
385 if (!soft_vol) in set_output_plugin()
1029 strscpy(buf, bool_names[soft_vol], size); in get_softvol()
1034 if (!soft_vol) in do_set_softvol()
1037 if (!soft_vol) in do_set_softvol()
1053 do_set_softvol(soft_vol ^ 1); in toggle_softvol()
H A Dserver.c128 if (soft_vol) { in cmd_status()
H A Dmpris.c273 if (soft_vol) { in mpris_volume()
H A Dui_curses.c686 if (soft_vol) { in get_global_fopts()
2223 if (!soft_vol) { in main_loop()
2408 if (!soft_vol) in init_all()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/win32/
H A Dwincfg.c71 { "softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, 1, NULL },
H A Dpreferences.c411 if(soft_vol) in PrefsWndProc()
606 soft_vol = TRUE; in PrefsWndProc()
607 else soft_vol = FALSE; in PrefsWndProc()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/win32/
H A Dwincfg.c71 { "softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, 1, NULL },
H A Dpreferences.c411 if(soft_vol) in PrefsWndProc()
606 soft_vol = TRUE; in PrefsWndProc()
607 else soft_vol = FALSE; in PrefsWndProc()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/app/
H A Dcfg.c223 …{ "softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, …
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/app/
H A Dcfg.c223 …{ "softvol", &soft_vol, CONF_TYPE_FLAG, 0, 0, …
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c299 soft_vol=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBSoftwareMixer ) ); in prButton()
1215 gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBSoftwareMixer ),soft_vol ); in ShowPreferences()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dpreferences.c299 soft_vol=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBSoftwareMixer ) ); in prButton()
1215 gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBSoftwareMixer ),soft_vol ); in ShowPreferences()