aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc/dbri.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+0
* [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/+69
* [ALSA] dbri: more cleanupsKrzysztof Helt2007-10-161-52/+44
* [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/+1
* [PATCH] sound/sparc/dbri: Use ARRAY_SIZE macroTobias Klauser2006-09-291-3/+1
* [PATCH] NULL noise removalAl Viro2006-09-241-3/+3
* [ALSA] sparc dbri: SMP fixesKrzysztof Helt2006-09-231-17/+48
* [ALSA] sparc dbri: OSS layer fixKrzysztof Helt2006-09-231-2/+0
* [ALSA] dbri sparc: fixes TS leakKrzysztof Helt2006-09-231-2/+18
* [ALSA] sparc dbri: recording is backKrzysztof Helt2006-09-231-45/+20
* [ALSA] sparc dbri: hardware constrains addedKrzysztof Helt2006-09-231-19/+62
* [ALSA] sparc dbri: ring buffered versionKrzysztof Helt2006-09-231-193/+192
* [ALSA] sparc dbri: simplifed linking time slot functionKrzysztof Helt2006-09-231-84/+41
* [ALSA] sparc dbri: fixed setting of burst size after resetKrzysztof Helt2006-09-231-8/+9
* [ALSA] sparc dbri: more driver cleanupKrzysztof Helt2006-09-231-29/+16
* [ALSA] sparc dbri: removal of dri_desc structKrzysztof Helt2006-09-231-23/+17
* [ALSA] sparc dbri: removal of redudant volatile keywordsKrzysztof Helt2006-09-231-3/+3
* [ALSA] sparc dbri: removal of unused struct membersKrzysztof Helt2006-09-231-29/+6
* [ALSA] sparc dbri removal of DBRI_NO_INTSKrzysztof Helt2006-09-231-23/+8
* [ALSA] dbri driver cleanupKrzysztof Helt2006-09-231-11/+5
* [PATCH] sparc: resource warning fixAndrew Morton2006-07-031-1/+1
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* typo fixes: specfic -> specificAdrian Bunk2006-06-301-1/+1
* [PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman2006-06-271-2/+2
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-2/+2