On Wed, Nov 28, 2012 at 11:55 PM, Rajeshwari Shinde
<rajeshwar...@samsung.com> wrote:
> This patch adds FDT support to sound init in CMD.
>
> Signed-off-by: Rajeshwari Shinde <rajeshwar...@samsung.com>

Acked-by: Simon Glass <s...@chromium.org>

> ---
> Changes in V2:
>         - Same function call for sound init in case of FDT or non FDT support.
> Changes in V3:
>         - Removed #ifdef CONFIG_OF_CONTROL where ever
>         not required.
>  common/cmd_sound.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/common/cmd_sound.c b/common/cmd_sound.c
> index 459d1eb..cfca9dd 100644
> --- a/common/cmd_sound.c
> +++ b/common/cmd_sound.c
> @@ -33,7 +33,7 @@ static int do_init(cmd_tbl_t *cmdtp, int flag, int argc, 
> char *const argv[])
>  {
>         int ret;
>
> -       ret = sound_init();
> +       ret = sound_init(gd->fdt_blob);
>         if (ret) {
>                 printf("Initialise Audio driver failed\n");
>                 return CMD_RET_FAILURE;
> --
> 1.7.4.4
>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to