commit | c9f5ccc24d1c08705ab5ea2bf0d6166c8e8dc545 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jun 08 13:54:55 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Jun 19 13:31:17 2014 -0300 |
tree | ba02342e9c1a560284dbb3e00c7d4ee248606822 | |
parent | 65c8820912d9469de75e5c607cefda92f11e3d2f [diff] |
[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 <m.chehab@samsung.com>