Re: [U-Boot] [PATCH 5/7 V2] Sound: Add FDT support to driver

2012-11-28 Thread Simon Glass
Hi Rajeshwari, On Tue, Nov 27, 2012 at 10:10 PM, Rajeshwari Shinde wrote: > This patch adds FDT support to the sound driver. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Made single function to get i2s values,codec init and sount init in > both FDT and non FDT

[U-Boot] [PATCH 5/7 V2] Sound: Add FDT support to driver

2012-11-27 Thread Rajeshwari Shinde
This patch adds FDT support to the sound driver. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Made single function to get i2s values,codec init and sount init in both FDT and non FDT support case. drivers/sound/sound.c | 179 +