aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw
AgeCommit message (Expand)AuthorFilesLines
2026-05-11ALSA: firewire: Make use of ieee1394's .driver_data_ptrUwe Kleine-König (The Capable Hub)1-2/+2
2025-08-30ALSA: firewire: oxfw: Use guard() for spin locksTakashi Iwai3-50/+18
2025-08-30ALSA: firewire: oxfw: Use guard() for mutex locksTakashi Iwai3-85/+60
2025-07-11ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy()Takashi Iwai3-5/+5
2024-09-04ALSA: firewire: use nonatomic PCM operationTakashi Sakamoto1-0/+1
2024-05-08ALSA: firewire: Use *-y instead of *-objs in MakefileTakashi Iwai1-1/+1
2024-02-19ALSA: oxfw: add support for Miglia Harmony AudioTakashi Sakamoto3-1/+14
2024-02-19ALSA: oxfw: support the case that AV/C Stream Format Information command is n...Takashi Sakamoto2-23/+75
2024-02-19ALSA: oxfw: use const qualifier for immutable argumentTakashi Sakamoto2-2/+2
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai1-3/+3
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai1-5/+5
2023-06-28ALSA: oxfw: make read-only const array models staticColin Ian King1-1/+1
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Clemens La...Takashi Sakamoto1-1/+1
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-4/+4
2021-10-28ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or laterTakashi Sakamoto3-1/+19
2021-09-13ALSA: oxfw: fix transmission method for Loud models based on OXFW971Takashi Sakamoto1-5/+8
2021-08-12ALSA: oxfw: fix functioal regression for silence in Apogee Duet FireWireTakashi Sakamoto3-3/+17
2021-06-07ALSA: oxfw: cease from delayed card registrationTakashi Sakamoto2-86/+48
2021-06-01ALSA: oxfw: perform sequence replay for media clock recoveryTakashi Sakamoto1-4/+18
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto1-12/+2
2021-05-18ALSA: oxfw: add quirk flag for blocking transmission methodTakashi Sakamoto3-4/+19
2021-05-18ALSA: oxfw: code refactoring for wrong_dbs quirkTakashi Sakamoto3-3/+4
2021-05-18ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970Takashi Sakamoto3-13/+18
2021-05-18ALSA: oxfw: add comment for the type of ASICsTakashi Sakamoto1-3/+19
2021-05-18ALSA: oxfw: add explicit device entry for Loud Technologies Mackie Onyx Satte...Takashi Sakamoto1-10/+8
2021-05-18ALSA: oxfw: add explicit device entry for Loud Technologies Tapco Link.FireWi...Takashi Sakamoto1-2/+2
2021-05-18ALSA: oxfw: code refactoring to detect mackie modelsTakashi Sakamoto1-1/+3
2021-05-18ALSA: oxfw: code refactoring for existent device entry with specifier_id and ...Takashi Sakamoto1-57/+25
2021-05-18Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro"Takashi Sakamoto1-1/+1
2021-05-14ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProTakashi Sakamoto1-1/+0
2021-01-25ALSA: oxfw: remove an unnecessary condition in hwdep_read()Dan Carpenter1-6/+4
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-01-13ALSA: oxfw: fix for Stanton SCS.1dTakashi Sakamoto1-28/+40
2020-01-13ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailableTakashi Sakamoto3-17/+25
2020-01-13ALSA: oxfw: use ENXIO for not-supported casesTakashi Sakamoto2-9/+9
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai1-14/+5
2019-12-09ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai1-8/+6
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+1
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto1-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto1-2/+2
2019-10-18ALSA: oxfw: share PCM buffer size for both directionTakashi Sakamoto4-7/+22
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto1-1/+1
2019-10-17ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto1-11/+28
2019-10-17ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto4-6/+19
2019-09-10Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai1-1/+1
2019-08-26ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto1-1/+1
2019-08-26ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto1-2/+7
2019-08-05ALSA: oxfw: support AMDTP domainTakashi Sakamoto2-29/+45
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai11-16/+11
2019-07-07ALSA: oxfw: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto1-0/+2
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+0
2019-06-21ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto1-0/+2
2019-06-17ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto1-4/+14
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+0
2019-06-12ALSA: oxfw: configure stream parameter in pcm.hw_params callbackTakashi Sakamoto1-40/+57
2019-06-12ALSA: oxfw: configure packet format in pcm.hw_params callbackTakashi Sakamoto4-29/+62
2019-06-12ALSA: oxfw: unify substreams counterTakashi Sakamoto4-12/+11
2019-06-12ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto5-53/+58
2019-06-12ALSA: oxfw: expand stop procedure for packet streamingTakashi Sakamoto1-33/+35
2019-06-12ALSA: oxfw: break packet streaming at bus-reset handlerTakashi Sakamoto1-10/+3
2019-06-12ALSA: oxfw: start duplex streams if supportedTakashi Sakamoto1-53/+49
2019-06-12ALSA: oxfw: set packet parameter according to current configurationTakashi Sakamoto1-24/+24
2019-06-12ALSA: oxfw: code refactoring for stop condition of packet streamingTakashi Sakamoto1-5/+2
2019-06-11ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner10-16/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+2
2018-11-13ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto1-0/+8
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto1-21/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto1-2/+2
2018-10-04ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto2-19/+8
2018-10-04ALSA: oxfw: use managed-resource to maintain model-specific dataTakashi Sakamoto3-7/+6
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto1-7/+4
2018-09-17ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto1-0/+7
2018-09-17ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto1-0/+2
2018-09-13ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-05-22ALSA: oxfw: use match_string() helperYisheng Xie1-7/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-6/+6
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto1-6/+5
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto1-20/+0
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto1-4/+0
2017-04-12Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2017-04-05ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto1-3/+9
2017-04-05ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dTakashi Sakamoto1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-01-14ALSA: oxfw: enclose identifiers referred by single function for scs1x featureTakashi Sakamoto1-6/+6
2017-01-12ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai2-4/+4
2017-01-05ALSA: oxfw: enclose identifiers referred by single functionTakashi Sakamoto1-14/+12
2017-01-03ALSA: oxfw: add support for Mackie Onyx 1640iTakashi Sakamoto1-0/+1
2016-09-02ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto1-2/+1
2016-03-31ALSA: oxfw: delayed registration of sound cardTakashi Sakamoto2-53/+101
2016-03-28ALSA: oxfw: remove needless member from private structureTakashi Sakamoto1-1/+0
2016-02-24ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failureTakashi Sakamoto1-3/+10
2016-02-24ALSA: oxfw: retry MIDI transferring for scs1x at transaction failureTakashi Sakamoto1-3/+11
2016-02-18ALSA: oxfw: use workqueue instead of tasklet for scs1xTakashi Sakamoto1-6/+6
2015-12-22ALSA: oxfw: add stream format quirk for SCS.1 modelsTakashi Sakamoto1-1/+9
2015-12-22ALSA: oxfw: obsolete scs1x moduleTakashi Sakamoto1-0/+26
2015-12-22ALSA: oxfw: add MIDI playback port for SCS.1 modelsTakashi Sakamoto1-2/+45
2015-12-22ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playbackTakashi Sakamoto1-0/+161
2015-12-22ALSA: oxfw: add MIDI capture port for SCS.1 modelsTakashi Sakamoto1-1/+33
2015-12-22ALSA: oxfw: copy handlers of asynchronous transaction for MIDI captureTakashi Sakamoto1-1/+82
2015-12-22ALSA: oxfw: allocate own address region for SCS.1 seriesTakashi Sakamoto2-1/+65
2015-12-22ALSA: oxfw: add scs1x layerTakashi Sakamoto4-3/+30
2015-12-22ALSA: oxfw: rename a structure so that it means backward compatibility to old...Takashi Sakamoto2-10/+10
2015-12-22ALSA: oxfw: move model-specific parameters from common structureTakashi Sakamoto3-42/+39
2015-12-22ALSA: oxfw: move model-specific members from common structureTakashi Sakamoto2-19/+34
2015-12-22ALSA: oxfw: enable to keep memory block for model-specific structureTakashi Sakamoto2-0/+2
2015-12-15ALSA: oxfw: gather model-dependent conditions to a functionTakashi Sakamoto1-11/+18
2015-12-15ALSA: oxfw: reuse driver entry to detect quirksTakashi Sakamoto2-16/+24
2015-12-15ALSA: oxfw: change function prototype for AV/C Audio Subunit commandTakashi Sakamoto1-23/+31
2015-12-15ALSA: oxfw: rename local functions for control elements so that they represen...Takashi Sakamoto3-23/+23
2015-12-15ALSA: oxfw: rename a file for control elements so that it's for model-specificTakashi Sakamoto2-3/+3
2015-10-19ALSA: oxfw: add an entry for TASCAM FireOneTakashi Sakamoto1-0/+17
2015-10-19ALSA: oxfw: support more MIDI portsTakashi Sakamoto1-1/+1
2015-10-19ALSA: oxfw: calculating MIDI ports in stream discoverTakashi Sakamoto2-21/+36
2015-10-18ALSA: fireworks/bebob/oxfw/dice: enable to make as built-inTakashi Sakamoto1-1/+1
2015-09-29Merge branch 'topic/firewire-update' into for-nextTakashi Iwai4-18/+21
2015-09-29ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2-4/+4
2015-09-29ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto1-8/+8
2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto1-2/+2
2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto2-2/+2
2015-09-29ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona...Takashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto1-1/+1
2015-09-29ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Takashi Sakamoto1-1/+4
2015-09-24ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' fi...Takashi Sakamoto3-1/+34
2015-08-29ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failureTakashi Sakamoto1-4/+13
2015-08-07ALSA: firewire: use kmemdup rather than duplicating its implementationAndrzej Hajda1-6/+3
2015-05-23ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo...Takashi Sakamoto1-2/+8
2015-02-27ALSA: oxfw: fix a condition and return code in start_stream()Takashi Sakamoto1-2/+3
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto1-6/+4
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto1-2/+4
2015-02-23ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unitTakashi Sakamoto1-1/+10
2014-12-15ALSA: oxfw: some signedness bugsDan Carpenter3-5/+6
2014-12-14ALSA: oxfw: fix detect_loud_models() return valueDan Carpenter1-1/+1
2014-12-10ALSA: oxfw: Add hwdep interfaceTakashi Sakamoto7-2/+275
2014-12-10ALSA: oxfw: Add support for capture/playback MIDI messagesTakashi Sakamoto5-1/+208
2014-12-10ALSA: oxfw: add support for capturing PCM samplesTakashi Sakamoto1-20/+180
2014-12-10ALSA: oxfw: Add support AMDTP in-streamTakashi Sakamoto5-75/+279
2014-12-10ALSA: oxfw: Add support for Behringer/Mackie devicesTakashi Sakamoto1-6/+85
2014-12-10ALSA: oxfw: Change the way to start streamTakashi Sakamoto3-48/+138
2014-12-10ALSA: oxfw: Add proc interface for debugging purposeTakashi Sakamoto5-1/+118
2014-12-10ALSA: oxfw: Change the way to make PCM rules/constraintsTakashi Sakamoto4-84/+408
2014-12-10ALSA: oxfw: Add support for AV/C stream format command to get/set supported s...Takashi Sakamoto3-1/+187
2014-12-10ALSA: oxfw: Change the way to name cardTakashi Sakamoto2-23/+34
2014-11-29ALSA: oxfw: Split control functionality to a new fileTakashi Sakamoto4-277/+287
2014-11-29ALSA: oxfw: Split PCM functionality to a new fileTakashi Sakamoto4-240/+255
2014-11-29ALSA: oxfw: Split stream functionality to a new file and add a header fileTakashi Sakamoto4-109/+159
2014-11-29ALSA: oxfw: Move to its own directoryTakashi Sakamoto2-0/+795