Re: [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-21 Thread Chander Kashyap
hi Rajeshwari,

On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote:
 This patch enables sound support for EXYNOS5
Enable sound for exynos5 based smdk5250 not exynos5.

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  include/configs/smdk5250.h |8 
  1 files changed, 8 insertions(+), 0 deletions(-)

 diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
 index 4b9093c..fae1c0c 100644
 --- a/include/configs/smdk5250.h
 +++ b/include/configs/smdk5250.h
 @@ -242,6 +242,14 @@
  #define CONFIG_ENV_SPI_MAX_HZ  5000
  #endif

 +/* Sound */
 +#define CONFIG_CMD_SOUND
 +#ifdef CONFIG_CMD_SOUND
 +#define CONFIG_SOUND
 +#define CONFIG_I2S
 +#define CONFIG_SOUND_WM8994
 +#endif
 +
  /* Enable devicetree support */
  #define CONFIG_OF_LIBFDT

 --
 1.7.4.4




-- 
with warm regards,
Chander Kashyap
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-21 Thread Rajeshwari Birje
Hi Chander,

Thank you for comments.

On Tue, Aug 21, 2012 at 3:22 PM, Chander Kashyap
chander.kash...@linaro.org wrote:
 hi Rajeshwari,

 On 14 August 2012 11:15, Rajeshwari Shinde rajeshwar...@samsung.com wrote:
 This patch enables sound support for EXYNOS5
 Enable sound for exynos5 based smdk5250 not exynos5.
- ok

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  include/configs/smdk5250.h |8 
  1 files changed, 8 insertions(+), 0 deletions(-)

 diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
 index 4b9093c..fae1c0c 100644
 --- a/include/configs/smdk5250.h
 +++ b/include/configs/smdk5250.h
 @@ -242,6 +242,14 @@
  #define CONFIG_ENV_SPI_MAX_HZ  5000
  #endif

 +/* Sound */
 +#define CONFIG_CMD_SOUND
 +#ifdef CONFIG_CMD_SOUND
 +#define CONFIG_SOUND
 +#define CONFIG_I2S
 +#define CONFIG_SOUND_WM8994
 +#endif
 +
  /* Enable devicetree support */
  #define CONFIG_OF_LIBFDT

 --
 1.7.4.4




 --
 with warm regards,
 Chander Kashyap
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot

Regards,
Rajeshwari Shinde
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound

2012-08-13 Thread Rajeshwari Shinde
This patch enables sound support for EXYNOS5

Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
---
 include/configs/smdk5250.h |8 
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index 4b9093c..fae1c0c 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -242,6 +242,14 @@
 #define CONFIG_ENV_SPI_MAX_HZ  5000
 #endif
 
+/* Sound */
+#define CONFIG_CMD_SOUND
+#ifdef CONFIG_CMD_SOUND
+#define CONFIG_SOUND
+#define CONFIG_I2S
+#define CONFIG_SOUND_WM8994
+#endif
+
 /* Enable devicetree support */
 #define CONFIG_OF_LIBFDT
 
-- 
1.7.4.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot