aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05sound: Add a new stop_play() methodSimon Glass1-1/+20
2019-02-20sandbox: sound: Silence sound for testingSimon Glass1-3/+22
2019-02-20sound: Add uclass operations for beepingSimon Glass1-3/+43
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-18/+1
2018-12-13dm: sound: Add conversion to driver modelSimon Glass1-1/+4
2018-12-13dm: sound: Create a uclass for soundSimon Glass1-0/+67
2018-12-13dm: sound: Create a uclass for i2sSimon Glass1-1/+59
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass1-0/+55
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-1/+1
2014-03-17sandbox: Add a simple sound driverSimon Glass1-0/+23