[PATCH] cxusb: TS mode setting for TT CT2-4400

2014-10-26 Thread Olli Salonen
There is a new version of the TechnoTrend CT2-4400 USB tuner. The difference is the demodulator that is used (Si2168-B40 instead of -A30). For TT CT2-4400v2 a TS stream related parameter needs to be set, otherwise the stream becomes corrupted. The Windows driver for both CT2-4400 and CT2-4400v2

Re: [alsa-devel] [PATCH v2 5/6] sound/usb: pcm changes to use media token api

2014-10-26 Thread Takashi Iwai
At Sat, 25 Oct 2014 11:41:15 -0200, Mauro Carvalho Chehab wrote: (re-sending from my third e-mail - somehow, the two emails I have at Samsung didn't seem to be delivering to vger.kernel.org today) Em Wed, 22 Oct 2014 14:26:41 -0500 Pierre-Louis Bossart pierre-louis.boss...@linux.intel.com

Re: [PATCH 1/1] dvb-usb-dvbsky: add s960ci dvb-s/s2 usb ci box support

2014-10-26 Thread Olli Salonen
Reviewed-by: Olli Salonen olli.salo...@iki.fi On Mon, 20 Oct 2014, Nibble Max wrote: DVBSky s960ci dvb-s/s2 usb ci box: 1dvb frontend: M88TS2022(tuner),M88DS3103(demod) 2usb controller: CY7C86013A 3ci controller: CIMAX SP2 or its clone. Signed-off-by: Nibble Max nibble@gmail.com ---

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Andy Walls
On October 26, 2014 1:50:36 AM EDT, Hans Verkuil hverk...@xs4all.nl wrote: Hi Christopher, On 10/26/2014 01:15 AM, Christopher Neufeld wrote: I've been using a PVR-500 to record shows in MythTV, and to capture the VBI part of the stream from the standard-definition output of my STB when it

Re: [PATCH] cxusb: TS mode setting for TT CT2-4400

2014-10-26 Thread Antti Palosaari
Reviewed-by: Antti Palosaari cr...@iki.fi Antti On 10/26/2014 09:56 AM, Olli Salonen wrote: There is a new version of the TechnoTrend CT2-4400 USB tuner. The difference is the demodulator that is used (Si2168-B40 instead of -A30). For TT CT2-4400v2 a TS stream related parameter needs to be

[PATCH v2 2/7] v4l-utils/libdvbv5: add support for ISDB-S tuning

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com Added LNB support for Japanese satellites. Currently tested with dvbv5-zap, dvb-fe-tool. At least the charset conversion and the parser of extended event descriptors are not implemented now, as they require some ISDB-S(/T) specific modification. ---

[PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/lib/libdvbv5/dvb-file.c

[PATCH v2 3/7] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com added NIT scan for ISDB-S, fixed wrong/too-close frequency of the scanned entries, when freq_offset/bandwith was not set properly. --- lib/include/libdvbv5/dvb-scan.h | 2 + lib/libdvbv5/dvb-fe.c | 6 +- lib/libdvbv5/dvb-file.c | 23

[PATCH v2 6/7] v4l-utils/libdvbv5: don't discard config-supplied parameters

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com When an user enabled the option to update parameters with PSI, the parameters that were supplied from config file and not mandatory to the delivery system were discarded. --- lib/libdvbv5/dvb-fe.c | 14 +- 1 file changed, 5 insertions(+), 9

[PATCH v2 4/7] v4l-utils/dvb: add COUNTRY property

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com to distinguish country variants of delivery systems like ISDB-T. --- configure.ac | 4 + lib/include/libdvbv5/countries.h | 308 + lib/include/libdvbv5/dvb-fe.h | 4 +

[PATCH v2 7/7] v4l-utils/libdvbv5, dvbv5-scan: generalize channel duplication check

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com include stream id to duplication check --- lib/include/libdvbv5/dvb-scan.h | 11 ++-- lib/libdvbv5/dvb-scan.c | 132 utils/dvb/dvbv5-scan.c | 16 ++--- 3 files changed, 49 insertions(+), 110

[PATCH v2 0/7] v4l-utils/libdvbv5,dvb: add support for ISDB-S

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com This patch series adds tuning and scanning features for ISDB-S, and required modifications to libdvbv5 and utils/dvb to support it. Other part of the libdvbv5 API may not work for ISDB-S. At least the the parser for extended event descriptors do not work

[PATCH v2 5/7] v4l-utils/libdvbv5: add gconv module for the text translation of ISDB-S/T.

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com --- lib/Makefile.am | 5 +- lib/gconv/arib-std-b24.c| 775 + lib/gconv/en300-468-tab00.c | 564 ++ lib/gconv/gconv-modules | 7 + lib/gconv/gconv.map | 8 +

[PATCH] dvb-core: set default properties of ISDB-S

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com delsys-fixed props should be set in dvb-core instead of in each driver. --- drivers/media/dvb-core/dvb_frontend.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c index

[PATCH] dvb:tc90522: bugfix of always-false expression

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com Reported by David Binderman --- drivers/media/dvb-frontends/tc90522.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/tc90522.c b/drivers/media/dvb-frontends/tc90522.c index d9905fb..bca81ef 100644 ---

[PATCH] dvb:tc90522: fix stats report

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com * report per-transponder symbolrate instead of per-TS one (moved to dvb-core) * add output TS-ID report, which might be useful if an user did not specify stream id or set a wrong one, and the demod chose the first TS_ID found. ---

Re: [PATCH] dvb-core: set default properties of ISDB-S

2014-10-26 Thread Antti Palosaari
Moikka How is channel bandwidth defined? Is it static? 38961000 Hz? regards Antti On 10/26/2014 02:01 PM, tsk...@gmail.com wrote: From: Akihiro Tsukada tsk...@gmail.com delsys-fixed props should be set in dvb-core instead of in each driver. --- drivers/media/dvb-core/dvb_frontend.c | 5

Re: [PATCH] dvb:tc90522: bugfix of always-false expression

2014-10-26 Thread Antti Palosaari
On 10/26/2014 02:05 PM, tsk...@gmail.com wrote: From: Akihiro Tsukada tsk...@gmail.com Reported by David Binderman ^^ See Documentation/SubmittingPatches Antti --- drivers/media/dvb-frontends/tc90522.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Christopher Neufeld
Hello Hans, On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil hverk...@xs4all.nl said: The script that I use to set up captions invokes this command: v4l2-ctl -d DEV --set-fmt-sliced-vbi=cc --set-ctrl=stream_vbi_format=1 This now errors out. Part of that is a parsing bug in v4l2-ctl, it

Re: [yavta PATCH 1/1] yavta: Add --queue-late option for delay queueing buffers over streaming start

2014-10-26 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. I've pushed it to the yavta git tree. On Friday 24 October 2014 17:23:58 Sakari Ailus wrote: Queue buffers to the device after VIDIOC_STREAMON, not before. This does not affect queueing behaviour otherwise. Signed-off-by: Sakari Ailus

Re: [PATCH] dvb:tc90522: bugfix of always-false expression

2014-10-26 Thread Akihiro TSUKADA
Reported by David Binderman ^^ See Documentation/SubmittingPatches Though I knew that Reported-by: tag should not be used, I wrote it just to express my appreciation for his report, and did not mean to attach the tag. But I admit that it is confusing, so I'd like to beg Mauro to do me the

Re: [PATCH] dvb:tc90522: bugfix of always-false expression

2014-10-26 Thread Antti Palosaari
On 10/26/2014 03:58 PM, Akihiro TSUKADA wrote: Reported by David Binderman ^^ See Documentation/SubmittingPatches Though I knew that Reported-by: tag should not be used, I wrote it just to express my appreciation for his report, and did not mean to attach the tag. But I admit that it is

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Andy Walls
Hi Chris, On Sun, 2014-10-26 at 08:10 -0400, Christopher Neufeld wrote: Hello Hans, On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil hverk...@xs4all.nl said: The script that I use to set up captions invokes this command: v4l2-ctl -d DEV --set-fmt-sliced-vbi=cc

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Andy Walls
On Sun, 2014-10-26 at 13:41 -0400, Andy Walls wrote: Hi Chris, On Sun, 2014-10-26 at 08:10 -0400, Christopher Neufeld wrote: Hello Hans, On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil hverk...@xs4all.nl said: The script that I use to set up captions invokes this command:

Re: [PATCH v2 1/2] [media] rc-core: fix protocol_change regression in ir_raw_event_register

2014-10-26 Thread Tomas Melin
On Sat, Oct 25, 2014 at 12:03 PM, David Härdeman da...@hardeman.nu wrote: Wouldn't something like this be a simpler way of achieving the same result? (untested): The idea was to remove the empty change_protocol function that had been added in the breaking commit. IMHO, it would be better to not

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Christopher Neufeld
Andy, On Sun, 26 Oct 2014 13:41:14 -0400, Andy Walls awa...@md.metrocast.net said: Can you verify that v4l2-ctl -d DEV --get-fmt-sliced-vbi --get-ctrl=stream_vbi_format also fails, and that Yes, that also fails. v4l2-ctl --list-devices v4l2-ctl -d /dev/vbiN

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-26 Thread Andy Walls
On October 26, 2014 5:35:30 PM EDT, Christopher Neufeld media-al...@cneufeld.ca wrote: Andy, On Sun, 26 Oct 2014 13:41:14 -0400, Andy Walls awa...@md.metrocast.net said: Can you verify that v4l2-ctl -d DEV --get-fmt-sliced-vbi --get-ctrl=stream_vbi_format also fails, and that Yes,

Re: [PATCH] [media] uvc: Fix destruction order in uvc_delete()

2014-10-26 Thread Laurent Pinchart
Hi Takashi, Thank you for the patch. On Friday 24 October 2014 10:10:20 Takashi Iwai wrote: We've got a bug report at disconnecting a Webcam, where the kernel spews warnings like below: WARNING: CPU: 0 PID: 8385 at ../fs/sysfs/group.c:219 sysfs_remove_group+0x87/0x90() sysfs group c0b2350c

Re: [PATCH 1/2] i2c: Add generic support passing secondary devices addresses

2014-10-26 Thread Laurent Pinchart
Hi Jean-Michel, On Thursday 23 October 2014 07:59:53 Jean-Michel Hautbois wrote: 2014-10-23 1:37 GMT+02:00 Laurent Pinchart: On Wednesday 22 October 2014 17:30:47 Jean-Michel Hautbois wrote: Some I2C devices have multiple addresses assigned, for example each address corresponding to a

Re: [RFCv4 PATCH 01/15] videobuf2-core.h: improve documentation

2014-10-26 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thursday 23 October 2014 13:21:28 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Document that drivers can access/modify the buffer contents in buf_prepare and buf_finish. That was not clearly stated before. Signed-off-by: Hans Verkuil

Re: SPI interface camera sensor driver for soc_camera framework

2014-10-26 Thread Kassey
hi, Dmitri: is there any sample driver for SPI interface camera sensor driver base don soc_camera framework, other than the i2c interface ? thanks. -- Best regards Kassey -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

cron job: media_tree daily build: ERRORS

2014-10-26 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Mon Oct 27 04:00:39 CET 2014 git branch: test git hash: 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c gcc

[PATCH 05/11] cx25840/cx18: Use standard ordering of mask and shift

2014-10-26 Thread Joe Perches
Precedence of and is not the same and is not left to right. shift has higher precedence and should be done after the mask. This use has a mask then shift which is not the normal style. Move the shift before the mask to match nearly all the other uses in kernel. Signed-off-by: Joe Perches

[PATCH 04/11] dvb-net: Fix probable mask then right shift defects

2014-10-26 Thread Joe Perches
Precedence of and is not the same and is not left to right. shift has higher precedence and should be done after the mask. Add parentheses around the mask. Signed-off-by: Joe Perches j...@perches.com --- drivers/media/dvb-core/dvb_net.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH 00/11] treewide: mask then shift defects and style updates

2014-10-26 Thread Joe Perches
logical mask has lower precedence than shift but should be done before the shift so parentheses are generally required. And when masking with a fixed value after a shift, normal kernel style has the shift on the left, then the shift on the right so convert a few non-conforming uses. Joe Perches

[PATCH] MAINTAINERS: Update ivtv mailing lists as subscriber-only

2014-10-26 Thread Joe Perches
Mark these as subscriber-only mailing lists. Signed-off-by: Joe Perches j...@perches.com --- I got rejects not moderation emails for patches to these lists... MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1b063fc..2e353c7