aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-12ALSA: ymfpci: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: trident: make snd_pcm_hardware constBhumika Goyal1-5/+5
2017-08-12ALSA: rme9652: make snd_pcm_hardware constBhumika Goyal2-4/+4
2017-08-12ALSA: riptide: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: pcxhr: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-12ALSA: ctxfi: make snd_pcm_hardware constBhumika Goyal1-3/+3
2017-08-12ALSA: mixart: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: lx6464es: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-12ALSA: lola: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-12ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal3-9/+9
2017-08-12ALSA: cs5535audio: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: korg1212: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: cs46xx: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: ca0106: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: aw2: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-08-12ALSA: rme9652: Adjust seven checks for null pointersMarkus Elfring1-9/+9
2017-08-12ALSA: rme9652: Improve eight size determinationsMarkus Elfring1-10/+8
2017-08-12ALSA: rme9652: Delete an error message for a failed memory allocation in snd_hdspm_create()Markus Elfring1-5/+1
2017-08-12ALSA: rme96: Adjust five checks for null pointersMarkus Elfring1-6/+6
2017-08-12ALSA: rme96: Use common error handling code in snd_rme96_probe()Markus Elfring1-13/+14
2017-08-12ALSA: rme96: Delete two error messages for a failed memory allocation in snd_rme96_probe()Markus Elfring1-4/+0
2017-08-12ALSA: trident: Delete an error message for a failed memory allocation in snd_trident_tlb_alloc()Markus Elfring1-4/+2
2017-08-12ALSA: usb: caiaq: audio: Delete two error messages for a failed memory allocation in alloc_urbs()Markus Elfring1-3/+0
2017-08-12ALSA: usb: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-6/+3
2017-08-12ALSA: usx2y: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+3
2017-08-10ALSA: trident: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-10ALSA: sis7019: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-10ALSA: intel8x0m: constify snd_pcm_ops structuresArvind Yadav1-4/+4
2017-08-10ALSA: intel8x0: constify snd_pcm_ops structuresArvind Yadav1-12/+12
2017-08-10ALSA: echoaudio: constify snd_pcm_ops structuresArvind Yadav1-4/+4
2017-08-10ALSA: au88x0: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-10ALSA: ali5451: constify snd_pcm_ops structuresArvind Yadav1-6/+6
2017-08-10ALSA: emux: Delete two error messages for a failed memory allocation in snd_emux_create_port()Markus Elfring1-4/+2
2017-08-10ALSA: emux: Adjust four checks for null pointersMarkus Elfring1-4/+4
2017-08-10ALSA: emux: Improve a size determination in two functionsMarkus Elfring1-2/+3
2017-08-10ALSA: emux: Adjust one function call together with a variable assignmentMarkus Elfring1-1/+2
2017-08-06ALSA: usbusx2y: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: us122l: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: ua101: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: usb-audio: constify usb_device_id.Arvind Yadav1-2/+2
2017-08-06ALSA: snd-usb-caiaq: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: bcd2000: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: 6fire: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: hda: Add Cannonlake PCI IDGuneshwor Singh1-0/+3
2017-08-06ALSA: ice1712: add const to snd_akm4xxx structuresBhumika Goyal7-18/+18
2017-08-06ALSA: ice1712: add const to snd_ak4xxx_private structuresBhumika Goyal5-16/+16
2017-08-04ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto1-30/+46
2017-08-04ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto1-41/+91
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto3-27/+13
2017-08-04ALSA: control: use counting semaphore as write lock for TLV write/command operationsTakashi Sakamoto1-34/+38