summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-audio.c
AgeCommit message (Expand)Author
2022-06-27media: em28xx: Remove useless license text when SPDX-License-Identifier is al...Christophe JAILLET
2020-11-16media: em28xx-audio: use semicolons rather than commas to separate statementsJulia Lawall
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-13media: em28xx: Clean up ALSA PCM API usagesTakashi Iwai
2019-10-07media: delete unused proc_fs.h includeSean Young
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-09-12media: em28xx-audio: use GFP_KERNEL for memory allocation during initSebastian Andrzej Siewior
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-10media: em28xx-audio: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-06media: em28xx-audio: fix coding style issuesMauro Carvalho Chehab
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab
2017-08-26media: em28xx: calculate left volume level correctlyColin Ian King
2017-08-20media: usb: make snd_pcm_hardware constBhumika Goyal
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-12-12[media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab
2016-11-18[media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab
2016-10-21[media] em28xx: don't break long linesMauro Carvalho Chehab
2016-09-19[media] usb: constify snd_pcm_ops structuresJulia Lawall
2016-08-24[media] media: usb: em28xx: em28xx-audio: don't print error when allocating u...Wolfram Sang
2014-12-23[media] em28xx-audio: fix missing newlinesRussell King
2014-12-23[media] em28xx-audio: fix missing newlinesRussell King
2014-12-23[media] em28xx: ensure "closing" messages terminate with a newlineRussell King
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab
2014-09-26[media] em28xx: Fix identationMauro Carvalho Chehab
2014-09-23[media] em28xx: simplify usb audio class handlingFrank Schaefer
2014-05-23[media] em28xx: move fields wq_trigger and streaming_started from struct em28...Frank Schaefer
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-03-14[media] em28xx-audio: make sure audio is unmuted on open()Frank Schaefer
2014-03-11[media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab
2014-03-03[media] em28xx-audio: implement em28xx_ops: suspend/resume hooksShuah Khan
2014-02-14[media] Convert to snd_card_new() with a device pointerTakashi Iwai
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab
2014-02-04[media] em28xx-audio: fix user counting in snd_em28xx_capture_open()Frank Schaefer
2014-01-15[media] em28xx-audio: remove needless check before usb_free_coherent()Wei Yongjun
2014-01-14[media] em28xx-audio: provide an error code when URB submit failsMauro Carvalho Chehab
2014-01-14[media] em28xx: fix check for audio only usb interfaces when changing the usb...Frank Schaefer
2014-01-14[media] em28xx: fix usb alternate setting for analog and digital video endpoi...Frank Schaefer
2014-01-14em28xx-alsa: Fix error patch for init/finiMauro Carvalho Chehab
2014-01-14[media] em28xx-audio: flush work at .finiMauro Carvalho Chehab
2014-01-14[media] em28xx: adjust period size at runtimeMauro Carvalho Chehab
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab
2014-01-14[media] em28xx-audio: disconnect before freeing URBsMauro Carvalho Chehab
2014-01-14[media] em28xx-audio: simplify error handlingMauro Carvalho Chehab
2014-01-14[media] em28xx-audio: fix return code on device disconnectMauro Carvalho Chehab
2014-01-12[media] em28xx-audio: return -ENODEV when the device is disconnectedMauro Carvalho Chehab