Re: [U-Boot] [PATCH 3/9 V2] Sound: Add command for audio playback

2012-10-19 Thread Simon Glass
Hi Rajeshwari, On Tue, Aug 21, 2012 at 11:44 PM, Rajeshwari Shinde wrote: > This patch adds command to test audio playback. > sound init - Initialises the audio subsystem (i2s and wm8994 codec) > sound play - Plays predefined the audio data. > > Signed-off-by: Rajeshwari Shinde > --- > Changes i

[U-Boot] [PATCH 3/9 V2] Sound: Add command for audio playback

2012-08-21 Thread Rajeshwari Shinde
This patch adds command to test audio playback. sound init - Initialises the audio subsystem (i2s and wm8994 codec) sound play - Plays predefined the audio data. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None common/Makefile|1 + common/cmd_sound.c | 90