[vlc-commits] ALSA: use same default in config and in choice list

Rémi Denis-Courmont git at videolan.org
Thu Apr 14 18:06:38 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 14 18:58:36 2011 +0300| [7105abf84821fb11e2e3c6f51ad4be1b286f64f5] | committer: Rémi Denis-Courmont

ALSA: use same default in config and in choice list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7105abf84821fb11e2e3c6f51ad4be1b286f64f5
---

 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 060e79a..214c3b2 100644
--- a/modules/audio_output/alsa.c
+++ b/modules/audio_output/alsa.c
@@ -102,7 +102,7 @@ static void GetDevices( vlc_object_t *, module_config_t * );
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/
-static const char *const ppsz_devices[] = { "default" };
+static const char *const ppsz_devices[] = { DEFAULT_ALSA_DEVICE };
 static const char *const ppsz_devices_text[] = { N_("Default") };
 vlc_module_begin ()
     set_shortname( "ALSA" )



More information about the vlc-commits mailing list