summaryrefslogtreecommitdiff
path: root/drivers/sound/sound-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass1-0/+11
2019-02-20sound: Add uclass operations for beepingSimon Glass1-1/+33
2019-02-20sound: Mark sound_setup() as optionalSimon Glass1-1/+1
2018-12-14dm: sound: Use the correct number of channels for soundSimon Glass1-1/+1
2018-12-14dm: sound: Create a uclass for soundSimon Glass1-0/+127