summaryrefslogtreecommitdiffstats
path: root/sound/sparc/cs4231.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-12-261-3/+3
|\
| * ALSA: sparc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-3/+3
* | ALSA: sparc: Fix invalid snd_free_pages() at error pathTakashi Iwai2018-11-241-6/+2Star
|/
* ALSA: sparc: constify snd_pcm_ops structuresArvind Yadav2017-08-191-2/+2
* ALSA: sparc: make snd_pcm_hardware constBhumika Goyal2017-08-171-2/+2
* ALSA: sparc: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * ALSA: sparc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | ALSA: sparc: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-10/+2Star
|/
* ALSA: sparc: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-5/+6
* ALSA: sparc: fix missing unlock on error in snd_cs4231_playback_prepare()Wei Yongjun2013-11-111-3/+8
* ALSA: sparc/cs4231: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-2/+4
* ALSA: sparc: remove __dev* attributesBill Pemberton2012-12-071-19/+19
* 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-12/+1Star
* dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-8/+8
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-9/+9
* 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-7/+7
* 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-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* sparc: Fix section mismatch warnings in cs4231 sound driver.David S. Miller2009-04-081-14/+14
* ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-4/+5
* sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg2009-01-061-1/+1
* Revert "of_platform_driver noise on sparce"Linus Torvalds2008-12-011-5/+5
* of_platform_driver noise on sparceAl Viro2008-11-301-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-111-1/+2
|\
| * ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-131-1/+2
* | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* | cs4231: Convert to EBUS side to pure OF driver.David S. Miller2008-08-301-118/+54Star
* | sparc: Move EBUS DMA interfaces into seperate header file.David S. Miller2008-08-301-0/+1
* | cs4231: Convert SBUS side to OF driver.David S. Miller2008-08-291-28/+50
* | cs4231: Use SNDRV_DMA_TYPE_DEV instead of SNDRV_DMA_TYPE_SBUS.David S. Miller2008-08-291-3/+3
|/
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* [ALSA] This simplifies and fixes waiting loops of the mce_down()Krzysztof Helt2007-10-231-40/+19Star
* [ALSA] Fix thinko in cs4231 mce down checkTakashi Iwai2007-10-161-6/+7
* [ALSA] sun-cs4231: improved waiting after MCE downKrzysztof Helt2007-10-161-19/+14Star
* [ALSA] sun-cs4231: use cs4231-regs.hKrzysztof Helt2007-10-161-153/+42Star
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* [ALSA] sun-cs4231: checkpatch fixesKrzysztof Helt2007-10-161-150/+230
* [ALSA] sun-cs4231: memory management fixKrzysztof Helt2007-10-161-4/+0Star
* [ALSA] sun-cs4231: code improvementsKrzysztof Helt2007-10-161-131/+73Star
* [SOUND] CS4231 SBus: Two fixes.Georg Chini2007-08-031-37/+5Star
* [ALSA] Fix compilation error in sparc/cs4231.cTakashi Iwai2007-05-111-1/+0Star
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-2/+1Star
* [SPARC/64] constify of_get_property return: soundStephen Rothwell2007-04-261-1/+1
* [SOUND] Sparc CS4231: Use 64 for period_bytes_minDavid S. Miller2007-01-041-2/+2
* [SOUND] Sparc CS4231: Fix IRQ return value and initialization.Georg Chini2007-01-041-14/+12Star