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

2012-10-25 Thread Simon Glass
On Mon, Oct 22, 2012 at 11:57 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 when specified length > and frequency. > > Signed-off-by: Rajeshwari Shi

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

2012-10-22 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 when specified length and frequency. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None Changes in V3: - Incorporated comments f