Commit be30443b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ALSA: disable automatic softvol, not currently useful

parent 084618ed
......@@ -121,7 +121,9 @@ vlc_module_end ()
/* VLC will insert a resampling filter in any case, so it is best to turn off
* ALSA (plug) resampling. */
static const int mode = SND_PCM_NO_AUTO_RESAMPLE;
static const int mode = SND_PCM_NO_AUTO_RESAMPLE
/* VLC is currently unable to leverage ALSA softvol. Disable it. */
| SND_PCM_NO_SOFTVOL;
/*****************************************************************************
* Probe: probe the audio device for available formats and channels
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment