aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27media: em28xx: Remove useless license text when SPDX-License-Identifier is already usedChristophe JAILLET1-10/+0
2020-11-16media: em28xx-audio: use semicolons rather than commas to separate statementsJulia Lawall1-7/+7
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-13media: em28xx: Clean up ALSA PCM API usagesTakashi Iwai1-85/+1
2019-10-07media: delete unused proc_fs.h includeSean Young1-1/+0
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-8/+8
2018-09-12media: em28xx-audio: use GFP_KERNEL for memory allocation during initSebastian Andrzej Siewior1-4/+4
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-4/+4
2018-09-10media: em28xx-audio: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-03-06media: em28xx-audio: fix coding style issuesMauro Carvalho Chehab1-30/+40
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab1-23/+23
2017-08-26media: em28xx: calculate left volume level correctlyColin Ian King1-1/+1
2017-08-20media: usb: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-12-12[media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab1-9/+14
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab1-17/+17
2016-11-18[media] tvp5150: convert it to use dev_foo() macrosMauro Carvalho Chehab1-2/+1
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab1-27/+37
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab1-6/+4
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab1-15/+16
2016-10-21[media] em28xx: don't break long linesMauro Carvalho Chehab1-6/+4
2016-09-19[media] usb: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-08-24[media] media: usb: em28xx: em28xx-audio: don't print error when allocating urb failsWolfram Sang1-1/+0
2014-12-23[media] em28xx-audio: fix missing newlinesRussell King1-2/+2
2014-12-23[media] em28xx-audio: fix missing newlinesRussell King1-1/+1
2014-12-23[media] em28xx: ensure "closing" messages terminate with a newlineRussell King1-1/+1
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab1-10/+9
2014-09-26[media] em28xx: Fix identationMauro Carvalho Chehab1-1/+1
2014-09-23[media] em28xx: simplify usb audio class handlingFrank Schaefer1-4/+4
2014-05-23[media] em28xx: move fields wq_trigger and streaming_started from struct em28xx to struct em28xx_audioFrank Schaefer1-18/+21
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-33/+70
2014-03-14[media] em28xx-audio: make sure audio is unmuted on open()Frank Schaefer1-20/+22
2014-03-11[media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab1-1/+6
2014-03-03[media] em28xx-audio: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+30
2014-02-14[media] Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-1/+1
2014-02-04[media] em28xx-audio: fix user counting in snd_em28xx_capture_open()Frank Schaefer1-11/+11
2014-01-15[media] em28xx-audio: remove needless check before usb_free_coherent()Wei Yongjun1-5/+3
2014-01-14[media] em28xx-audio: provide an error code when URB submit failsMauro Carvalho Chehab1-3/+3
2014-01-14[media] em28xx: fix check for audio only usb interfaces when changing the usb alternate settingFrank Schaefer1-2/+13
2014-01-14[media] em28xx: fix usb alternate setting for analog and digital video endpoints > 0Frank Schaefer1-9/+9
2014-01-14em28xx-alsa: Fix error patch for init/finiMauro Carvalho Chehab1-4/+5
2014-01-14[media] em28xx-audio: flush work at .finiMauro Carvalho Chehab1-0/+2
2014-01-14[media] em28xx: adjust period size at runtimeMauro Carvalho Chehab1-0/+8
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab1-0/+2
2014-01-14[media] em28xx-audio: disconnect before freeing URBsMauro Carvalho Chehab1-0/+1
2014-01-14[media] em28xx-audio: simplify error handlingMauro Carvalho Chehab1-13/+14
2014-01-14[media] em28xx-audio: fix return code on device disconnectMauro Carvalho Chehab1-1/+1
2014-01-12[media] em28xx-audio: return -ENODEV when the device is disconnectedMauro Carvalho Chehab1-2/+41