* [PATCH 7/7] af9013 empty buffer overflow command.
@ 2011-11-12 15:56 Malcolm Priestley
2011-11-12 16:55 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Malcolm Priestley @ 2011-11-12 15:56 UTC (permalink / raw)
To: linux-media
This command is present in other Afatech devices zeroing bit 7
seems to force streaming output even if it isn't one.
I was considering timing it out, but it seems to have no harmful effect
on streaming output.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
---
drivers/media/dvb/frontends/af9013.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/frontends/af9013.c b/drivers/media/dvb/frontends/af9013.c
index 6a5b40c..fbf6bca 100644
--- a/drivers/media/dvb/frontends/af9013.c
+++ b/drivers/media/dvb/frontends/af9013.c
@@ -1094,7 +1094,10 @@ static int af9013_read_status(struct dvb_frontend *fe, fe_status_t *status)
}
ret = af9013_update_statistics(fe);
-
+ if (ret)
+ goto error;
+ /* Force empty stream buffer if overflow */
+ ret = af9013_write_reg_bits(state, 0xd500, 7, 1, 0);
error:
return ret;
}
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 7/7] af9013 empty buffer overflow command.
2011-11-12 15:56 [PATCH 7/7] af9013 empty buffer overflow command Malcolm Priestley
@ 2011-11-12 16:55 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2011-11-12 16:55 UTC (permalink / raw)
To: Malcolm Priestley; +Cc: linux-media
On 11/12/2011 05:56 PM, Malcolm Priestley wrote:
> This command is present in other Afatech devices zeroing bit 7
> seems to force streaming output even if it isn't one.
>
> I was considering timing it out, but it seems to have no harmful effect
> on streaming output.
You didn't find any reason this makes sense?
regards
Antti
>
> Signed-off-by: Malcolm Priestley<tvboxspy@gmail.com>
> ---
> drivers/media/dvb/frontends/af9013.c | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/media/dvb/frontends/af9013.c b/drivers/media/dvb/frontends/af9013.c
> index 6a5b40c..fbf6bca 100644
> --- a/drivers/media/dvb/frontends/af9013.c
> +++ b/drivers/media/dvb/frontends/af9013.c
> @@ -1094,7 +1094,10 @@ static int af9013_read_status(struct dvb_frontend *fe, fe_status_t *status)
> }
>
> ret = af9013_update_statistics(fe);
> -
> + if (ret)
> + goto error;
> + /* Force empty stream buffer if overflow */
> + ret = af9013_write_reg_bits(state, 0xd500, 7, 1, 0);
> error:
> return ret;
> }
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-12 16:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 15:56 [PATCH 7/7] af9013 empty buffer overflow command Malcolm Priestley
2011-11-12 16:55 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox