aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/sgio2audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: mips: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: mips: Drop superfluous ioctl PCM opsTakashi Iwai1-3/+0
2019-12-11ALSA: mips: Use managed buffer allocationTakashi Iwai1-18/+2
2019-11-06ALSA: mips: Convert to the common vmalloc memallocTakashi Iwai1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-01ALSA: mips: pass struct device to DMA API functionsChristoph Hellwig1-3/+4
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-3/+0
2017-11-29ALSA: sgio2audio: Improve a size determination in snd_sgio2audio_create()Markus Elfring1-1/+1
2017-08-19ALSA: mips: constify snd_pcm_ops structuresArvind Yadav1-3/+3
2017-08-17ALSA: mips: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-7/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21ALSA: mips: Use snd_ctl_enum_info()Takashi Iwai1-9/+2
2014-10-20ALSA: mips: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-14ALSA: mips: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+1
2013-05-06ALSA: mips/sgio2audio: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-07ALSA: mips: remove __dev* attributesBill Pemberton1-14/+14
2011-11-24ALSA: Convert mips directory to module_platform_driverAxel Lin1-12/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+3
2009-12-18sound: sgio2audio: use vmalloc buffer helper functionsClemens Ladisch1-25/+6
2009-12-18sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM bufferClemens Ladisch1-1/+1
2009-10-02ALSA: Fix invalid __exit in sound/mips/*.cTakashi Iwai1-1/+1
2009-06-07ALSA: sgio2audio.c: clean up checkingFigo.zhang1-2/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+3
2008-07-14ALSA: ALSA driver for SGI O2 audio boardThomas Bogendoerfer1-0/+1006