Commit a1a8a5a6 authored by Richard Hosking's avatar Richard Hosking

Use 'hw' instead of 'default' for ALSA until we know more about 'default'.

parent 75061040
......@@ -178,7 +178,7 @@ static const char *psz_iomethod_list_text[] =
#define AUDIO_METHOD_OSS 1
#define OSS_DEFAULT "/dev/dsp"
#define AUDIO_METHOD_ALSA 2
#define ALSA_DEFAULT "default"
#define ALSA_DEFAULT "hw"
#define CFG_PREFIX "v4l2-"
vlc_module_begin();
......
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