mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Fix correct default device.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@605 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b125e1c9d5
commit
c119996c73
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static const char* const valid_modargs[] = {
|
|||
};
|
||||
|
||||
#define DEFAULT_SOURCE_NAME "alsa_input"
|
||||
#define DEFAULT_DEVICE "hw:0,0"
|
||||
#define DEFAULT_DEVICE "default"
|
||||
|
||||
static void update_usage(struct userdata *u) {
|
||||
pa_module_set_used(u->module,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue