Re: [PATCH] si2157: add support for SYS_DVBC_ANNEX_B

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Antti Palosaari <crope@xxxxxx>
Reviewed-by: Antti Palosaari <crope@xxxxxx>

Antti

On 10/30/2014 12:43 PM, Olli Salonen wrote:
Set the property for delivery system also in case of SYS_DVBC_ANNEX_B. This behaviour is observed in the sniffs taken with Hauppauge HVR-955Q Windows driver.

Signed-off-by: Olli Salonen <olli.salonen@xxxxxx>
---
  drivers/media/tuners/si2157.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index cf97142..b086b87 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -250,6 +250,9 @@ static int si2157_set_params(struct dvb_frontend *fe)
  	case SYS_ATSC:
  			delivery_system = 0x00;
  			break;
+	case SYS_DVBC_ANNEX_B:
+			delivery_system = 0x10;
+			break;
  	case SYS_DVBT:
  	case SYS_DVBT2: /* it seems DVB-T and DVB-T2 both are 0x20 here */
  			delivery_system = 0x20;


--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux