summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 10:49:39 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 10:49:39 -0300
commitc6a647cb4fabbd7a03793975b99934d1e8e08f83 (patch)
tree6e7156d735aea37300667a43f420b2a7f8040f7b /linux/drivers/media
parentdeef1e3e15b7a504f86c23ab68075eaecfb55499 (diff)
downloadmediapointer-dvb-s2-c6a647cb4fabbd7a03793975b99934d1e8e08f83.tar.gz
mediapointer-dvb-s2-c6a647cb4fabbd7a03793975b99934d1e8e08f83.tar.bz2
Fix macro name at z0194a.h
From: Mauro Carvalho Chehab <mchehab@infradead.org> As reported by Hans Verkuil: In file included from /home/v4l/master/v4l/dw2102.c:14: /home/v4l/master/v4l/z0194a.h:93: error: 'STV0229_LOCKOUTPUT_1' undeclared here (not in a function) This is due to some typos that were fixed on stv0299. This patch renames it in accord with that fix. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/z0194a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/z0194a.h b/linux/drivers/media/dvb/frontends/z0194a.h
index b5ca9e754..d2876d2e1 100644
--- a/linux/drivers/media/dvb/frontends/z0194a.h
+++ b/linux/drivers/media/dvb/frontends/z0194a.h
@@ -88,7 +88,7 @@ static struct stv0299_config sharp_z0194a_config = {
.mclk = 88000000UL,
.invert = 1,
.skip_reinit = 0,
- .lock_output = STV0229_LOCKOUTPUT_1,
+ .lock_output = STV0299_LOCKOUTPUT_1,
.volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100,
.set_symbol_rate = sharp_z0194a__set_symbol_rate,