3 Oct
2014
3 Oct
'14
6:32 p.m.
On Mon, Sep 29, 2014 at 10:31:41AM +0800, Bard Liao wrote:
+static const struct firmware *rt5670_dsp_fw;
This should be part of the driver data not a global static.
+/* DSP Mode */ +static const char * const rt5670_dsp_mode[] = {
- "Mode 1", "Mode 2", "Mode 3", "Mode 4", "Mode 5"
+};
What exactly are these modes?