[PATCH 09/10] ASoC: cs42l83: Extend CS42L42 support to new part
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Sep 9 17:33:05 CEST 2022
On 09/09/2022 17:10, Martin Povišer wrote:
>>> +};
>>> +MODULE_DEVICE_TABLE(of, cs42l83_of_match);
>>> +
>>> +static struct i2c_driver cs42l83_i2c_driver = {
>>> + .driver = {
>>> + .name = "cs42l83",
>>> + .pm = &cs42l83_i2c_pm_ops,
>>> + .of_match_table = of_match_ptr(cs42l83_of_match),
>>
>> This should complain with compile testing. Usually it comes with
>> __maybe_unused/
>
> Which symbol? cs42l83_of_match has maybe_unused.
>
Ah, I missed it completely. It's fine.
Best regards,
Krzysztof
More information about the Alsa-devel
mailing list