12 Oct
2015
12 Oct
'15
6:45 p.m.
On Thu, Oct 08, 2015 at 11:21:33AM +0800, Oder Chiou wrote:
- if (!request_firmware(&fw, "rt5645_hweq.bin", codec->dev)) {
rt5645->hweq.num = fw->size / sizeof(struct rt5645_eq_param_s);
rt5645->hweq.param = devm_kmemdup(codec->dev, fw->data,
fw->size, GFP_KERNEL);
if (rt5645->hweq.param) {
I was expecting to see an ALSA binary control (I believe I explicitly mentioned that...). Why move to firmware? If nothing else it's more cumbersome during tuning.