aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/misc/ua101.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27ALSA: ua101: fix division by zero at probeJohan Hovold1-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-09-09ALSA: ua101: Replace tasklet with workTakashi Iwai1-8/+8
2020-09-02ALSA: ua101: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: ua101: Use managed buffer allocationTakashi Iwai1-19/+4
2019-11-06ALSA: ua101: Convert to the common vmalloc memallocTakashi Iwai1-7/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 264Thomas Gleixner1-11/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-06ALSA: ua101: constify usb_device_id.Arvind Yadav1-1/+1
2015-11-16ALSA: ua101: replace le16_to_cpu() with usb_endpoint_maxp()Cheah Kok Cheong1-2/+2
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-14/+4
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai1-4/+3
2013-07-15ALSA: ua101: Fix unlocked snd_pcm_stop() callTakashi Iwai1-2/+12
2013-06-18ALSA: sound/usb/misc/ua101.c: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch1-2/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman1-13/+1
2011-11-06ALSA: ua101: fix crash when unpluggingClemens Ladisch1-7/+21
2011-06-17ALSA: firewire-speakers, oxygen, ua101: allow > 10 s periodsClemens Ladisch1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+8
2010-03-05ALSA: usb-audio: refactor codeDaniel Mack1-1/+1
2010-03-05ALSA: usb-audio: header file cleanupsDaniel Mack1-0/+1
2010-03-05ALSA: usb-audio: move ua101 driverDaniel Mack1-0/+1387