]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Sound: Add command for audio playback
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Thu, 25 Oct 2012 19:49:24 +0000 (19:49 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
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 <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
common/Makefile
common/cmd_sound.c [new file with mode: 0644]