summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/bcm2835-audio
AgeCommit message (Expand)Author
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada
2018-12-17staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun
2018-12-17staging: bcm2835-audio: double free in init error pathDan Carpenter
2018-12-12staging: bcm2835-audio: Drop DT dependencyStefan Wahren
2018-12-12staging: bcm2835-audio: use module_platform_driver() macroStefan Wahren
2018-12-12staging: bcm2835-audio: Enable compile testStefan Wahren
2018-11-08staging: bcm2835-audio: interpolate audio delayMike Brady
2018-11-07staging: bcm2835-audio: update TODONicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: rename platform_driver structureNicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: more generic probe function nameNicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: use anonymous union in struct vc_audio_msgNicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: reorder variable declarations & remove trivial commentsNicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: don't initialize memory twiceNicolas Saenz Julienne
2018-11-07staging: bcm2835-audio: unify FOURCC command definitionsNicolas Saenz Julienne
2018-10-09staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen
2018-10-09staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen
2018-10-09staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen
2018-09-10staging: bcm2835-audio: Simplify card object managementTakashi Iwai
2018-09-10staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai
2018-09-10staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai
2018-09-10staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai
2018-09-10staging: bcm2835-audio: Use coherent device buffersTakashi Iwai
2018-09-10staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai
2018-09-10staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai
2018-09-10staging: bcm2835-audio: Use standard error print helpersTakashi Iwai
2018-09-10staging: bcm2835-audio: Use card->private_dataTakashi Iwai
2018-09-10staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai
2018-09-10staging: bcm2835-audio: Code refactoring of vchiq accessor codesTakashi Iwai
2018-09-10staging: bcm2835-audio: Make single vchi handleTakashi Iwai
2018-09-10staging: bcm2835-audio: Add 10ms period constraintTakashi Iwai
2018-09-10staging: bcm2835-audio: Drop superfluous mutex lock during prepareTakashi Iwai
2018-09-10staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.cTakashi Iwai
2018-09-10staging: bcm2835-audio: Propagate parameter setup errorTakashi Iwai
2018-09-10staging: bcm2835-audio: Drop useless NULL checkTakashi Iwai
2018-09-10staging: bcm2835-audio: Drop unnecessary pcm indirect setupTakashi Iwai
2018-09-10staging: bcm2835-audio: Use PCM runtime values insteadTakashi Iwai
2018-09-10staging: bcm2835-audio: Kill unused spinlockTakashi Iwai
2018-09-10staging: bcm2835-audio: Fix incorrect draining handlingTakashi Iwai
2018-09-10staging: bcm2835-audio: Drop useless running flag and checkTakashi Iwai
2018-09-10staging: bcm2835-audio: Remove superfluous open flagTakashi Iwai
2018-09-10staging: bcm2835-audio: Remove redundant function callsTakashi Iwai
2018-09-10staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai
2018-09-10staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai
2018-09-10staging: bcm2835-audio: Clean up include files in bcm2835-ctl.cTakashi Iwai
2018-09-10staging: bcm2835-audio: Remove redundant spdif stream ctlsTakashi Iwai
2018-09-10staging: bcm2835-audio: Clean up mutex locksTakashi Iwai
2018-07-13staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen
2018-07-13staging: bcm2835-audio: Check if workqueue allocation failedTuomas Tynkkynen
2018-04-29staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()Kirill Marinushkin
2018-03-29staging: bcm2835-audio: Release resources on module_exit()Kirill Marinushkin