summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-audio
Commit message (Expand)AuthorAgeFilesLines
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: vc04-services: bcm2835-audio: Fix alignment issuesDaniela Mormocea2019-03-181-6/+6
* staging: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-041-2/+1
* staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun2018-12-171-1/+1
* staging: bcm2835-audio: double free in init error pathDan Carpenter2018-12-171-1/+0
* staging: bcm2835-audio: Drop DT dependencyStefan Wahren2018-12-121-22/+9
* staging: bcm2835-audio: use module_platform_driver() macroStefan Wahren2018-12-121-19/+1
* staging: bcm2835-audio: Enable compile testStefan Wahren2018-12-121-1/+1
* staging: bcm2835-audio: interpolate audio delayMike Brady2018-11-082-0/+21
* staging: bcm2835-audio: update TODONicolas Saenz Julienne2018-11-071-22/+3
* staging: bcm2835-audio: rename platform_driver structureNicolas Saenz Julienne2018-11-071-3/+3
* staging: bcm2835-audio: more generic probe function nameNicolas Saenz Julienne2018-11-071-2/+2
* staging: bcm2835-audio: use anonymous union in struct vc_audio_msgNicolas Saenz Julienne2018-11-072-16/+16
* staging: bcm2835-audio: reorder variable declarations & remove trivial commentsNicolas Saenz Julienne2018-11-073-17/+11
* staging: bcm2835-audio: don't initialize memory twiceNicolas Saenz Julienne2018-11-071-2/+0
* staging: bcm2835-audio: unify FOURCC command definitionsNicolas Saenz Julienne2018-11-072-10/+7
* staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen2018-10-091-1/+1
* staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen2018-10-091-5/+0
* staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen2018-10-092-4/+0
* staging: bcm2835-audio: Simplify card object managementTakashi Iwai2018-09-102-89/+33
* staging: bcm2835-audio: Simplify kctl creation helpersTakashi Iwai2018-09-101-44/+25
* staging: bcm2835-audio: Simplify PCM creation helpersTakashi Iwai2018-09-103-81/+32
* staging: bcm2835-audio: Set SNDRV_PCM_INFO_SYNC_APPLPTRTakashi Iwai2018-09-101-2/+2
* staging: bcm2835-audio: Use coherent device buffersTakashi Iwai2018-09-101-6/+6
* staging: bcm2835-audio: Move module parameter descriptionTakashi Iwai2018-09-101-3/+2
* staging: bcm2835-audio: Remove unnecessary header file includesTakashi Iwai2018-09-102-25/+0
* staging: bcm2835-audio: Use standard error print helpersTakashi Iwai2018-09-104-74/+27
* staging: bcm2835-audio: Use card->private_dataTakashi Iwai2018-09-101-78/+13
* staging: bcm2835-audio: Operate non-atomic PCM opsTakashi Iwai2018-09-103-245/+82
* staging: bcm2835-audio: Code refactoring of vchiq accessor codesTakashi Iwai2018-09-101-298/+142
* staging: bcm2835-audio: Make single vchi handleTakashi Iwai2018-09-101-112/+58
* staging: bcm2835-audio: Add 10ms period constraintTakashi Iwai2018-09-101-0/+5
* staging: bcm2835-audio: Drop superfluous mutex lock during prepareTakashi Iwai2018-09-101-6/+2
* staging: bcm2835-audio: Drop debug messages in bcm2835-pcm.cTakashi Iwai2018-09-101-44/+7
* staging: bcm2835-audio: Propagate parameter setup errorTakashi Iwai2018-09-101-2/+3
* staging: bcm2835-audio: Drop useless NULL checkTakashi Iwai2018-09-101-2/+1
* staging: bcm2835-audio: Drop unnecessary pcm indirect setupTakashi Iwai2018-09-101-1/+0
* staging: bcm2835-audio: Use PCM runtime values insteadTakashi Iwai2018-09-102-23/+4
* staging: bcm2835-audio: Kill unused spinlockTakashi Iwai2018-09-102-4/+0
* staging: bcm2835-audio: Fix incorrect draining handlingTakashi Iwai2018-09-101-12/+6
* staging: bcm2835-audio: Drop useless running flag and checkTakashi Iwai2018-09-102-39/+8
* staging: bcm2835-audio: Remove superfluous open flagTakashi Iwai2018-09-102-8/+2
* staging: bcm2835-audio: Remove redundant function callsTakashi Iwai2018-09-103-29/+0
* staging: bcm2835-audio: Fix mute controls, volume handling cleanupTakashi Iwai2018-09-104-82/+45
* staging: bcm2835-audio: Remove redundant substream mask checksTakashi Iwai2018-09-105-26/+8
* staging: bcm2835-audio: Clean up include files in bcm2835-ctl.cTakashi Iwai2018-09-101-15/+0
* staging: bcm2835-audio: Remove redundant spdif stream ctlsTakashi Iwai2018-09-101-51/+0
* staging: bcm2835-audio: Clean up mutex locksTakashi Iwai2018-09-104-79/+20
* staging: bcm2835-audio: Don't leak workqueue if open failsTuomas Tynkkynen2018-07-131-6/+10
OpenPOWER on IntegriCloud