Home
last modified time | relevance | path

Searched refs:AUDIO_PLAYER_PULSE_AUDIO (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c623 …rcmp(audio_player, AUDIO_PLAYER_PULSE) || !lives_strcmp(audio_player, AUDIO_PLAYER_PULSE_AUDIO)) && in pref_factory_string()
628 AUDIO_PLAYER_PULSE_AUDIO, in pref_factory_string()
629 AUDIO_PLAYER_PULSE_AUDIO, in pref_factory_string()
1679 …else if (!strncmp(audp, AUDIO_PLAYER_PULSE_AUDIO, strlen(AUDIO_PLAYER_PULSE_AUDIO))) lives_snprint… in apply_prefs()
2635 if (!strcmp(audp, AUDIO_PLAYER_JACK) || !strcmp(audp, AUDIO_PLAYER_PULSE_AUDIO)) { in on_audp_entry_changed()
2663 if (!strcmp(audp, AUDIO_PLAYER_PULSE_AUDIO)) { in on_audp_entry_changed()
3793 audp = lives_list_append(audp, lives_strdup_printf("%s (%s)", AUDIO_PLAYER_PULSE_AUDIO, in create_prefs_dialog()
3832 prefsw->audp_name = lives_strdup_printf("%s (%s)", AUDIO_PLAYER_PULSE_AUDIO, in create_prefs_dialog()
H A Dpreferences.h52 #define AUDIO_PLAYER_PULSE_AUDIO "pulseaudio" ///< used for display, alternate pref and alternate s… macro
H A Dmain.c3397 … _("\t\t\t\t\t(only valid for %s and %s players)\n"), AUDIO_PLAYER_JACK, AUDIO_PLAYER_PULSE_AUDIO); in print_opthelp()
3698 } else if (!strcmp(buff, AUDIO_PLAYER_PULSE) || !strcmp(buff, AUDIO_PLAYER_PULSE_AUDIO)) { in lives_startup()
4717 if (!strcmp(buff, AUDIO_PLAYER_PULSE) || !strcmp(buff, AUDIO_PLAYER_PULSE_AUDIO)) { in real_main()
H A Daudio.c66 if (!strcmp(aplayer, AUDIO_PLAYER_PULSE)) return AUDIO_PLAYER_PULSE_AUDIO; in audio_player_get_display_name()