linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change
@ 2014-08-06  4:34 nibble.max
  2014-08-09 22:22 ` Antti Palosaari
  0 siblings, 1 reply; 2+ messages in thread
From: nibble.max @ 2014-08-06  4:34 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-media

change em28xx-dvb.c following the m88ds3103 config change

Signed-off-by: Nibble Max <nibble.max@gmail.com>
---
 drivers/media/usb/em28xx/em28xx-dvb.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
index 3a3e243..d8e9760 100644
--- a/drivers/media/usb/em28xx/em28xx-dvb.c
+++ b/drivers/media/usb/em28xx/em28xx-dvb.c
@@ -856,7 +856,9 @@ static const struct m88ds3103_config pctv_461e_m88ds3103_config = {
 	.clock = 27000000,
 	.i2c_wr_max = 33,
 	.clock_out = 0,
-	.ts_mode = M88DS3103_TS_PARALLEL_16,
+	.ts_mode = M88DS3103_TS_PARALLEL,
+	.ts_clk = 16000,
+	.ts_clk_pol = 1,
 	.agc = 0x99,
 };
  


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change
  2014-08-06  4:34 [PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change nibble.max
@ 2014-08-09 22:22 ` Antti Palosaari
  0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2014-08-09 22:22 UTC (permalink / raw)
  To: nibble.max; +Cc: linux-media

Looks fine
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>


On 08/06/2014 07:34 AM, nibble.max wrote:
> change em28xx-dvb.c following the m88ds3103 config change
> 
> Signed-off-by: Nibble Max <nibble.max@gmail.com>
> ---
>   drivers/media/usb/em28xx/em28xx-dvb.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
> index 3a3e243..d8e9760 100644
> --- a/drivers/media/usb/em28xx/em28xx-dvb.c
> +++ b/drivers/media/usb/em28xx/em28xx-dvb.c
> @@ -856,7 +856,9 @@ static const struct m88ds3103_config pctv_461e_m88ds3103_config = {
>   	.clock = 27000000,
>   	.i2c_wr_max = 33,
>   	.clock_out = 0,
> -	.ts_mode = M88DS3103_TS_PARALLEL_16,
> +	.ts_mode = M88DS3103_TS_PARALLEL,
> +	.ts_clk = 16000,
> +	.ts_clk_pol = 1,
>   	.agc = 0x99,
>   };
>    
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-09 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-06  4:34 [PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change nibble.max
2014-08-09 22:22 ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).