Re: [PATCH 2/6] ALSA: line6: Add delay before reading status

2015-02-11 Thread Takashi Iwai
At Tue, 10 Feb 2015 23:03:13 -0600, Chris Rorvick wrote: > > The device indicates the result of a read/write operation by making the > status available on a subsequent request from the driver. This is not > ready immediately, though, so the driver is currently slamming the > device with hundreds

Re: [PATCH 2/6] ALSA: line6: Add delay before reading status

2015-02-11 Thread Takashi Iwai
At Tue, 10 Feb 2015 23:03:13 -0600, Chris Rorvick wrote: The device indicates the result of a read/write operation by making the status available on a subsequent request from the driver. This is not ready immediately, though, so the driver is currently slamming the device with hundreds of

[PATCH 2/6] ALSA: line6: Add delay before reading status

2015-02-10 Thread Chris Rorvick
The device indicates the result of a read/write operation by making the status available on a subsequent request from the driver. This is not ready immediately, though, so the driver is currently slamming the device with hundreds of pointless requests before getting the expected response. Add a

[PATCH 2/6] ALSA: line6: Add delay before reading status

2015-02-10 Thread Chris Rorvick
The device indicates the result of a read/write operation by making the status available on a subsequent request from the driver. This is not ready immediately, though, so the driver is currently slamming the device with hundreds of pointless requests before getting the expected response. Add a