diff options
author | Simone Willett <swillett@nvidia.com> | 2012-05-08 16:31:49 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-05-08 16:32:59 -0700 |
commit | d9ae4ef0984e3b1c1284e39d2ebf1c0558cfaa6f (patch) | |
tree | 1a8bd3bc4092c627f1fa9b52c04202a7ff093956 /sound | |
parent | b9fc8ec53818c14c6917a5a358de076a3dc47cd1 (diff) |
Revert "asoc:codecs: tiaic326x: remove minidsp support"
This reverts commit 774fa71fc9834fbdcb297048d9e9a4bc7b944b48
Change-Id: Ib187dff51d3b2fd2b2ac0c98a53abe07c99148aa
Reviewed-on: http://git-master/r/101359
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/tlv320aic326x.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/tlv320aic326x.h b/sound/soc/codecs/tlv320aic326x.h index ebd673a20445..a31cc9eca5ca 100644 --- a/sound/soc/codecs/tlv320aic326x.h +++ b/sound/soc/codecs/tlv320aic326x.h @@ -36,7 +36,7 @@ /* Enable register caching on write */ #define EN_REG_CACHE 1 -//#define MULTIBYTE_CONFIG_SUPPORT +#define MULTIBYTE_CONFIG_SUPPORT /*Setting all codec reg/write locally*/ /* This definition is added as the snd_ direct call are @@ -45,12 +45,12 @@ page, so fix that before commenting this line*/ #define LOCAL_REG_ACCESS 1 /* Macro to enable the inclusion of tiload kernel driver */ -//#define AIC3262_TiLoad +#define AIC3262_TiLoad /* Macro enables or disables support for miniDSP in the driver */ /* Enable the AIC3262_TiLoad macro first before enabling these macros */ -//#define CONFIG_MINI_DSP +#define CONFIG_MINI_DSP /*#undef CONFIG_MINI_DSP*/ /* Enable or disable controls to have Input routing*/ |