linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Logitech webcam USB audio breakage during the 4.10 merge window
@ 2018-02-25  1:53 Marius Cirsta
  2018-02-25  9:45 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Cirsta @ 2018-02-25  1:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: nx.or.die, gregkh, tiwai

 I have a problem that was previously reported here:

https://www.spinics.net/lists/linux-usb/msg156999.html

 It seems that with the 4.10-rc1 kernel a regression was introduced
that makes my Logitech C310 microphone record a distorted ( chipmunk )
sound. With the 4.9.1 kernel it works perfectly.

 Immediately after I plug it into the USB port all is fine but after a
few minutes this problem occurs.

 Also if add this the kernel cmd line :  usbcore.autosuspend=-1  it
also works fine.

 One other thing that I've noticed is that if I make the sampling rate
22K it again works fine so only the 44K and 48K sampling rates have
this problem but unfortunately those are the default that Chromium for
instance uses ( it gets them from pulseaudio )


Let me know if you need any more details or testing.

Regards,

Marius Cirsta   ,

mforce2@gmail.com

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

* Re: Logitech webcam USB audio breakage during the 4.10 merge window
  2018-02-25  1:53 Logitech webcam USB audio breakage during the 4.10 merge window Marius Cirsta
@ 2018-02-25  9:45 ` Takashi Iwai
  2018-02-25 10:45   ` Marius Cirsta
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2018-02-25  9:45 UTC (permalink / raw)
  To: Marius Cirsta; +Cc: linux-kernel, nx.or.die, gregkh

On Sun, 25 Feb 2018 02:53:15 +0100,
Marius Cirsta wrote:
> 
>  I have a problem that was previously reported here:
> 
> https://www.spinics.net/lists/linux-usb/msg156999.html
> 
>  It seems that with the 4.10-rc1 kernel a regression was introduced
> that makes my Logitech C310 microphone record a distorted ( chipmunk )
> sound. With the 4.9.1 kernel it works perfectly.
> 
>  Immediately after I plug it into the USB port all is fine but after a
> few minutes this problem occurs.
> 
>  Also if add this the kernel cmd line :  usbcore.autosuspend=-1  it
> also works fine.
> 
>  One other thing that I've noticed is that if I make the sampling rate
> 22K it again works fine so only the 44K and 48K sampling rates have
> this problem but unfortunately those are the default that Chromium for
> instance uses ( it gets them from pulseaudio )
> 
> 
> Let me know if you need any more details or testing.

Well it's an old topic, so I don't remember, but did you try to revert
the commit fd1a5059610c as already suggested?

If it doesn't give any difference, it's not about USB-audio driver
side, rather likely some change in USB core.


Takashi

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

* Re: Logitech webcam USB audio breakage during the 4.10 merge window
  2018-02-25  9:45 ` Takashi Iwai
@ 2018-02-25 10:45   ` Marius Cirsta
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Cirsta @ 2018-02-25 10:45 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-kernel, Gabriel C, gregkh

Hi,

 Thanks for your answer.

 Yes, I tried reverting just that commit on top of kernel 4.15.5 and
there was no change so I too suspect it's something from USB core
related to the quirks that this webcam needs.

Regards,

Marius Cirsta,

mforce2@gmail.com

On Sun, Feb 25, 2018 at 11:45 AM, Takashi Iwai <tiwai@suse.de> wrote:
> On Sun, 25 Feb 2018 02:53:15 +0100,
> Marius Cirsta wrote:
>>
>>  I have a problem that was previously reported here:
>>
>> https://www.spinics.net/lists/linux-usb/msg156999.html
>>
>>  It seems that with the 4.10-rc1 kernel a regression was introduced
>> that makes my Logitech C310 microphone record a distorted ( chipmunk )
>> sound. With the 4.9.1 kernel it works perfectly.
>>
>>  Immediately after I plug it into the USB port all is fine but after a
>> few minutes this problem occurs.
>>
>>  Also if add this the kernel cmd line :  usbcore.autosuspend=-1  it
>> also works fine.
>>
>>  One other thing that I've noticed is that if I make the sampling rate
>> 22K it again works fine so only the 44K and 48K sampling rates have
>> this problem but unfortunately those are the default that Chromium for
>> instance uses ( it gets them from pulseaudio )
>>
>>
>> Let me know if you need any more details or testing.
>
> Well it's an old topic, so I don't remember, but did you try to revert
> the commit fd1a5059610c as already suggested?
>
> If it doesn't give any difference, it's not about USB-audio driver
> side, rather likely some change in USB core.
>
>
> Takashi

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

* Re: Logitech webcam USB audio breakage during the 4.10 merge window
  2018-04-05 16:05 Marius Cirsta
@ 2018-04-05 16:11 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2018-04-05 16:11 UTC (permalink / raw)
  To: Marius Cirsta; +Cc: linux-usb, linux-kernel, Gabriel C

On Thu, Apr 05, 2018 at 07:05:29PM +0300, Marius Cirsta wrote:
> Adding the linux-usb mailing , maybe someone from there will be able
> to help with this.

Can you run 'git bisect' to find the offending patch?

thanks,

greg k-h

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

* Re: Logitech webcam USB audio breakage during the 4.10 merge window
@ 2018-04-05 16:05 Marius Cirsta
  2018-04-05 16:11 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Cirsta @ 2018-04-05 16:05 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel, Gabriel C, gregkh

Adding the linux-usb mailing , maybe someone from there will be able
to help with this.

On Sun, Feb 25, 2018 at 12:45 PM, Marius Cirsta <mforce2@gmail.com> wrote:
> Hi,
>
>  Thanks for your answer.
>
>  Yes, I tried reverting just that commit on top of kernel 4.15.5 and
> there was no change so I too suspect it's something from USB core
> related to the quirks that this webcam needs.
>
> Regards,
>
> Marius Cirsta,
>
> mforce2@gmail.com
>
> On Sun, Feb 25, 2018 at 11:45 AM, Takashi Iwai <tiwai@suse.de> wrote:
>> On Sun, 25 Feb 2018 02:53:15 +0100,
>> Marius Cirsta wrote:
>>>
>>>  I have a problem that was previously reported here:
>>>
>>> https://www.spinics.net/lists/linux-usb/msg156999.html
>>>
>>>  It seems that with the 4.10-rc1 kernel a regression was introduced
>>> that makes my Logitech C310 microphone record a distorted ( chipmunk )
>>> sound. With the 4.9.1 kernel it works perfectly.
>>>
>>>  Immediately after I plug it into the USB port all is fine but after a
>>> few minutes this problem occurs.
>>>
>>>  Also if add this the kernel cmd line :  usbcore.autosuspend=-1  it
>>> also works fine.
>>>
>>>  One other thing that I've noticed is that if I make the sampling rate
>>> 22K it again works fine so only the 44K and 48K sampling rates have
>>> this problem but unfortunately those are the default that Chromium for
>>> instance uses ( it gets them from pulseaudio )
>>>
>>>
>>> Let me know if you need any more details or testing.
>>
>> Well it's an old topic, so I don't remember, but did you try to revert
>> the commit fd1a5059610c as already suggested?
>>
>> If it doesn't give any difference, it's not about USB-audio driver
>> side, rather likely some change in USB core.
>>
>>
>> Takashi

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

end of thread, other threads:[~2018-04-05 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-25  1:53 Logitech webcam USB audio breakage during the 4.10 merge window Marius Cirsta
2018-02-25  9:45 ` Takashi Iwai
2018-02-25 10:45   ` Marius Cirsta
2018-04-05 16:05 Marius Cirsta
2018-04-05 16:11 ` Greg KH

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).