summaryrefslogtreecommitdiffstats
path: root/drivers/sound
Commit message (Expand)AuthorAgeFilesLines
* treewide: use dev_err_probe instead of comparisons against EPROBE_DEFERAhmad Fatoum2024-02-201-14/+4
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-231-8/+6
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-133-0/+3
* Rename struct driver_d to driverSascha Hauer2023-01-103-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-103-5/+5
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-102-4/+5
* sound: gpio-beeper: simplify using new gpiod_get helperAhmad Fatoum2021-04-131-15/+5
* sound: add gpio-beeper supportAhmad Fatoum2021-02-083-0/+84
* sound: add PWM beeper supportAhmad Fatoum2021-02-083-0/+131
* sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-083-0/+93
* sound: add basic synthesizers for PCM beeper useAhmad Fatoum2021-02-083-1/+57
* drivers: add sound card driver supportAhmad Fatoum2021-02-083-0/+131