summaryrefslogtreecommitdiffstats
path: root/sound/sparc/dbri.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Explicitly include correct DT includesRob Herring2023-07-161-1/+1
* ALSA: sparc/dbri: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ALSA: sparc: no need to initialise statics to 0Jason Wang2021-12-121-3/+3
* ALSA: sparc: Fix assignment in if conditionTakashi Iwai2021-06-091-5/+6
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: sparc: dbri: fix repeated word 'the'Randy Dunlap2020-10-171-1/+1
* ALSA: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-191-1/+1
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-4/+4
* ALSA: sparc: More constificationsTakashi Iwai2020-01-051-1/+1
* ALSA: sparc: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-031-1/+1
* ALSA: sparc: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: sparc: Use managed buffer allocationTakashi Iwai2019-12-111-10/+3
* ALSA: sparc: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-1/+1
* ALSA: sparc: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-0/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-02-081-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-081-6/+3
|\ \
| * | ALSA: sparc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-6/+3
| |/
* / ALSA: sparc: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2
|/
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: sparc: Use GFP_KERNEL for non-atomic allocationTakashi Iwai2018-05-031-1/+1
* ALSA: sparc: constify snd_pcm_ops structuresArvind Yadav2017-08-191-1/+1
* ALSA: sparc: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* dbri: move dereference after check for NULLDan Carpenter2016-12-061-1/+2
* dbri: Fix compiler warningTushar Dave2016-11-281-10/+16
* ALSA: sparc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ALSA: Use dma_zalloc_coherentJoe Perches2014-06-161-4/+2
* ALSA: sparc: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-2/+2
* ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-2/+0
* ALSA: sparc: remove __dev* attributesBill Pemberton2012-12-071-14/+14
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* ALSA: convert sound/* to use module_platform_driver()Axel Lin2011-11-271-13/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
* sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai2009-04-281-1/+2
* ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-4/+4
* dbri: check dma_alloc_coherent errorsFUJITA Tomonori2008-10-291-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-111-6/+11
|\
| * ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-131-6/+11
* | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* | dbri: Convert to pure OF driver.David S. Miller2008-08-291-32/+27