mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()
This commit is contained in:
parent
1568fcc979
commit
ff3f43525d
1 changed files with 2 additions and 1 deletions
|
|
@ -574,7 +574,8 @@ snd_pcm_t *pa_alsa_open_by_device_id(
|
|||
SND_PCM_NONBLOCK|
|
||||
SND_PCM_NO_AUTO_RESAMPLE|
|
||||
SND_PCM_NO_AUTO_CHANNELS|
|
||||
SND_PCM_NO_AUTO_FORMAT)) < 0) {
|
||||
SND_PCM_NO_AUTO_FORMAT |
|
||||
SND_PCM_NO_SOFTVOL)) < 0) {
|
||||
pa_log_info("Couldn't open PCM device %s: %s", d, snd_strerror(err));
|
||||
pa_xfree(d);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue