This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] tvaudio: don't use thread for TA8874Z Author: Daniel Glöckner <[email protected]> Date: Sat Jun 9 21:43:54 2012 -0300 Judging from the data sheet it will automatically switch to the next best audio mode in accordance with the V4L2 tuner audio matrix. Signed-off-by: Daniel Glöckner <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/video/tvaudio.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=f3647b14ffa2e8d42860bacda3a9b52366726c8a diff --git a/drivers/media/video/tvaudio.c b/drivers/media/video/tvaudio.c index fc37587..0e77d49 100644 --- a/drivers/media/video/tvaudio.c +++ b/drivers/media/video/tvaudio.c @@ -1597,7 +1597,6 @@ static struct CHIPDESC chiplist[] = { .addr_lo = I2C_ADDR_TDA9840 >> 1, .addr_hi = I2C_ADDR_TDA9840 >> 1, .registers = 2, - .flags = CHIP_NEED_CHECKMODE, /* callbacks */ .getmode = ta8874z_getmode, _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
