Re: [PATCH v2 1/3] ALSA: hda/tegra: Fix Tegra194 HDA reset failure

From: Sameer Pujar
Date: Tue Dec 21 2021 - 01:19:28 EST




On 12/21/2021 6:51 AM, Dmitry Osipenko wrote:

All stable kernels affected by this problem that don't support the bulk
reset API are EOL now. Please use bulk reset API like I suggested in the
comment to v1, it will allow us to have a cleaner and nicer code.

Agree that it would be compact and cleaner, but any specific reset failure in the group won't be obvious in the logs. In this case it failed silently. If compactness is preferred, then may be I can keep an error print at group level so that we see some failure context whenever it happens.