Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-07-03 Thread Oliver Neukum
Am Donnerstag, den 20.06.2019, 21:19 +0100 schrieb Aidan Thornton: > What's particularly annoying is that since this is an intermittent > problem, it's hard to tell if I'm chasing a phantom solution for it > again. Haven't managed to replicate it since applying this fix and did > so pretty quickly

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-07-02 Thread Greg Kroah-Hartman
On Tue, Jul 02, 2019 at 02:46:42PM +0200, Oliver Neukum wrote: > Am Donnerstag, den 20.06.2019, 21:19 +0100 schrieb Aidan Thornton: > > > This doesn't make much sense though. e387ef5c47dd should apply this > > quirk to all Logitech UVC webcams, and this is definitely a UVC-based > > Logitech webca

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-07-02 Thread Oliver Neukum
Am Donnerstag, den 20.06.2019, 21:19 +0100 schrieb Aidan Thornton: > This doesn't make much sense though. e387ef5c47dd should apply this > quirk to all Logitech UVC webcams, and this is definitely a UVC-based > Logitech webcam with the appropriate VID and interface descriptor. > Surely it shouldn'

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-20 Thread Aidan Thornton
On Mon, Jun 3, 2019 at 12:46 PM Oliver Neukum wrote: > > Am Samstag, den 01.06.2019, 09:52 +0200 schrieb Marco Zatta: > > This patch fixes the chipmunk-like voice that manifets randomly when > > using the integrated mic of the Logitech Webcam HD C270. > > > > The issue was solved initially for thi

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-05 Thread Greg Kroah-Hartman
On Tue, Jun 04, 2019 at 11:14:37AM +0200, Oliver Neukum wrote: > Am Montag, den 03.06.2019, 19:55 +0200 schrieb Marco Zatta: > > On Mon, Jun 03, 2019 at 11:58:10AM +0200, Oliver Neukum wrote: > > > Are you sure only the C270 is affected? > > > > > > Regards > > > Oliver > > > > Hello

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-04 Thread Oliver Neukum
Am Montag, den 03.06.2019, 19:55 +0200 schrieb Marco Zatta: > On Mon, Jun 03, 2019 at 11:58:10AM +0200, Oliver Neukum wrote: > > Are you sure only the C270 is affected? > > > > Regards > > Oliver > > Hello Oliver, > > No, unfortunately I am not sure but I am missing the hardware

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-03 Thread Marco Zatta
On Mon, Jun 03, 2019 at 11:58:10AM +0200, Oliver Neukum wrote: > Are you sure only the C270 is affected? > > Regards > Oliver > Hello Oliver, No, unfortunately I am not sure but I am missing the hardware to properly test. I am quite sure that it fixes the problem in the C270

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-03 Thread Oliver Neukum
Am Samstag, den 01.06.2019, 09:52 +0200 schrieb Marco Zatta: > This patch fixes the chipmunk-like voice that manifets randomly when > using the integrated mic of the Logitech Webcam HD C270. > > The issue was solved initially for this device by commit > 2394d67e446bf616a0885167d5f0d397bdacfdfc but

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-01 Thread Greg KH
On Sat, Jun 01, 2019 at 12:11:37PM +0200, Marco Zatta wrote: > Hi! > On Sat, Jun 01, 2019 at 12:33:06PM +0300, Sergei Shtylyov wrote: > > Hello! > > > > On 01.06.2019 10:52, Marco Zatta wrote: > > > > > This patch fixes the chipmunk-like voice that manifets randomly when > > > using the integrate

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-01 Thread Marco Zatta
Hi! On Sat, Jun 01, 2019 at 12:33:06PM +0300, Sergei Shtylyov wrote: > Hello! > > On 01.06.2019 10:52, Marco Zatta wrote: > > > This patch fixes the chipmunk-like voice that manifets randomly when > > using the integrated mic of the Logitech Webcam HD C270. > > > > The issue was solved initially

Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-01 Thread Sergei Shtylyov
Hello! On 01.06.2019 10:52, Marco Zatta wrote: This patch fixes the chipmunk-like voice that manifets randomly when using the integrated mic of the Logitech Webcam HD C270. The issue was solved initially for this device by commit 2394d67e446bf616a0885167d5f0d397bdacfdfc but it was then reintro

[PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.

2019-06-01 Thread Marco Zatta
This patch fixes the chipmunk-like voice that manifets randomly when using the integrated mic of the Logitech Webcam HD C270. The issue was solved initially for this device by commit 2394d67e446bf616a0885167d5f0d397bdacfdfc but it was then reintroduced by e387ef5c47ddeaeaa3cbdc54424cdb7a28dae2c0.