This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/tvtime.git tree:
Subject: alsa_stream: Use "default" alsa output device as default Author: Hans de Goede <[email protected]> Date: Sat Feb 13 16:47:23 2016 -0200 Use "default" alsa output device as default, rather then hardcoding "hw:0,0". Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> src/tvtimeconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/tvtime.git/commit/?id=8e29280ec1b8f55f68fe13bdfce0995ca19733bc diff --git a/src/tvtimeconf.c b/src/tvtimeconf.c index cadae7aa1b85..001351b37e78 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; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
