aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm2835-audio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Staging: bcm2835-audio: fixed a code style issue:Bo YU1-0/+1
2017-02-16staging: bcm2835-audio: allocate enough data for work queuesDan Carpenter1-6/+9
2017-02-16Staging: bcm2835-audio: && vs & typoDan Carpenter1-1/+1
2017-02-14staging: bcm2835-audio: remove unused macroHendrik v. Raven1-3/+0
2017-02-14staging: bcm2835-audio: Fixed checkpatch warning due to line spacingAbhijit Naik1-1/+17
2017-02-12staging: bcm2835-audio: fix trailing statementsAbdAllah-MEZITI1-1/+3
2017-02-10staging: bcm2835-audio: Make internal symbols staticSimon Sandström1-4/+4
2017-02-10staging: bcm2835-audio: Fixed initialization of global to "false"Abhijit Naik1-1/+1
2017-02-09Staging: bcm2835-audio: remove unneeded NULL checkDan Carpenter1-4/+3
2017-02-09Staging: bcm2835-audio: fix an uninitialized return valueDan Carpenter1-0/+1
2017-02-09staging: bcm2835-audio: off by one in snd_bcm2835_playback_open_generic()Dan Carpenter1-1/+1
2017-02-09Staging: bcm2835-audio: Fixed that open brace should be on previous line error in bcm2835-ctl.cVictor Vaschenko1-2/+1
2017-02-09staging: bcm2835-audio: Remove unnecessary space after castSimon Sandström1-1/+1
2017-02-09staging: bcm2835-audio: Rewrite comparison to NULLSimon Sandström1-1/+1
2017-02-09staging: bcm2835-audio: Fix argument indentationSimon Sandström1-5/+5
2017-02-09staging: bcm2835-audio: Simplify bcm2835_alsa_device_init()Simon Sandström1-7/+6
2017-02-09staging: bcm2835-audio: Move open brace to correct lineSimon Sandström1-2/+1
2017-02-09staging: bcm2835-audio: Remove whitespace before quoted newlineSimon Sandström1-1/+1
2017-02-09staging: bcm2835-audio: Remove incorrect whitespaceSimon Sandström1-1/+1
2017-02-09staging: bcm2835-audio: Remove static initialisationSimon Sandström1-2/+2
2017-02-05Staging: bcm2835-audio: removed spaces around parenthesisMichael Rupprecht1-8/+8
2017-02-03staging: bcm2835: cleanup: remove deprecated <asm/uaccess.h> includeSeraphime Kirkovski1-1/+1
2017-02-02staging: bcm2835-audio: fix style problem in vc_vchi_audioserv_defs.hMiquel Raynal1-1/+1
2017-02-02staging: bcm2835-audio: use | instead of || otherwise result is just boolean 1Colin Ian King1-2/+2
2017-02-02staging: bcm2835-audio: fix empty-body warningArnd Bergmann1-3/+3
2017-02-02staging: bcm2835-audio: remove incorrect include pathArnd Bergmann1-1/+1
2017-02-02staging: bcm2835-audio: Replace call to vchi_msg_queue with vchi_queue_kernel_messageMichael Zoran1-12/+3
2017-01-31staging: bcm2835-audio: Simplify callback structure for write dataMichael Zoran4-44/+22
2017-01-31staging: bcm2835-audio: Remove code for non device tree initMichael Zoran1-269/+2
2017-01-31staging: bcm2835-audio: Add TODO listMichael Zoran1-0/+29
2017-01-27staging: bcm2835-audio: initial staging submissionMichael Zoran8-0/+2630