Tegra124: Venice2: Enable support for 'sound' command (audio play)

With this change, I can use 'sound init;sound play' to play a
beep/buzz on the Venice2 speakers/headphones.

BUG=chrome-os-partner:23782
BRANCH=Tegra Venice2
TEST=As above, built/booted Venice2 and heard beep via HPO/SPO.

Change-Id: I9b90982f68044caeaa2b704a38bd97d9a80ade78
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-on: https://chromium-review.googlesource.com/175321
diff --git a/include/configs/venice2.h b/include/configs/venice2.h
index 8171dc4..e7cf5ed 100644
--- a/include/configs/venice2.h
+++ b/include/configs/venice2.h
@@ -111,6 +111,16 @@
 #define CONFIG_TPM
 #define CONFIG_TPM_TIS_I2C
 
+/* Sound */
+#define CONFIG_CMD_SOUND
+#ifdef CONFIG_CMD_SOUND
+#define CONFIG_TEGRA_SOUND
+#define CONFIG_TEGRA_I2S
+#define CONFIG_SOUND_MAXIM_CODEC
+#define CONFIG_SOUND_MAX98090
+#define CONFIG_SOUND_MAX98095
+#endif
+
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */