mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
alsa: unify alsa log handling and snd_config_update_free_global() handling in one place
This commit is contained in:
parent
25e5197f6a
commit
348dcd6a31
7 changed files with 13 additions and 20 deletions
|
|
@ -838,7 +838,6 @@ static int unsuspend(struct userdata *u) {
|
|||
|
||||
pa_log_info("Trying resume...");
|
||||
|
||||
snd_config_update_free_global();
|
||||
if ((err = snd_pcm_open(&u->pcm_handle, u->device_name, SND_PCM_STREAM_PLAYBACK,
|
||||
/*SND_PCM_NONBLOCK|*/
|
||||
SND_PCM_NO_AUTO_RESAMPLE|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue