aboutsummaryrefslogtreecommitdiff
path: root/sound/mips/sgio2audio.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20ALSA: mips/sgio2audio: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
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 1-1/+1
2019-12-11ALSA: mips: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-3/+0
2019-12-11ALSA: mips: Use managed buffer allocationGravatar Takashi Iwai 1-18/+2
2019-11-06ALSA: mips: Convert to the common vmalloc memallocGravatar Takashi Iwai 1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-02-01ALSA: mips: pass struct device to DMA API functionsGravatar Christoph Hellwig 1-3/+4
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-08-19ALSA: mips: constify snd_pcm_ops structuresGravatar Arvind Yadav 1-3/+3
2017-08-17ALSA: mips: make snd_pcm_hardware constGravatar Bhumika Goyal 1-1/+1
2017-05-30ALSA: declare snd_kcontrol_new structures as constGravatar Bhumika Goyal 1-7/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+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 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/sgio2audio: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2012-12-07ALSA: mips: remove __dev* attributesGravatar Bill Pemberton 1-14/+14
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-1/+1
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersGravatar Takashi Iwai 1-0/+3
2009-12-18sound: sgio2audio: use vmalloc buffer helper functionsGravatar Clemens Ladisch 1-25/+6
2009-12-18sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM bufferGravatar Clemens Ladisch 1-1/+1
2009-10-02ALSA: Fix invalid __exit in sound/mips/*.cGravatar Takashi Iwai 1-1/+1
2009-06-07ALSA: sgio2audio.c: clean up checkingGravatar Figo.zhang 1-2/+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 O2 audio boardGravatar Thomas Bogendoerfer 1-0/+1006