6 Aug
2021
6 Aug
'21
1:03 p.m.
On Fri, Aug 06, 2021 at 05:08:34PM +0900, Steve Lee wrote:
ret = request_firmware(&fw, filename, component->dev); if (ret) {
ret = request_firmware(&fw, "dsm_param.bin", component->dev);
ret = request_firmware(&fw, "dsmparam.bin", component->dev);
This will break anything using dsm_param.bin as the default - why make the change?