diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2012-12-26 20:03:17 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-01-08 10:54:33 +0900 |
commit | f482310c6def17ba975a041077f89d984be54b68 (patch) | |
tree | 18de2aea295643b6b1f10f21edbc5f733cab372e /include/sound.h | |
parent | 72dbff12a73291fb68d217e534eaed98d69ff5c5 (diff) |
Sound: Add FDT support to driver
This patch adds FDT support to the sound driver.
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>
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound.h b/include/sound.h index ea0b1158f80..d73839d9f04 100644 --- a/include/sound.h +++ b/include/sound.h @@ -46,10 +46,10 @@ struct sound_codec_info { /* * Initialises audio sub system - * + * @param blob Pointer of device tree node or NULL if none. * @return int value 0 for success, -1 for error */ -int sound_init(void); +int sound_init(const void *blob); /* * plays the pcm data buffer in pcm_data.h through i2s1 to make the |