Hi, On Mon, Oct 22, 2012 at 11:57 PM, Rajeshwari Shinde <[email protected]> wrote: > This patch adds driver for audio codec WM8994 > > Signed-off-by: R. Chandrasekar <[email protected]> > Signed-off-by: Rajeshwari Shinde <[email protected]>
Acked-by: Simon Glass <[email protected]> > --- > Changes in V2: > - None > Changes in V3: > - Incorporated comments from Simon Glass. Sometimes it is better to list the actual changes made. > drivers/sound/Makefile | 1 + > drivers/sound/wm8994.c | 792 > ++++++++++++++++++++++++++++++++++++++ > drivers/sound/wm8994.h | 87 +++++ > drivers/sound/wm8994_registers.h | 299 ++++++++++++++ > 4 files changed, 1179 insertions(+), 0 deletions(-) > create mode 100644 drivers/sound/wm8994.c > create mode 100644 drivers/sound/wm8994.h > create mode 100644 drivers/sound/wm8994_registers.h > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

