10 Dec
2012
10 Dec
'12
10:54 a.m.
At Fri, 7 Dec 2012 21:36:00 -0800, Ian Minett wrote:
From: Ian Minett ian_minett@creativelabs.com
Signed-off-by: Ian Minett ian_minett@creativelabs.com
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index b971a9d..b62d407 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -771,6 +771,9 @@ struct ca0132_spec { long voicefx_val; long cur_mic_boost;
- #ifdef ENABLE_TUNING_CONTROLS
- long cur_ctl_vals[TUNING_CTLS_COUNT];
- #endif
#ifdef / #end should be put at the beginning of the line.
+DECLARE_TLV_DB_SCALE(voice_focus_db_scale, 2000, 100, 0); +DECLARE_TLV_DB_SCALE(eq_db_scale, -2400, 100, 0);
Missing static.
Takashi