Age | Commit message (Expand) | Author | Files | Lines |
2019-06-14 | Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -3/+0 |
2019-06-11 | ALSA: oxfw: allow PCM capture for Stanton SCS.1m | Takashi Sakamoto | 1 | -3/+0 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner | 10 | -16/+10 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-02-06 | ALSA: firewire: Remove superfluous snd_info_register() calls | Takashi Iwai | 1 | -10/+2 |
2018-11-13 | ALSA: oxfw: add support for APOGEE duet FireWire | Takashi Sakamoto | 1 | -0/+8 |
2018-10-10 | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 1 | -21/+5 |
2018-10-10 | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto | 1 | -6/+3 |
2018-10-10 | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto | 1 | -2/+2 |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain cache of stream formats | Takashi Sakamoto | 2 | -19/+8 |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain model-specific data | Takashi Sakamoto | 3 | -7/+6 |
2018-10-04 | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 1 | -7/+4 |
2018-09-17 | ALSA: oxfw: fix memory leak of discovered stream formats at error path | Takashi Sakamoto | 1 | -0/+7 |
2018-09-17 | ALSA: oxfw: fix memory leak for model-dependent data at error path | Takashi Sakamoto | 1 | -0/+2 |
2018-09-13 | ALSA: oxfw: fix memory leak of private data | Takashi Sakamoto | 1 | -0/+1 |
2018-07-18 | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 1 | -2/+0 |
2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-05-22 | ALSA: oxfw: use match_string() helper | Yisheng Xie | 1 | -7/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2017-11-28 | sound: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -6/+6 |
2017-08-22 | ALSA: firewire: add const qualifier to identifiers for read-only symbols | Takashi Sakamoto | 1 | -6/+5 |
2017-06-08 | ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat... | Takashi Sakamoto | 1 | -20/+0 |
2017-06-07 | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback | Takashi Sakamoto | 1 | -0/+16 |
2017-05-22 | ALSA: firewire: remove support for 16 bit PCM samples in playback substream | Takashi Sakamoto | 1 | -4/+0 |
2017-04-12 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -2/+2 |
2017-04-05 | ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commands | Takashi Sakamoto | 1 | -3/+9 |
2017-04-05 | ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d | Takashi Sakamoto | 1 | -2/+2 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-01-14 | ALSA: oxfw: enclose identifiers referred by single function for scs1x feature | Takashi Sakamoto | 1 | -6/+6 |
2017-01-12 | ALSA: firewire: Constify snd_rawmidi_ops | Takashi Iwai | 2 | -4/+4 |
2017-01-05 | ALSA: oxfw: enclose identifiers referred by single function | Takashi Sakamoto | 1 | -14/+12 |
2017-01-03 | ALSA: oxfw: add support for Mackie Onyx 1640i | Takashi Sakamoto | 1 | -0/+1 |
2016-09-02 | ALSA: firewire: constify snd_pcm_ops structures | Julia Lawall | 1 | -2/+2 |
2016-05-10 | ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flag | Takashi Sakamoto | 1 | -2/+1 |
2016-03-31 | ALSA: oxfw: delayed registration of sound card | Takashi Sakamoto | 2 | -53/+101 |
2016-03-28 | ALSA: oxfw: remove needless member from private structure | Takashi Sakamoto | 1 | -1/+0 |
2016-02-24 | ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failure | Takashi Sakamoto | 1 | -3/+10 |
2016-02-24 | ALSA: oxfw: retry MIDI transferring for scs1x at transaction failure | Takashi Sakamoto | 1 | -3/+11 |
2016-02-18 | ALSA: oxfw: use workqueue instead of tasklet for scs1x | Takashi Sakamoto | 1 | -6/+6 |
2015-12-22 | ALSA: oxfw: add stream format quirk for SCS.1 models | Takashi Sakamoto | 1 | -1/+9 |
2015-12-22 | ALSA: oxfw: obsolete scs1x module | Takashi Sakamoto | 1 | -0/+26 |
2015-12-22 | ALSA: oxfw: add MIDI playback port for SCS.1 models | Takashi Sakamoto | 1 | -2/+45 |
2015-12-22 | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback | Takashi Sakamoto | 1 | -0/+161 |
2015-12-22 | ALSA: oxfw: add MIDI capture port for SCS.1 models | Takashi Sakamoto | 1 | -1/+33 |
2015-12-22 | ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture | Takashi Sakamoto | 1 | -1/+82 |
2015-12-22 | ALSA: oxfw: allocate own address region for SCS.1 series | Takashi Sakamoto | 2 | -1/+65 |
2015-12-22 | ALSA: oxfw: add scs1x layer | Takashi Sakamoto | 4 | -3/+30 |
2015-12-22 | ALSA: oxfw: rename a structure so that it means backward compatibility to old... | Takashi Sakamoto | 2 | -10/+10 |
2015-12-22 | ALSA: oxfw: move model-specific parameters from common structure | Takashi Sakamoto | 3 | -42/+39 |