aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01staging: bcm2835-audio: Fix draining behavior regressionTakashi Iwai2-2/+3
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-18staging: vc04-services: bcm2835-audio: Fix alignment issuesDaniela Mormocea1-6/+6
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+1
2018-12-17staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun1-1/+1
2018-12-17staging: bcm2835-audio: double free in init error pathDan Carpenter1-1/+0
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-12-12staging: bcm2835-audio: Enable compile testStefan Wahren1-1/+1
2018-11-08staging: bcm2835-audio: interpolate audio delayMike Brady2-0/+21
2018-11-07staging: bcm2835-audio: update TODONicolas Saenz Julienne1-22/+3
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: use anonymous union in struct vc_audio_msgNicolas Saenz Julienne2-16/+16
2018-11-07staging: bcm2835-audio: reorder variable declarations & remove trivial commentsNicolas Saenz Julienne3-17/+11
2018-11-07staging: bcm2835-audio: don't initialize memory twiceNicolas Saenz Julienne1-2/+0
2018-11-07staging: bcm2835-audio: unify FOURCC command definitionsNicolas Saenz Julienne2-10/+7
2018-10-09staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen1-1/+1
2018-10-09staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen1-5/+0
2018-10-09staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen2-4/+0
2018-09-10staging: bcm2835-audio: Simplify card object managementTakashi Iwai2-89/+33
2018-09-10staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai1-44/+25
2018-09-10staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai3-81/+32
2018-09-10staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai1-2/+2
2018-09-10staging: bcm2835-audio: Use coherent device buffersTakashi Iwai1-6/+6
2018-09-10staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai1-3/+2
2018-09-10staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2-25/+0
2018-09-10staging: bcm2835-audio: Use standard error print helpersTakashi Iwai4-74/+27
2018-09-10staging: bcm2835-audio: Use card->private_dataTakashi Iwai1-78/+13
2018-09-10staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai3-245/+82
2018-09-10staging: bcm2835-audio: Code refactoring of vchiq accessor codesTakashi Iwai1-298/+142
2018-09-10staging: bcm2835-audio: Make single vchi handleTakashi Iwai1-112/+58
2018-09-10staging: bcm2835-audio: Add 10ms period constraintTakashi Iwai1-0/+5
2018-09-10staging: bcm2835-audio: Drop superfluous mutex lock during prepareTakashi Iwai1-6/+2
2018-09-10staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.cTakashi Iwai1-44/+7
2018-09-10staging: bcm2835-audio: Propagate parameter setup errorTakashi Iwai1-2/+3
2018-09-10staging: bcm2835-audio: Drop useless NULL checkTakashi Iwai1-2/+1
2018-09-10staging: bcm2835-audio: Drop unnecessary pcm indirect setupTakashi Iwai1-1/+0
2018-09-10staging: bcm2835-audio: Use PCM runtime values insteadTakashi Iwai2-23/+4
2018-09-10staging: bcm2835-audio: Kill unused spinlockTakashi Iwai2-4/+0
2018-09-10staging: bcm2835-audio: Fix incorrect draining handlingTakashi Iwai1-12/+6
2018-09-10staging: bcm2835-audio: Drop useless running flag and checkTakashi Iwai2-39/+8
2018-09-10staging: bcm2835-audio: Remove superfluous open flagTakashi Iwai2-8/+2
2018-09-10staging: bcm2835-audio: Remove redundant function callsTakashi Iwai3-29/+0
2018-09-10staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai4-82/+45
2018-09-10staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai5-26/+8
2018-09-10staging: bcm2835-audio: Clean up include files in bcm2835-ctl.cTakashi Iwai1-15/+0
2018-09-10staging: bcm2835-audio: Remove redundant spdif stream ctlsTakashi Iwai1-51/+0
2018-09-10staging: bcm2835-audio: Clean up mutex locksTakashi Iwai4-79/+20