Age | Commit message (Expand) | Author | Files | Lines |
2022-04-25 | ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes | Takashi Sakamoto | 1 | -0/+1 |
2021-11-11 | ALSA: fireworks: add support for Loud Onyx 1200f quirk | Takashi Sakamoto | 1 | -2/+3 |
2021-06-12 | ALSA: fireworks: fulfil device entries | Takashi Sakamoto | 2 | -8/+15 |
2021-06-07 | ALSA: fireworks: cease from delayed card registration | Takashi Sakamoto | 2 | -77/+33 |
2021-06-01 | ALSA: fireworks: perform sequence replay for media clock recovery | Takashi Sakamoto | 1 | -3/+15 |
2021-06-01 | ALSA: fireworks: delete SYTMATCH clock source | Takashi Sakamoto | 1 | -1/+1 |
2021-05-28 | ALSA: firewire-lib: transfer rx packets on-the-fly when replaying | Takashi Sakamoto | 1 | -1/+1 |
2021-05-28 | ALSA: firewire-lib: add replay target to cache sequence of packet | Takashi Sakamoto | 1 | -1/+1 |
2021-05-20 | ALSA: firewire-lib: change waking up timing to process packets | Takashi Sakamoto | 1 | -6/+2 |
2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 1 | -1/+1 |
2020-11-13 | ALSA: firewire: Clean up a locking issue in copy_resp_to_buf() | Dan Carpenter | 1 | -2/+2 |
2020-10-12 | ALSA: fireworks: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+1 |
2020-05-08 | ALSA: fireworks: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-03-06 | ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string | Takashi Sakamoto | 1 | -1/+1 |
2019-12-11 | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -2/+0 |
2019-12-11 | ALSA: firewire: Use managed buffer allocation | Takashi Iwai | 1 | -8/+3 |
2019-11-06 | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -5/+4 |
2019-10-19 | ALSA: firewire-lib: postpone to start IR context | Takashi Sakamoto | 1 | -1/+1 |
2019-10-19 | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto | 1 | -2/+2 |
2019-10-19 | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto | 1 | -2/+4 |
2019-10-18 | ALSA: fireworks: share PCM buffer size for both direction | Takashi Sakamoto | 4 | -5/+17 |
2019-10-18 | ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi... | Takashi Sakamoto | 1 | -1/+1 |
2019-10-17 | ALSA: fireworks: use the same size of period for PCM substream in AMDTP streams | Takashi Sakamoto | 1 | -11/+28 |
2019-10-17 | ALSA: fireworks: register the size of PCM period to AMDTP domain | Takashi Sakamoto | 4 | -4/+16 |
2019-08-05 | ALSA: fireworks: support AMDTP domain | Takashi Sakamoto | 2 | -43/+51 |
2019-08-05 | ALSA: fireworks: code refactoring for bus reset handler | Takashi Sakamoto | 1 | -8/+5 |
2019-08-05 | ALSA: fireworks: code refactoring for initialization/destruction of AMDTP str... | Takashi Sakamoto | 1 | -41/+36 |
2019-07-22 | ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flag | Takashi Sakamoto | 1 | -1/+1 |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 10 | -18/+10 |
2019-07-07 | ALSA: fireworks: fix wrong reference count for stream functionality at error ... | Takashi Sakamoto | 1 | -0/+2 |
2019-06-21 | ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal... | Takashi Sakamoto | 1 | -0/+3 |
2019-06-17 | ALSA: firewire-lib: split allocation of isochronous resources from establishm... | Takashi Sakamoto | 1 | -5/+17 |
2019-06-17 | ALSA: fireworks: change the range of critical section for stream data in PCM.... | Takashi Sakamoto | 1 | -4/+5 |
2019-06-12 | ALSA: fireworks: don't set XRUN in stop streaming | Takashi Sakamoto | 1 | -1/+0 |
2019-06-12 | ALSA: fireworks: configure stream parameters in pcm.hw_params callback | Takashi Sakamoto | 1 | -33/+49 |
2019-06-12 | ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callback | Takashi Sakamoto | 4 | -32/+57 |
2019-06-12 | ALSA: fireworks: code refactoring for pcm.hw_params/hw_free | Takashi Sakamoto | 1 | -39/+6 |
2019-06-12 | ALSA: fireworks: code refactoring for rawmidi.open/close | Takashi Sakamoto | 1 | -39/+6 |
2019-06-12 | ALSA: fireworks: unify substream counter | Takashi Sakamoto | 4 | -27/+19 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner | 9 | -18/+9 |
2019-05-22 | ALSA: firewire-lib: use union for directional parameters | Takashi Sakamoto | 1 | -2/+2 |
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-10-10 | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 1 | -21/+7 |
2018-10-10 | ALSA: bebob/fireworks: simplify handling of local device entry table | Takashi Sakamoto | 1 | -14/+7 |
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: fireworks: use managed-resource to maintain response buffer | Takashi Sakamoto | 1 | -6/+3 |
2018-10-04 | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 1 | -4/+2 |
2018-09-17 | ALSA: fireworks: fix memory leak of response buffer at error path | Takashi Sakamoto | 1 | -0/+2 |