Use "default" alsa output device as default, rather then hardcoding "hw:0,0". Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- src/tvtimeconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tvtimeconf.c b/src/tvtimeconf.c index cadae7a..001351b 100644 --- a/src/tvtimeconf.c +++ b/src/tvtimeconf.c @@ -817,7 +817,7 @@ config_t *config_new( void ) ct->doc = 0; ct->alsa_inputdev = strdup( "hw:1,0" ); - ct->alsa_outputdev = strdup( "hw:0,0" ); + ct->alsa_outputdev = strdup( "default" ); /* Default key bindings. */ ct->keymap[ 0 ] = TVTIME_NOCOMMAND; -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html