aboutsummaryrefslogtreecommitdiff
path: root/sound/mips/hal2.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20ALSA: mips/hal2: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2020-09-25hal2: convert to dma_alloc_noncoherentGravatar Christoph Hellwig 1-31/+27
2020-01-03ALSA: mips: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-12-11ALSA: mips: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-2/+0
2019-12-11ALSA: mips: Use managed buffer allocationGravatar Takashi Iwai 1-23/+2
2019-11-06ALSA: mips: Remove superfluous snd_dma_continuous_data()Gravatar Takashi Iwai 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 1-14/+1
2019-02-01ALSA: hal2: pass struct device to DMA API functionsGravatar Christoph Hellwig 1-14/+17
2018-09-04ALSA: mips: Cleanup indirect PCM helper usagesGravatar Takashi Iwai 1-6/+3
2018-09-04ALSA: mips: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagGravatar Takashi Iwai 1-2/+2
2017-11-29ALSA: hal2: Improve a size determination in hal2_create()Gravatar Markus Elfring 1-1/+1
2017-08-19ALSA: mips: constify snd_pcm_ops structuresGravatar Arvind Yadav 1-2/+2
2017-08-17ALSA: mips: make snd_pcm_hardware constGravatar Bhumika Goyal 1-1/+1
2017-06-16ALSA: hal2: switch to dma_alloc_attrsGravatar Christoph Hellwig 1-10/+10
2017-05-30ALSA: declare snd_kcontrol_new structures as constGravatar Bhumika Goyal 1-2/+2
2017-05-25ALSA: mips: Deliver indirect-PCM transfer errorGravatar Takashi Iwai 1-8/+6
2017-01-16ALSA: mips: avoid potential uninitialized variable useGravatar Arnd Bergmann 1-0/+4
2014-10-20ALSA: mips: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-02-14ALSA: mips: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-2/+1
2013-05-06ALSA: mips/hal2: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2012-12-07ALSA: mips: remove __dev* attributesGravatar Bill Pemberton 1-7/+7
2011-11-24ALSA: Convert mips directory to module_platform_driverGravatar Axel Lin 1-12/+1
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-02ALSA: Fix invalid __exit in sound/mips/*.cGravatar Takashi Iwai 1-1/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Gravatar Takashi Iwai 1-3/+3
2008-07-14ALSA: ALSA driver for SGI HAL2 audio deviceGravatar Thomas Bogendoerfer 1-0/+947