summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/bcm2835-audio/bcm2835.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21staging: vc04_services: bcm2835-audio: Drop MODULE_ALIASUmang Jain1-1/+7
2023-10-05staging: bcm2835-audio: Register bcm2835-audio with vchiq_bus_typeUmang Jain1-10/+9
2023-10-05staging: vc04_services: bcm2835-audio: Explicitly set DMA maskUmang Jain1-0/+7
2022-04-13staging: bcm2835-audio: remove compat ALSA cardAdrien Thierry1-26/+7
2021-12-30staging: vc04_services: bcm2835-audio: avoid the use of typedef for function ...Gaston Gonzalez1-9/+3
2021-02-06staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()Juerg Haefliger1-3/+3
2018-12-12staging: bcm2835-audio: Drop DT dependencyStefan Wahren1-22/+9
2018-12-12staging: bcm2835-audio: use module_platform_driver() macroStefan Wahren1-19/+1
2018-11-07staging: bcm2835-audio: rename platform_driver structureNicolas Saenz Julienne1-3/+3
2018-11-07staging: bcm2835-audio: more generic probe function nameNicolas Saenz Julienne1-2/+2
2018-11-07staging: bcm2835-audio: reorder variable declarations & remove trivial commentsNicolas Saenz Julienne1-7/+7
2018-11-07staging: bcm2835-audio: don't initialize memory twiceNicolas Saenz Julienne1-2/+0
2018-09-10staging: bcm2835-audio: Simplify card object managementTakashi Iwai1-88/+32
2018-09-10staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai1-4/+13
2018-09-10staging: bcm2835-audio: Use standard error print helpersTakashi Iwai1-1/+1
2018-09-10staging: bcm2835-audio: Use card->private_dataTakashi Iwai1-78/+13
2018-09-10staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai1-4/+1
2018-09-10staging: bcm2835-audio: Clean up mutex locksTakashi Iwai1-0/+1
2018-04-29staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin1-2/+41
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin1-29/+25
2018-01-15staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman1-13/+1
2018-01-15staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman1-0/+1
2018-01-08staging: vc04_services: Fix platform_no_drv_owner.cocci warnings.Kishore KP1-1/+0
2017-03-21staging: bcm2835-audio: Add support for simultanous HDMI and Headphone audioMichael Zoran1-95/+317
2017-03-06staging: bcm2835-audio: Move driver under vc04_servicesMichael Zoran1-0/+250