| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | ALSA: firewire: Make use of ieee1394's .driver_data_ptr | Uwe Kleine-König (The Capable Hub) | 1 | -2/+2 |
| 2025-08-30 | ALSA: firewire: oxfw: Use guard() for spin locks | Takashi Iwai | 3 | -50/+18 |
| 2025-08-30 | ALSA: firewire: oxfw: Use guard() for mutex locks | Takashi Iwai | 3 | -85/+60 |
| 2025-07-11 | ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy() | Takashi Iwai | 3 | -5/+5 |
| 2024-09-04 | ALSA: firewire: use nonatomic PCM operation | Takashi Sakamoto | 1 | -0/+1 |
| 2024-05-08 | ALSA: firewire: Use *-y instead of *-objs in Makefile | Takashi Iwai | 1 | -1/+1 |
| 2024-02-19 | ALSA: oxfw: add support for Miglia Harmony Audio | Takashi Sakamoto | 3 | -1/+14 |
| 2024-02-19 | ALSA: oxfw: support the case that AV/C Stream Format Information command is n... | Takashi Sakamoto | 2 | -23/+75 |
| 2024-02-19 | ALSA: oxfw: use const qualifier for immutable argument | Takashi Sakamoto | 2 | -2/+2 |
| 2023-09-15 | ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream names | Takashi Iwai | 1 | -3/+3 |
| 2023-09-15 | ALSA: firewire: Fix -Wformat-truncation warning for longname string | Takashi Iwai | 1 | -5/+5 |
| 2023-06-28 | ALSA: oxfw: make read-only const array models static | Colin Ian King | 1 | -1/+1 |
| 2023-06-12 | ALSA: firewire: use 'GPL' string for module license contributed by Clemens La... | Takashi Sakamoto | 1 | -1/+1 |
| 2022-09-27 | ALSA: firewire: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -4/+4 |
| 2021-10-28 | ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or later | Takashi Sakamoto | 3 | -1/+19 |
| 2021-09-13 | ALSA: oxfw: fix transmission method for Loud models based on OXFW971 | Takashi Sakamoto | 1 | -5/+8 |
| 2021-08-12 | ALSA: oxfw: fix functioal regression for silence in Apogee Duet FireWire | Takashi Sakamoto | 3 | -3/+17 |
| 2021-06-07 | ALSA: oxfw: cease from delayed card registration | Takashi Sakamoto | 2 | -86/+48 |
| 2021-06-01 | ALSA: oxfw: perform sequence replay for media clock recovery | Takashi Sakamoto | 1 | -4/+18 |
| 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 | -12/+2 |
| 2021-05-18 | ALSA: oxfw: add quirk flag for blocking transmission method | Takashi Sakamoto | 3 | -4/+19 |
| 2021-05-18 | ALSA: oxfw: code refactoring for wrong_dbs quirk | Takashi Sakamoto | 3 | -3/+4 |
| 2021-05-18 | ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970 | Takashi Sakamoto | 3 | -13/+18 |
| 2021-05-18 | ALSA: oxfw: add comment for the type of ASICs | Takashi Sakamoto | 1 | -3/+19 |
| 2021-05-18 | ALSA: oxfw: add explicit device entry for Loud Technologies Mackie Onyx Satte... | Takashi Sakamoto | 1 | -10/+8 |
| 2021-05-18 | ALSA: oxfw: add explicit device entry for Loud Technologies Tapco Link.FireWi... | Takashi Sakamoto | 1 | -2/+2 |
| 2021-05-18 | ALSA: oxfw: code refactoring to detect mackie models | Takashi Sakamoto | 1 | -1/+3 |
| 2021-05-18 | ALSA: oxfw: code refactoring for existent device entry with specifier_id and ... | Takashi Sakamoto | 1 | -57/+25 |
| 2021-05-18 | Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" | Takashi Sakamoto | 1 | -1/+1 |
| 2021-05-14 | ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro | Takashi Sakamoto | 1 | -1/+0 |
| 2021-01-25 | ALSA: oxfw: remove an unnecessary condition in hwdep_read() | Dan Carpenter | 1 | -6/+4 |
| 2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 1 | -1/+1 |
| 2020-01-13 | ALSA: oxfw: fix for Stanton SCS.1d | Takashi Sakamoto | 1 | -28/+40 |
| 2020-01-13 | ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailable | Takashi Sakamoto | 3 | -17/+25 |
| 2020-01-13 | ALSA: oxfw: use ENXIO for not-supported cases | Takashi Sakamoto | 2 | -9/+9 |
| 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 | -14/+5 |
| 2019-12-09 | ALSA: oxfw: fix return value in error path of isochronous resources reservation | Takashi Sakamoto | 1 | -1/+1 |
| 2019-11-06 | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -8/+6 |
| 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/+2 |
| 2019-10-18 | ALSA: oxfw: share PCM buffer size for both direction | Takashi Sakamoto | 4 | -7/+22 |
| 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: oxfw: use the same size of period for PCM substream in AMDTP streams | Takashi Sakamoto | 1 | -11/+28 |
| 2019-10-17 | ALSA: oxfw: register the size of PCM period to AMDTP domain | Takashi Sakamoto | 4 | -6/+19 |
| 2019-09-10 | Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Takashi Iwai | 1 | -1/+1 |
| 2019-08-26 | ALSA: oxfw: fix to handle correct stream for PCM playback | Takashi Sakamoto | 1 | -1/+1 |
| 2019-08-26 | ALSA: oxfw: fix NULL pointer dereference to unused stream structure | Takashi Sakamoto | 1 | -2/+7 |
| 2019-08-05 | ALSA: oxfw: support AMDTP domain | Takashi Sakamoto | 2 | -29/+45 |
| 2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 11 | -16/+11 |
| 2019-07-07 | ALSA: oxfw: fix wrong reference count for stream functionality at error path ... | Takashi Sakamoto | 1 | -0/+2 |
| 2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -3/+0 |
| 2019-06-21 | ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callback | Takashi Sakamoto | 1 | -0/+2 |
| 2019-06-17 | ALSA: firewire-lib: split allocation of isochronous resources from establishm... | Takashi Sakamoto | 1 | -4/+14 |
| 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-12 | ALSA: oxfw: configure stream parameter in pcm.hw_params callback | Takashi Sakamoto | 1 | -40/+57 |
| 2019-06-12 | ALSA: oxfw: configure packet format in pcm.hw_params callback | Takashi Sakamoto | 4 | -29/+62 |
| 2019-06-12 | ALSA: oxfw: unify substreams counter | Takashi Sakamoto | 4 | -12/+11 |
| 2019-06-12 | ALSA: oxfw: rename helper functions for duplex streams | Takashi Sakamoto | 5 | -53/+58 |
| 2019-06-12 | ALSA: oxfw: expand stop procedure for packet streaming | Takashi Sakamoto | 1 | -33/+35 |
| 2019-06-12 | ALSA: oxfw: break packet streaming at bus-reset handler | Takashi Sakamoto | 1 | -10/+3 |
| 2019-06-12 | ALSA: oxfw: start duplex streams if supported | Takashi Sakamoto | 1 | -53/+49 |
| 2019-06-12 | ALSA: oxfw: set packet parameter according to current configuration | Takashi Sakamoto | 1 | -24/+24 |
| 2019-06-12 | ALSA: oxfw: code refactoring for stop condition of packet streaming | Takashi Sakamoto | 1 | -5/+2 |
| 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-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2017-11-27 | 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 |
| 2015-12-22 | ALSA: oxfw: move model-specific members from common structure | Takashi Sakamoto | 2 | -19/+34 |
| 2015-12-22 | ALSA: oxfw: enable to keep memory block for model-specific structure | Takashi Sakamoto | 2 | -0/+2 |
| 2015-12-15 | ALSA: oxfw: gather model-dependent conditions to a function | Takashi Sakamoto | 1 | -11/+18 |
| 2015-12-15 | ALSA: oxfw: reuse driver entry to detect quirks | Takashi Sakamoto | 2 | -16/+24 |
| 2015-12-15 | ALSA: oxfw: change function prototype for AV/C Audio Subunit command | Takashi Sakamoto | 1 | -23/+31 |
| 2015-12-15 | ALSA: oxfw: rename local functions for control elements so that they represen... | Takashi Sakamoto | 3 | -23/+23 |
| 2015-12-15 | ALSA: oxfw: rename a file for control elements so that it's for model-specific | Takashi Sakamoto | 2 | -3/+3 |
| 2015-10-19 | ALSA: oxfw: add an entry for TASCAM FireOne | Takashi Sakamoto | 1 | -0/+17 |
| 2015-10-19 | ALSA: oxfw: support more MIDI ports | Takashi Sakamoto | 1 | -1/+1 |
| 2015-10-19 | ALSA: oxfw: calculating MIDI ports in stream discover | Takashi Sakamoto | 2 | -21/+36 |
| 2015-10-18 | ALSA: fireworks/bebob/oxfw/dice: enable to make as built-in | Takashi Sakamoto | 1 | -1/+1 |
| 2015-09-29 | Merge branch 'topic/firewire-update' into for-next | Takashi Iwai | 4 | -18/+21 |
| 2015-09-29 | ALSA: firewire-lib: rename macros with AM824 prefix | Takashi Sakamoto | 2 | -4/+4 |
| 2015-09-29 | ALSA: firewire-lib: rename PCM format helper function | Takashi Sakamoto | 1 | -2/+2 |
| 2015-09-29 | ALSA: firewire-lib: move MIDI trigger helper function to AM824 layer | Takashi Sakamoto | 1 | -8/+8 |
| 2015-09-29 | ALSA: firewire-lib: move PCM substream constraint to AM824 layer | Takashi Sakamoto | 1 | -1/+1 |
| 2015-09-29 | ALSA: firewire-lib: rename parameter setting function for AM824 with FDF field | Takashi Sakamoto | 1 | -2/+2 |
| 2015-09-29 | ALSA: firewire-lib: add data block processing layer for AM824 format | Takashi Sakamoto | 2 | -2/+2 |
| 2015-09-29 | ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona... | Takashi Sakamoto | 1 | -1/+1 |
| 2015-09-29 | ALSA: firewire-lib: add an argument for Dice's dual wire mode | Takashi Sakamoto | 1 | -1/+1 |
| 2015-09-29 | ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete... | Takashi Sakamoto | 1 | -1/+4 |
| 2015-09-24 | ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' fi... | Takashi Sakamoto | 3 | -1/+34 |
| 2015-08-29 | ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failure | Takashi Sakamoto | 1 | -4/+13 |
| 2015-08-07 | ALSA: firewire: use kmemdup rather than duplicating its implementation | Andrzej Hajda | 1 | -6/+3 |
| 2015-05-23 | ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo... | Takashi Sakamoto | 1 | -2/+8 |
| 2015-02-27 | ALSA: oxfw: fix a condition and return code in start_stream() | Takashi Sakamoto | 1 | -2/+3 |
| 2015-02-23 | ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely | Takashi Sakamoto | 1 | -6/+4 |
| 2015-02-23 | ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtime | Takashi Sakamoto | 1 | -2/+4 |
| 2015-02-23 | ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unit | Takashi Sakamoto | 1 | -1/+10 |
| 2014-12-15 | ALSA: oxfw: some signedness bugs | Dan Carpenter | 3 | -5/+6 |
| 2014-12-14 | ALSA: oxfw: fix detect_loud_models() return value | Dan Carpenter | 1 | -1/+1 |
| 2014-12-10 | ALSA: oxfw: Add hwdep interface | Takashi Sakamoto | 7 | -2/+275 |
| 2014-12-10 | ALSA: oxfw: Add support for capture/playback MIDI messages | Takashi Sakamoto | 5 | -1/+208 |
| 2014-12-10 | ALSA: oxfw: add support for capturing PCM samples | Takashi Sakamoto | 1 | -20/+180 |
| 2014-12-10 | ALSA: oxfw: Add support AMDTP in-stream | Takashi Sakamoto | 5 | -75/+279 |
| 2014-12-10 | ALSA: oxfw: Add support for Behringer/Mackie devices | Takashi Sakamoto | 1 | -6/+85 |
| 2014-12-10 | ALSA: oxfw: Change the way to start stream | Takashi Sakamoto | 3 | -48/+138 |
| 2014-12-10 | ALSA: oxfw: Add proc interface for debugging purpose | Takashi Sakamoto | 5 | -1/+118 |
| 2014-12-10 | ALSA: oxfw: Change the way to make PCM rules/constraints | Takashi Sakamoto | 4 | -84/+408 |
| 2014-12-10 | ALSA: oxfw: Add support for AV/C stream format command to get/set supported s... | Takashi Sakamoto | 3 | -1/+187 |
| 2014-12-10 | ALSA: oxfw: Change the way to name card | Takashi Sakamoto | 2 | -23/+34 |
| 2014-11-29 | ALSA: oxfw: Split control functionality to a new file | Takashi Sakamoto | 4 | -277/+287 |
| 2014-11-29 | ALSA: oxfw: Split PCM functionality to a new file | Takashi Sakamoto | 4 | -240/+255 |
| 2014-11-29 | ALSA: oxfw: Split stream functionality to a new file and add a header file | Takashi Sakamoto | 4 | -109/+159 |
| 2014-11-29 | ALSA: oxfw: Move to its own directory | Takashi Sakamoto | 2 | -0/+795 |