summaryrefslogtreecommitdiff
path: root/drivers/sound/sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-3/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06sound: 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-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-14dm: sound: Complete migration to driver modelSimon Glass1-18/+1
2018-12-14dm: sound: Add conversion to driver modelSimon Glass1-1/+4
2018-12-14dm: sound: Create a uclass for soundSimon Glass1-0/+67
2018-12-14dm: sound: Create a uclass for i2sSimon Glass1-1/+59
2018-12-14dm: 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-08build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-1/+1
2014-03-18sandbox: Add a simple sound driverSimon Glass1-0/+23