Re: [PATCH 2/2] soundwire: cadence: reduce timeout on transactions

2021-01-19 Thread Vinod Koul
On 15-01-21, 14:16, Bard Liao wrote: > From: Pierre-Louis Bossart > > Currently the timeout for SoundWire individual transactions is 2s. > > This is too large in comparison with the enumeration and completion > timeouts used in codec drivers. > > A command will typically be handled in less

[PATCH 2/2] soundwire: cadence: reduce timeout on transactions

2021-01-14 Thread Bard Liao
From: Pierre-Louis Bossart Currently the timeout for SoundWire individual transactions is 2s. This is too large in comparison with the enumeration and completion timeouts used in codec drivers. A command will typically be handled in less than 100us, so 500ms for the command completion is more