diff options
author | Rajeshwari Shinde | 2013-02-14 19:46:13 +0000 |
---|---|---|
committer | Minkyu Kang | 2013-03-08 22:34:18 +0900 |
commit | 14d2dfc33a087cf98ae37e453edd294c7835caae (patch) | |
tree | 890a8c77d30b5f903a489b1d2101061e4ecb3f3d /include/sound.h | |
parent | 5febe8db91a9feca467ce8e0189a69b49cba02e7 (diff) |
Sound: Support for MAX98095 codec in driver
This patchs adds support for MAX98095 codec in
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound.h b/include/sound.h index d73839d9f04..94922f66dae 100644 --- a/include/sound.h +++ b/include/sound.h @@ -28,6 +28,7 @@ enum en_sound_codec { CODEC_WM_8994, CODEC_WM_8995, + CODEC_MAX_98095, CODEC_MAX }; |