soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA
authorBard Liao <yung-chuan.liao@linux.intel.com>
Wed, 14 Jul 2021 03:22:04 +0000 (11:22 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Aug 2021 05:38:22 +0000 (11:08 +0530)
commite6645314eb2747bef4d9a375997221dede8ce4ce
tree5bb936b6dc53c0f751d23f8f2d44c9c8127ccb28
parent13a5635632af61853e874f9daeffd3f5e83daae5
soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA

This change is needed for support of mockup devices, which by
construction will not provide any answer to a bank switch, but it's
also legit for regular cases.

If for some reason a device loses sync and cannot handle a bank
switch, we should go ahead anyways. The devices can always resync
later.

The only case where the error flow should be used is when there is a
Command_Aborted composite answer from SoundWire devices.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Link: https://lore.kernel.org/r/20210714032209.11284-6-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/stream.c