aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc/amd7930.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: sparc: Fix assignment in if conditionTakashi Iwai1-5/+9
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-01-03ALSA: sparc: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2020-01-03ALSA: sparc: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: sparc: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: sparc: Use managed buffer allocationTakashi Iwai1-18/+2
2019-11-06ALSA: sparc: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-19ALSA: sparc: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-17ALSA: sparc: make snd_pcm_hardware constBhumika Goyal1-1/+1
2015-09-04ALSA: sparc: amd7930: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-07-17ALSA: sparc: Add missing kfree in error pathChristophe JAILLET1-0/+1
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2014-10-20ALSA: sparc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-14ALSA: sparc: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+2
2012-12-07ALSA: sparc: remove __dev* attributesBill Pemberton1-8/+8
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-2/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-02-28dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-2/+3
2009-02-05ALSA: Add missing KERN_* prefix to printk in other sound/*Takashi Iwai1-2/+3
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+4
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-17/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29amd7930: Convert to pure OF driver.David S. Miller1-63/+20
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-17/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Check value range in ctl callbacksTakashi Iwai1-1/+1
2007-04-26[SPARC/64] constify of_get_property return: soundStephen Rothwell1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[SOUND] sparc/amd7930: Use __devinit and __devinitdata as needed.David S. Miller1-10/+10
2006-07-03[PATCH] sparc: resource warning fixAndrew Morton1-2/+2
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[SOUND] sparc: Port amd7930 to new SBUS device layer.David S. Miller1-61/+77
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-4/+4
2006-01-03[ALSA] Remove snd_card_generic_dev()Takashi Iwai1-3/+0
2006-01-03[ALSA] Remove xxx_t typedefs: SPARC AMD7930Takashi Iwai1-65/+65
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-9/+0
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai1-1/+1
2005-09-12[ALSA] Add snd_card_set_generic_dev() callTakashi Iwai1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1146