]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (6034): cx88: Add parameter to control radio deemphasis time constant
authorTrent Piepho <xyzzy@speakeasy.org>
Fri, 17 Aug 2007 08:50:22 +0000 (05:50 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:21 +0000 (22:05 -0300)
commitfa40b2237ab6ed239967f76432438080232b88fe
treecddcc0b21f2d36236e3211a612e9cb0d79365843
parent82e67246cd2a860637ee9d27776ad48d32734f6c
V4L/DVB (6034): cx88: Add parameter to control radio deemphasis time constant

FM radio transmission use a preemphasis/deemphasis scheme to reduce
high-frequency noise.  The cx88 audio decoder is supposedly set to no
deemphasis by the current driver.

However, the "no deemphasis" setting doesn't work.  On my chip, cx23883, it
produces the same result as the 75 us time constant.  Maybe the default
settings on the cx23881 are for 50 us?

Since the deemphasis time constant varies by country, allow setting it via a
module parameter.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-tvaudio.c