Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-28 Thread Mark Brown
On Wed, Aug 28, 2019 at 09:07:17AM +0200, Ricard Wanderlof wrote: > On Wed, 28 Aug 2019, Sasha Levin wrote: > > On Tue, Aug 27, 2019 at 12:00:14PM +0100, Mark Brown wrote: > > > If anyone ran into this on the older kernel and fixed or worked > > > around it locally there's a reasonable chance

Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-28 Thread Ricard Wanderlof
On Wed, 28 Aug 2019, Sasha Levin wrote: > On Tue, Aug 27, 2019 at 12:00:14PM +0100, Mark Brown wrote: > > On Sun, Aug 25, 2019 at 09:35:15PM -0400, Sasha Levin wrote: > > > On Wed, Aug 14, 2019 at 10:22:13AM +0100, Mark Brown wrote: > > > > > > > If the DAI format setup fails, there is no

Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-27 Thread Sasha Levin
On Tue, Aug 27, 2019 at 12:00:14PM +0100, Mark Brown wrote: On Sun, Aug 25, 2019 at 09:35:15PM -0400, Sasha Levin wrote: On Wed, Aug 14, 2019 at 10:22:13AM +0100, Mark Brown wrote: > > If the DAI format setup fails, there is no valid communication format > > between CPU and CODEC, so fail

Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-27 Thread Mark Brown
On Sun, Aug 25, 2019 at 09:35:15PM -0400, Sasha Levin wrote: > On Wed, Aug 14, 2019 at 10:22:13AM +0100, Mark Brown wrote: > > > If the DAI format setup fails, there is no valid communication format > > > between CPU and CODEC, so fail card instantiation, rather than continue > > > with a card

Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-25 Thread Sasha Levin
On Wed, Aug 14, 2019 at 10:22:13AM +0100, Mark Brown wrote: On Tue, Aug 13, 2019 at 10:09:24PM -0400, Sasha Levin wrote: From: Ricard Wanderlof [ Upstream commit 40aa5383e393d72f6aa3943a4e7b1aae25a1e43b ] If the DAI format setup fails, there is no valid communication format between CPU and

Re: [PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-14 Thread Mark Brown
On Tue, Aug 13, 2019 at 10:09:24PM -0400, Sasha Levin wrote: > From: Ricard Wanderlof > > [ Upstream commit 40aa5383e393d72f6aa3943a4e7b1aae25a1e43b ] > > If the DAI format setup fails, there is no valid communication format > between CPU and CODEC, so fail card instantiation, rather than

[PATCH AUTOSEL 5.2 040/123] ASoC: Fail card instantiation if DAI format setup fails

2019-08-13 Thread Sasha Levin
From: Ricard Wanderlof [ Upstream commit 40aa5383e393d72f6aa3943a4e7b1aae25a1e43b ] If the DAI format setup fails, there is no valid communication format between CPU and CODEC, so fail card instantiation, rather than continue with a card that will most likely not function properly.