[PATCH v5 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier

David Rhodes drhodes at opensource.cirrus.com
Fri Sep 3 23:10:33 CEST 2021


On 8/17/21 4:31 AM, Charles Keepax wrote:
 > On Mon, Aug 16, 2021 at 05:43:09PM -0500, David Rhodes wrote:
 >> +static int cs35l41_component_probe(struct snd_soc_component *component)
 >> +{
 >> +	struct cs35l41_private *cs35l41 =
 >> +		snd_soc_component_get_drvdata(component);
 >> +
 >> +	component->regmap = cs35l41->regmap;
 >
 > You sure this is necessary? The core should do this for us, its
 > only necessary if the regmap is on a different struct device to
 > the CODEC which isn't the case in this driver. Also if this is
 > necessary it should be using snd_soc_component_init_regmap.

Not necessary. As far as I can tell this is just a relic of something 
long since refactored.

I agree with all the other comments as well and I will include in v6.

Thanks,
David


More information about the Alsa-devel mailing list