commit | 67b0cda76a19c5fc8a0019cfdc4af9006bfad8d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:52 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:08 2019 +0800 |
tree | 170a6e60db542b4d2195b2442249426bc3593b0c | |
parent | 1260f8c0efe126cf952c1bc19d975af34908a79d [diff] |
x86: ivybridge: Add a way to get the HDA config setting Add a way check to whether HD audio is enabled. Use ioctl() to avoid adding too many unusual operations to PCH. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>