Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Thu, 7 Oct 2010 19:44:01 +0200 Jean-Francois Moine moin...@free.fr wrote: On Wed, 6 Oct 2010 16:53:37 +0200 Antonio Ospite osp...@studenti.unina.it wrote: PS3 Eye audio is working with linux-2.6.33.7 it is broken in linux-2.6.35.7 already, I'll try to further narrow down the

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Wed, 6 Oct 2010 20:35:53 +0200 Jean-Francois Moine moin...@free.fr wrote: On Wed, 6 Oct 2010 16:04:41 +0200 Antonio Ospite osp...@studenti.unina.it wrote: Thanks, the following change fixes it, was this what you had in mind? diff --git a/drivers/media/video/gspca/gspca.c [...]

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Jean-Francois Moine
On Sun, 10 Oct 2010 12:02:50 +0200 Antonio Ospite osp...@studenti.unina.it wrote: JF this change as is does not work for me, if I change the second check to if (gspca_dev-audio i 1) it does, but I don't know if this breaks anything else. Hi Antonio, You are right, this is the way

Re: gspca, audio and ov534: regression.

2010-10-10 Thread Antonio Ospite
On Sun, 10 Oct 2010 12:21:29 +0200 Jean-Francois Moine moin...@free.fr wrote: On Sun, 10 Oct 2010 12:02:50 +0200 Antonio Ospite osp...@studenti.unina.it wrote: JF this change as is does not work for me, if I change the second check to if (gspca_dev-audio i 1) it does, but I

Re: gspca, audio and ov534: regression.

2010-10-07 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 16:53:37 +0200 Antonio Ospite osp...@studenti.unina.it wrote: PS3 Eye audio is working with linux-2.6.33.7 it is broken in linux-2.6.35.7 already, I'll try to further narrow down the interval. Ah, alsamixer doesn't work even when the device is OK in pulseaudio... I

gspca, audio and ov534: regression.

2010-10-06 Thread Antonio Ospite
Hi, with 2.6.36-rc6 I can't use the ov534 gspca subdriver (with PS3 eye) anymore, when I try to capture video in dmesg I get: gspca: no transfer endpoint found If I revert commit 35680ba I can make video capture work again but I still don't get the audio device in pulseaudio, it shows up in

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 12:33:21 +0200 Antonio Ospite osp...@studenti.unina.it wrote: with 2.6.36-rc6 I can't use the ov534 gspca subdriver (with PS3 eye) anymore, when I try to capture video in dmesg I get: gspca: no transfer endpoint found If I revert commit 35680ba I can make video capture

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Antonio Ospite
On Wed, 6 Oct 2010 13:48:55 +0200 Jean-Francois Moine moin...@free.fr wrote: On Wed, 6 Oct 2010 12:33:21 +0200 Antonio Ospite osp...@studenti.unina.it wrote: with 2.6.36-rc6 I can't use the ov534 gspca subdriver (with PS3 eye) anymore, when I try to capture video in dmesg I get: gspca:

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Antonio Ospite
On Wed, 6 Oct 2010 16:04:41 +0200 Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 6 Oct 2010 13:48:55 +0200 Jean-Francois Moine moin...@free.fr wrote: On Wed, 6 Oct 2010 12:33:21 +0200 Antonio Ospite osp...@studenti.unina.it wrote: with 2.6.36-rc6 I can't use the ov534 gspca

Re: gspca, audio and ov534: regression.

2010-10-06 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 16:04:41 +0200 Antonio Ospite osp...@studenti.unina.it wrote: Thanks, the following change fixes it, was this what you had in mind? diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c index b984610..30e0b32 100644 ---