aboutsummaryrefslogtreecommitdiff
path: root/sound/mips
AgeCommit message (Expand)AuthorFilesLines
10 daysALSA: misc: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 1-2/+2
2023-03-20ALSA: mips/sgio2audio: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-03-20ALSA: mips/hal2: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2022-02-28ALSA: mips: Use platform_get_irq() to get the interruptGravatar Meng Tang 1-5/+4
2021-06-12ALSA: n64: check return value after calling platform_get_resource()Gravatar Yang Yingliang 1-0/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2021-02-25ALSA: n64: Fix return value check in n64audio_probe()Gravatar Wei Yongjun 1-4/+4
2021-01-25sound: Add n64 driverGravatar Lauri Kasanen 3-0/+380
2020-09-25hal2: convert to dma_alloc_noncoherentGravatar Christoph Hellwig 1-31/+27
2020-03-06ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functionsGravatar Thomas Bogendoerfer 1-6/+0
2020-01-03ALSA: mips: Constify snd_device_ops definitionsGravatar Takashi Iwai 2-2/+2
2019-12-11ALSA: mips: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 2-5/+0
2019-12-11ALSA: mips: Use managed buffer allocationGravatar Takashi Iwai 2-41/+4
2019-11-06ALSA: mips: Convert to the common vmalloc memallocGravatar Takashi Iwai 1-6/+6
2019-11-06ALSA: mips: Remove superfluous snd_dma_continuous_data()Gravatar Takashi Iwai 1-2/+1
2019-10-07sound: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Gravatar Thomas Gleixner 2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-30/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-02-01ALSA: mips: pass struct device to DMA API functionsGravatar Christoph Hellwig 1-3/+4
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
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Gravatar Takashi Iwai 1-3/+0
2017-11-29ALSA: sgio2audio: Improve a size determination in snd_sgio2audio_create()Gravatar Markus Elfring 1-1/+1
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 2-5/+5
2017-08-17ALSA: mips: make snd_pcm_hardware constGravatar Bhumika Goyal 2-2/+2
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 2-9/+9
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
2016-02-08ALSA: Remove deprecated AU1X00 AC97 driverGravatar Lars-Peter Clausen 3-748/+0
2015-06-15ALSA: mips: let SND_SGI_O2 select SND_PCMGravatar Nicholas Mc Guire 1-0/+2
2015-04-05ALSA: au1x00: fix error return codeGravatar Julia Lawall 1-3/+9
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+0
2014-10-21ALSA: mips: Use snd_ctl_enum_info()Gravatar Takashi Iwai 1-9/+2
2014-10-20ALSA: mips: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-05-28ALSA: au1x00: Use resource_size instead of computationGravatar Benoit Taine 1-3/+3
2014-04-09ALSA: au1x00: use module_platform_driver()Gravatar Christoph Jaeger 1-12/+1
2014-02-14ALSA: mips: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 3-6/+4
2014-02-14ALSA: au1x00: convert to platform deviceGravatar Manuel Lauss 1-98/+141
2013-11-06ALSA: mips/ad1843: Use WARN_ON() instead of BUG_ON()Gravatar Takashi Iwai 1-1/+1
2013-05-06ALSA: mips/sgio2audio: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
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 3-23/+23
2011-11-24ALSA: Convert mips directory to module_platform_driverGravatar Axel Lin 2-24/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+3
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersGravatar Paul Gortmaker 3-0/+3