Re: [U-Boot] [PATCH 33/33] x86: Add sound support for samus

2019-02-16 Thread Simon Glass
Hi Bin, On Wed, 13 Feb 2019 at 02:40, Bin Meng wrote: > > Hi Simon, > > On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > > > Enable sound on samus using the broadwell I2S and an RT5677 audio codec. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/dts/chromebook_samus.dts |

Re: [U-Boot] [PATCH 33/33] x86: Add sound support for samus

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Enable sound on samus using the broadwell I2S and an RT5677 audio codec. > > Signed-off-by: Simon Glass > --- > > arch/x86/dts/chromebook_samus.dts | 49 +++--- > configs/chromebook_samus_defconfig | 9

[U-Boot] [PATCH 33/33] x86: Add sound support for samus

2019-01-21 Thread Simon Glass
Enable sound on samus using the broadwell I2S and an RT5677 audio codec. Signed-off-by: Simon Glass --- arch/x86/dts/chromebook_samus.dts | 49 +++--- configs/chromebook_samus_defconfig | 9 ++ drivers/sound/Makefile | 2 +- 3 files changed, 55