Skip to content
Snippets Groups Projects
Commit 21fb43dc authored by Claudius Heine's avatar Claudius Heine Committed by Tobias Kahlki
Browse files

ASoC: tlv320aic32x4: add type to device private data struct


While this driver can already handle different device variants, the
variant information cannot be used in the driver code and therefor
cannot have different code paths depending on the device variant.

This change adds a `type` value into the `aic32x4_priv` structure, that
contains a device variant identifier, which was set when the driver was
bound to the device.

Signed-off-by: default avatarClaudius Heine <ch@denx.de>
Link: https://lore.kernel.org/r/20210617085230.1851503-2-ch@denx.de


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e6b4d80b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment