Re: [PATCH] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

2018-03-19 Thread Ruslan Bilovol
On Mon, Mar 19, 2018 at 5:45 PM, Takashi Iwai wrote: > On Mon, 19 Mar 2018 08:47:49 +0100, > Takashi Iwai wrote: >> >> On Mon, 19 Mar 2018 08:40:19 +0100, >> Greg Kroah-Hartman wrote: >> > >> > On Mon, Mar 19, 2018 at 07:11:08AM +0100, Kirill Marinushkin wrote: >> > > Currently, the offsets in the

Re: [PATCH] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

2018-03-19 Thread Takashi Iwai
On Mon, 19 Mar 2018 08:47:49 +0100, Takashi Iwai wrote: > > On Mon, 19 Mar 2018 08:40:19 +0100, > Greg Kroah-Hartman wrote: > > > > On Mon, Mar 19, 2018 at 07:11:08AM +0100, Kirill Marinushkin wrote: > > > Currently, the offsets in the UAC2 processing unit descriptor are > > > calculated incorrec

Re: [PATCH] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

2018-03-19 Thread Takashi Iwai
On Mon, 19 Mar 2018 08:40:19 +0100, Greg Kroah-Hartman wrote: > > On Mon, Mar 19, 2018 at 07:11:08AM +0100, Kirill Marinushkin wrote: > > Currently, the offsets in the UAC2 processing unit descriptor are > > calculated incorrectly. It causes an issue when connecting the device which > > provides s

Re: [PATCH] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

2018-03-19 Thread Greg Kroah-Hartman
On Mon, Mar 19, 2018 at 07:11:08AM +0100, Kirill Marinushkin wrote: > Currently, the offsets in the UAC2 processing unit descriptor are > calculated incorrectly. It causes an issue when connecting the device which > provides such a feature: > > > [84126.724420] usb 1-1.3.1: invalid Processing

[PATCH] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

2018-03-18 Thread Kirill Marinushkin
Currently, the offsets in the UAC2 processing unit descriptor are calculated incorrectly. It causes an issue when connecting the device which provides such a feature: [84126.724420] usb 1-1.3.1: invalid Processing Unit descriptor (id 18) After this patch is applied, the UAC2 processing