Re: [U-Boot] [PATCH 18/33] x86: ivybridge: Add a way to get the HDA config setting

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > 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 > --- > > arch/x86/cpu/ivybridge/bd82x6x.c | 19 +++ > include/pch.h

[U-Boot] [PATCH 18/33] x86: ivybridge: Add a way to get the HDA config setting

2019-01-21 Thread Simon Glass
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 --- arch/x86/cpu/ivybridge/bd82x6x.c | 19 +++ include/pch.h| 3 +++ 2 files changed, 22 insertions(+) diff --git a/ar