# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/ obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/ obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += sec2/ obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o hisi_qm-objs = qm.o sgl.o debugfs.o obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/ obj-$(CONFIG_CRYPTO_DEV_HISI_TRNG) += trng/ .0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/usb/usx2y/usbusx2y.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-29ALSA: usx2y: fix a double free bugWenwen Wang
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-10-11ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai
2017-08-06ALSA: usbusx2y: constify usb_device_id.Arvind Yadav