OSDN Git Service

V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmute
authorJelle Foks <jelle@foks.8m.com>
Mon, 21 May 2007 17:48:58 +0000 (14:48 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:48 +0000 (19:03 -0200)
commit4423a9a3395ef652d80d848161444b417f1f78c0
treec3cdef46213a82086c5cddc8dbc7313521b21bb7
parente21a5c68deab7cd300e8502488f844f77e0f26d0
V4L/DVB (6830): cx88-blackbird: remove unnecessary encoder unmute

Remove the unnecessary BLACKBIRD_UNMUTE calls to the mpeg encoder in
cx88-blackbird.c

The encoder is never muted, hence unmuting should then only be necessary
once after hardware initialization.

I tested this from warm boots and cold boots (with long power down time
to ensure the sram in the chip is emptied), and found that after the
firmware upload the encoder is apparently not muted, making the unmutes
unnecessary.

Signed-off-by: Jelle Foks <jelle@foks.8m.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-blackbird.c