27 Oct
2022
27 Oct
'22
2:31 p.m.
On Thu, Oct 27, 2022 at 01:50:56PM +0200, Peter Bergin wrote:
When trying to connect the device with the driver through of it is not working. The of_device_id is defined in cs42xx8.c but is not correctly included in cs42xx8-i2c.c. Also add the matching table for of in the i2c file.
Signed-off-by: Peter Bergin peter@berginkonsult.se
sound/soc/codecs/cs42xx8-i2c.c | 7 +++++++ 1 file changed, 7 insertions(+)
This should move the ID table out of cs42xx8.c, not just duplicate it.