]> Git Repo - J-u-boot.git/commit - cmd/sound.c
Sound: Add command for audio playback
authorRajeshwari Shinde <[email protected]>
Thu, 25 Oct 2012 19:49:24 +0000 (19:49 +0000)
committerMinkyu Kang <[email protected]>
Thu, 15 Nov 2012 12:08:20 +0000 (21:08 +0900)
commitc0c88533fffdba4544043e6070ba322c8b79234a
treeff19a75bf0f15c3bac486dd71710b42feea6437d
parenta2d8e0a717b01995eac162de205c90b3ea782440
Sound: Add command for audio playback

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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
common/Makefile
common/cmd_sound.c [new file with mode: 0644]
This page took 0.034074 seconds and 4 git commands to generate.