On Thu, Jul 07, 2022 at 04:07:51PM +0800, Wallace Lin wrote:
@@ -1430,6 +1460,7 @@ static const struct snd_soc_component_driver nau8821_component_driver = { .dapm_routes = nau8821_dapm_routes, .num_dapm_routes = ARRAY_SIZE(nau8821_dapm_routes), .suspend_bias_off = 1,
- .non_legacy_dai_naming = 1, .idle_bias_on = 1, .use_pmdown_time = 1, .endianness = 1,
This isn't obviously connected with the rest of your change and breaks the build since this flag has been removed in current code. It should probably just be dropped here.
Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.