forked from Minki/linux
b340128432
Unlike most CODEC drivers, the CS35L41 driver did not have the
non_legacy_dai_naming set, meaning the corresponding DAI has been
traditionally registered using the legacy naming: spi-VLV1776:0x
The recent migration to the new legacy DAI naming style has implicitly
corrected that behavior and DAI gets now registered via the non-legacy
naming, i.e. cs35l41-pcm.
The problem is the acp5x platform driver is now broken as it continues
to refer to the above mentioned codec using the legacy DAI naming in
function acp5x_cs35l41_hw_params() and, therefore, the related setup
is not being executed anymore.
Let's fix that by replacing the obsolete DAI name with the correct one.
Fixes:
|
||
---|---|---|
.. | ||
acp5x-i2s.c | ||
acp5x-mach.c | ||
acp5x-pcm-dma.c | ||
acp5x.h | ||
Makefile | ||
pci-acp5x.c | ||
vg_chip_offset_byte.h |