summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-3/+0Star
|\
| * ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto2019-06-111-3/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-0510-16/+10Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2Star
* ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto2018-11-131-0/+8
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-21/+5Star
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3Star
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-101-2/+2
* ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto2018-10-042-19/+8Star
* ALSA: oxfw: use managed-resource to maintain model-specific dataTakashi Sakamoto2018-10-043-7/+6Star
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-7/+4Star
* ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto2018-09-171-0/+7
* ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto2018-09-171-0/+2
* ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0Star
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: oxfw: use match_string() helperYisheng Xie2018-05-221-7/+1Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-6/+6
* ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto2017-08-221-6/+5Star
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-20/+0Star
* ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+16
* ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-221-4/+0Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-121-2/+2
|\
| * ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dTakashi Sakamoto2017-04-051-2/+2
* | ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto2017-04-051-3/+9
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: oxfw: enclose identifiers referred by single function for scs1x featureTakashi Sakamoto2017-01-141-6/+6
* ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai2017-01-122-4/+4
* ALSA: oxfw: enclose identifiers referred by single functionTakashi Sakamoto2017-01-051-14/+12Star
* ALSA: oxfw: add support for Mackie Onyx 1640iTakashi Sakamoto2017-01-031-0/+1
* ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto2016-05-101-2/+1Star
* ALSA: oxfw: delayed registration of sound cardTakashi Sakamoto2016-03-312-53/+101
* ALSA: oxfw: remove needless member from private structureTakashi Sakamoto2016-03-281-1/+0Star
* ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+10
* ALSA: oxfw: retry MIDI transferring for scs1x at transaction failureTakashi Sakamoto2016-02-241-3/+11
* ALSA: oxfw: use workqueue instead of tasklet for scs1xTakashi Sakamoto2016-02-181-6/+6
* ALSA: oxfw: add stream format quirk for SCS.1 modelsTakashi Sakamoto2015-12-221-1/+9
* ALSA: oxfw: obsolete scs1x moduleTakashi Sakamoto2015-12-221-0/+26
* ALSA: oxfw: add MIDI playback port for SCS.1 modelsTakashi Sakamoto2015-12-221-2/+45
* ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playbackTakashi Sakamoto2015-12-221-0/+161
* ALSA: oxfw: add MIDI capture port for SCS.1 modelsTakashi Sakamoto2015-12-221-1/+33
* ALSA: oxfw: copy handlers of asynchronous transaction for MIDI captureTakashi Sakamoto2015-12-221-1/+82
* ALSA: oxfw: allocate own address region for SCS.1 seriesTakashi Sakamoto2015-12-222-1/+65
* ALSA: oxfw: add scs1x layerTakashi Sakamoto2015-12-224-3/+30
* ALSA: oxfw: rename a structure so that it means backward compatibility to old...Takashi Sakamoto2015-12-222-10/+10
* ALSA: oxfw: move model-specific parameters from common structureTakashi Sakamoto2015-12-223-42/+39Star