lkml.org 
[lkml]   [2020]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 2/2] ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family
On Tue, Feb 18, 2020 at 11:21:40AM -0600, Dan Murphy wrote:

A couple of very small things, otherwise this looks good:

> + if (unlikely(!tx_mask)) {
> + dev_err(component->dev, "tx and rx masks need to be non 0\n");
> + return -EINVAL;
> + }

Do you really need the unlikely() annotation here? This is *hopefully*
not a hot path.

> +static int adcx140_codec_probe(struct snd_soc_component *component)
> +{
> + struct adcx140_priv *adcx140 = snd_soc_component_get_drvdata(component);
> + int sleep_cfg_val = ADCX140_WAKE_DEV;
> + u8 bias_source;
> + u8 vref_source;
> + int ret;
> +
> + adcx140->supply_areg = devm_regulator_get_optional(adcx140->dev,
> + "areg");
> + if (IS_ERR(adcx140->supply_areg)) {

You should really do the request and defer at the I2C level, that avoids
running through the whole card initialization repeatedly when the device
isn't ready. Basically try to do all resource aquisition at the device
level and then use it at the card level.
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2020-02-18 20:24    [W:0.039 / U:0.628 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site