Re: [U-Boot] [PATCH v2 26/34] sound: Add a driver for the i8254 beep

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > Add a sound driver which can output simple beeps using this legacy timer. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Change the driver name to i8254_drv > > drivers/sound/Kconfig | 12 > drivers/sound/Make

[U-Boot] [PATCH v2 26/34] sound: Add a driver for the i8254 beep

2019-02-16 Thread Simon Glass
Add a sound driver which can output simple beeps using this legacy timer. Signed-off-by: Simon Glass --- Changes in v2: - Change the driver name to i8254_drv drivers/sound/Kconfig | 12 drivers/sound/Makefile | 1 + drivers/sound/i8254_beep.c | 38 +++