This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: Fix default radio device Author: Mauro Carvalho Chehab <[email protected]> Date: Fri Jan 28 00:27:57 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> console/radio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=bf15f84fdfb6ec324d411114ec37d5586014bfbc diff --git a/console/radio.c b/console/radio.c index ff5b538..616b43d 100644 --- a/console/radio.c +++ b/console/radio.c @@ -43,7 +43,7 @@ /* JMMV: WINDOWS for radio */ int ncurses = 0; int debug = 0; -char *device = "/dev/radio"; +char *device = "/dev/radio0"; WINDOW *wfreq, *woptions, *wstations, *wcommand; int freqfact = 16; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
