aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/msnd/msnd_midi.c
Commit message (Collapse)AuthorAge
* ALSA: Use kzalloc for allocating only one thingJulia Lawall2009-12-19
| | | | | | | | | | | | | | | | | | | Use kzalloc rather than kcalloc(1,...) The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ @@ - kcalloc(1, + kzalloc( ...) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: Turtle Beach Multisound Classic/Pinnacle driverKrzysztof Helt2009-01-28
This is driver for Turtle Beach Multisound cards: Classic, Fiji and Pinnacle. Tested pcm playback and recording and MIDI playback on Multisound Pinnacle. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de>