[U-Boot] [PATCH 32/33] x86: sound: Add sound support for samus (broadwell)

Simon Glass sjg at chromium.org
Sun Feb 17 03:25:20 UTC 2019


Hi Bin,

On Wed, 13 Feb 2019 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Tue, Jan 22, 2019 at 9:14 AM Simon Glass <sjg at chromium.org> wrote:
> >
> > Add a sound driver for samus which ties together the audio codec and
> > I2S controller.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> >  drivers/sound/Makefile          |  2 +-
> >  drivers/sound/broadwell_sound.c | 65 +++++++++++++++++++++++++++++++++
> >  2 files changed, 66 insertions(+), 1 deletion(-)
> >  create mode 100644 drivers/sound/broadwell_sound.c
> >
> > diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile
> > index 29d0396e5d..a9516e9c03 100644
> > --- a/drivers/sound/Makefile
> > +++ b/drivers/sound/Makefile
> > @@ -17,5 +17,5 @@ obj-$(CONFIG_SOUND_MAX98095)  += max98095.o maxim_codec.o
> >  obj-$(CONFIG_SOUND_INTEL_HDA)  += hda_codec.o
> >  obj-$(CONFIG_SOUND_I8254)      += i8254_beep.o
> >  obj-$(CONFIG_SOUND_RT5677)     += rt5677.o
> > -obj-$(CONFIG_INTEL_BROADWELL)  += broadwell_i2s.o
> > +obj-$(CONFIG_INTEL_BROADWELL)  += broadwell_i2s.o #broadwell_sound.o
>
> #?

This is so it builds without sound being enabled. I'll add a comment.
It is removed in the next commit.

Regards,
Simon


More information about the U-Boot mailing list