From: Mauro Carvalho Chehab Date: Sun, 8 Jun 2014 16:54:55 +0000 (-0300) Subject: [media] au8522: Fix demod analog mode setting X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f5ccc24d1c08705ab5ea2bf0d6166c8e8dc545;p=pandora-kernel.git [media] au8522: Fix demod analog mode setting There are several issues on the current code: 1) msleep(1) is actually equivalent to msleep(10); 2) au8522_video_set() will set reg 0xa4 to the proper value for SIF, CVBS or S-Video. No need to force it to CVBS; 3) Let's not hardcode 0x9d for CBS on audio_set. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed