aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/samsung/i2s.c')
-rw-r--r--sound/soc/samsung/i2s.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c
index 77279a4..52f308b 100644
--- a/sound/soc/samsung/i2s.c
+++ b/sound/soc/samsung/i2s.c
@@ -29,7 +29,8 @@
#include "i2s.h"
#include "srp-types.h"
-#if defined(CONFIG_SND_SAMSUNG_RP) && defined(CONFIG_MACH_U1)
+#if defined(CONFIG_SND_SAMSUNG_RP) && \
+ (defined(CONFIG_MACH_U1) || defined(CONFIG_MACH_TRATS))
#define USE_ALT_REG_RECOVER
#endif