Re: [PATCH V2 4/5] ASoC: codecs: Change the aw88261 variable name and i2c driver name

From: Krzysztof Kozlowski
Date: Wed Sep 13 2023 - 03:03:17 EST


On 12/09/2023 08:58, wangweidong.a@xxxxxxxxxx wrote:
> From: Weidong Wang <wangweidong.a@xxxxxxxxxx>
>
> Change "sound-channel" to "awinic,audio-channel"
> Change "aw88261_smartpa" to "aw88261"



> - prof_name = aw88261_dev_get_prof_name(aw88261->aw_pa, count);
> - if (!prof_name) {
> + ret = aw88261_dev_get_prof_name(aw88261->aw_pa, count, &prof_name);
> + if (ret) {
> strscpy(uinfo->value.enumerated.name, "null",
> strlen("null") + 1);
> return 0;
> @@ -1189,7 +1190,7 @@ static void aw88261_parse_channel_dt(struct aw88261 *aw88261)
> u32 channel_value = AW88261_DEV_DEFAULT_CH;
> u32 sync_enable = false;
>
> - of_property_read_u32(np, "sound-channel", &channel_value);
> + of_property_read_u32(np, "awinic,audio-channel", &channel_value);
> of_property_read_u32(np, "sync-flag", &sync_enable);

What about this?

Best regards,
Krzysztof