summaryrefslogtreecommitdiffstats
path: root/sound/sparc/dbri.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
|\ \
| * | ALSA: sparc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-6/+3Star
| |/
* / ALSA: sparc: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2Star
|/
* 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/+0Star
* ALSA: Use dma_zalloc_coherentJoe Perches2014-06-161-4/+2Star
* 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/+0Star
* 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/+1Star
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-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-191-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/+27Star
* | sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-20/+21
* | sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-6/+9
|/
* ALSA: make sparc/dbri.c:snd_dbri_proc() staticAdrian Bunk2008-06-061-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* [ALSA] dbri - Fix broken change for value range checksTakashi Iwai2008-01-311-4/+4
* [ALSA] Check value range in ctl callbacksTakashi Iwai2008-01-311-1/+12
* [ALSA] dbri - Use linux/of.h instead of asm/prom.hKrzysztof Helt2007-10-161-1/+1
* [ALSA] dbri: conversion to OpenFirmware frameworkKrzysztof Helt2007-10-161-74/+69Star
* [ALSA] dbri: more cleanupsKrzysztof Helt2007-10-161-52/+44Star
* [ALSA] dbri: driver cleanupKrzysztof Helt2007-10-161-182/+208
* Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-091-1/+1
* [ALSA] sparc dbri comment fixKrzysztof Helt2007-02-091-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1Star
* [PATCH] sound/sparc/dbri: Use ARRAY_SIZE macroTobias Klauser2006-09-291-3/+1Star