diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-03-12 20:23:51 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-03-12 20:23:51 +0000 |
commit | d409fb356d6cf8b8f2b146520fed7060b6e89982 (patch) | |
tree | 1aa12a90f56501ada01edaed5baa864dedb2e87c /linux/drivers/media/dvb/ttpci | |
parent | d267ed772fa9b010410b9868ce03e34733d821c3 (diff) | |
download | mediapointer-dvb-s2-d409fb356d6cf8b8f2b146520fed7060b6e89982.tar.gz mediapointer-dvb-s2-d409fb356d6cf8b8f2b146520fed7060b6e89982.tar.bz2 |
a few more whitespace cleanups
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_av.c | 2 |
2 files changed, 4 insertions, 2 deletions
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; |