commit | ecd02e7e96244854a595f5895f2db0aa4b9d0aed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:54 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:08 2019 +0800 |
tree | f173b23f448ab8db19adaf8ee75228baf281a42b | |
parent | 7dfe527559225d662f0f21b71c11d97c4bfa7ecd [diff] |
sound: Add uclass operations for beeping Some audio codecs such as Intel HDA do not need to use digital data to play sounds, but instead have a way to emit beeps. Add this interface as an option. If the beep interface is not supported, then the sound uclass falls back to the I2S interface. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>