[vlc-commits] ALSA: default normally includes plug, don't add it again
Rémi Denis-Courmont
git at videolan.org
Thu Apr 14 21:11:16 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 14 22:09:23 2011 +0300| [ed973e247faf95f99ee30c20b00540d19615148c] | committer: Rémi Denis-Courmont
ALSA: default normally includes plug, don't add it again
This should work around distortion problems with some cards (probably
an ALSA-lib bug).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed973e247faf95f99ee30c20b00540d19615148c
---
modules/audio_output/alsa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_output/alsa.c b/modules/audio_output/alsa.c
index d8d2205..822ef45 100644
--- a/modules/audio_output/alsa.c
+++ b/modules/audio_output/alsa.c
@@ -85,7 +85,7 @@ struct aout_sys_t
/* Why not ? --Bozo */
/* Right. --Meuuh */
-#define DEFAULT_ALSA_DEVICE "plug:default"
+#define DEFAULT_ALSA_DEVICE "default"
/*****************************************************************************
* Local prototypes
More information about the vlc-commits
mailing list