[PATCH v3] ASoC: codecs: Add power domains support in digital macro codecs

Srinivasa Rao Mandadapu quic_srivasam at quicinc.com
Fri Feb 25 11:56:28 CET 2022


On 2/25/2022 1:20 AM, Mark Brown wrote:
Thanks for your time Brown!!!
> On Thu, Feb 24, 2022 at 06:49:19PM +0530, Srinivasa Rao Mandadapu wrote:
>
>> +	l_pds->macro_pd = dev_pm_domain_attach_by_name(dev, "macro");
>> +	if (IS_ERR_OR_NULL(l_pds->macro_pd))
>> +		return NULL;
> Shouldn't there also be a DT binding update for the users?
Okay. Will send dt-bindings patch too.


More information about the Alsa-devel mailing list