Re: [PATCH] ASoC: tlv320aic32x4: SND_SOC_DAPM_MICBIAS is deprecated

2019-01-09 Thread Mark Brown
On Thu, Jan 10, 2019 at 12:21:24AM +0530, b-ak wrote: > > Note that the reason we've not done that already for everything is that > > the DAPM graph needs updating for the new routing in machine drivers as > > the two widgets are wired differently. However this is fine here as > > there aren't an

Re: [PATCH] ASoC: tlv320aic32x4: SND_SOC_DAPM_MICBIAS is deprecated

2019-01-09 Thread b-ak
On Wed, Jan 09, 2019 at 06:38:36PM +, Mark Brown wrote: > On Wed, Jan 09, 2019 at 10:41:21PM +0530, b-ak wrote: > > SND_SOC_DAPM_MICBIAS is deprecated, replace it with SND_SOC_DAPM_SUPPLY. > > > > MICBIAS voltage wasn't supplied to the microphone with the older > > SND_SOC_DAPM_MICBIAS widget,

Re: [PATCH] ASoC: tlv320aic32x4: SND_SOC_DAPM_MICBIAS is deprecated

2019-01-09 Thread Mark Brown
On Wed, Jan 09, 2019 at 10:41:21PM +0530, b-ak wrote: > SND_SOC_DAPM_MICBIAS is deprecated, replace it with SND_SOC_DAPM_SUPPLY. > > MICBIAS voltage wasn't supplied to the microphone with the older > SND_SOC_DAPM_MICBIAS widget, hence the microphone wouldn't work. > > This patch fixes the problem

[PATCH] ASoC: tlv320aic32x4: SND_SOC_DAPM_MICBIAS is deprecated

2019-01-09 Thread b-ak
SND_SOC_DAPM_MICBIAS is deprecated, replace it with SND_SOC_DAPM_SUPPLY. MICBIAS voltage wasn't supplied to the microphone with the older SND_SOC_DAPM_MICBIAS widget, hence the microphone wouldn't work. This patch fixes the problem. Signed-off-by: b-ak --- sound/soc/codecs/tlv320aic32x4.c | 30