From d409fb356d6cf8b8f2b146520fed7060b6e89982 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Sat, 12 Mar 2005 20:23:51 +0000 Subject: a few more whitespace cleanups --- linux/drivers/media/dvb/ttpci/av7110.c | 4 ++-- linux/drivers/media/dvb/ttpci/av7110_av.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/dvb/ttpci') diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c index d42604a8d..922c205a2 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.c +++ b/linux/drivers/media/dvb/ttpci/av7110.c @@ -109,7 +109,7 @@ static int av7110_num = 0; {\ if (fe_func != NULL) { \ av7110_copy = fe_func; \ - fe_func = av7110_func; \ + fe_func = av7110_func; \ } \ } @@ -2098,7 +2098,7 @@ static int frontend_init(struct av7110 *av7110) av7110->fe->ops->set_tone = av7110_set_tone; } break; - + case 0x0008: // Hauppauge/TT DVB-T av7110->fe = l64781_attach(&grundig_29504_401_config, &av7110->i2c_adap); diff --git a/linux/drivers/media/dvb/ttpci/av7110_av.c b/linux/drivers/media/dvb/ttpci/av7110_av.c index 18e154140..d77e8a006 100644 --- a/linux/drivers/media/dvb/ttpci/av7110_av.c +++ b/linux/drivers/media/dvb/ttpci/av7110_av.c @@ -89,6 +89,7 @@ #define PIECE_RATE 0x40 #define SEAM_SPLICE 0x20 + static void p_to_t(u8 const *buf, long int length, u16 pid, u8 *counter, struct dvb_demux_feed *feed); @@ -274,6 +275,7 @@ int av7110_pes_play(void *dest, struct dvb_ringbuffer *buf, int dlen) return blen; } + int av7110_set_volume(struct av7110 *av7110, int volleft, int volright) { int err, vol, val, balance = 0; -- cgit v1.2.3