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

ALSA: use same default in config and in choice list

parent 88f10cc6
......@@ -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" )
......
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