From f2ee863e73b3c231bfe4f3cfe14d2cf036a9754d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 5 Apr 2011 15:52:41 +0000 Subject: [PATCH] More generic settings --- src/plugins/openmoko.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/openmoko.c b/src/plugins/openmoko.c index 1fd2f0b..76e2f0b 100644 --- a/src/plugins/openmoko.c +++ b/src/plugins/openmoko.c @@ -362,10 +362,10 @@ static int _openmoko_mixer_open(PhonePlugin * plugin) openmoko->mixer_elem = NULL; if((audio_device = plugin->helper->config_get(plugin->helper->phone, "openmoko", "audio_device")) == NULL) - audio_device = "neo1973-gta02"; + audio_device = "hw:0"; if((audio_control = plugin->helper->config_get(plugin->helper->phone, "openmoko", "audio_control")) == NULL) - audio_control = "Speaker"; + audio_control = "PCM"; if(snd_mixer_open(&openmoko->mixer, 0) != 0) { openmoko->mixer = NULL;