summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw
AgeCommit message (Expand)AuthorLines
2025-08-30ALSA: firewire: oxfw: Use guard() for spin locksTakashi Iwai-50/+18
2025-08-30ALSA: firewire: oxfw: Use guard() for mutex locksTakashi Iwai-86/+61
2025-07-11ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy()Takashi Iwai-5/+5
2024-09-04ALSA: firewire: use nonatomic PCM operationTakashi Sakamoto-0/+1
2024-05-08ALSA: firewire: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-19ALSA: oxfw: add support for Miglia Harmony AudioTakashi Sakamoto-1/+14
2024-02-19ALSA: oxfw: support the case that AV/C Stream Format Information command is n...Takashi Sakamoto-23/+75
2024-02-19ALSA: oxfw: use const qualifier for immutable argumentTakashi Sakamoto-2/+2
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai-3/+3
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai-5/+5
2023-06-28ALSA: oxfw: make read-only const array models staticColin Ian King-1/+1
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Clemens La...Takashi Sakamoto-1/+1
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai-4/+4
2021-10-28ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or laterTakashi Sakamoto-1/+19
2021-09-13ALSA: oxfw: fix transmission method for Loud models based on OXFW971Takashi Sakamoto-5/+8
2021-08-12ALSA: oxfw: fix functioal regression for silence in Apogee Duet FireWireTakashi Sakamoto-3/+17
2021-06-07ALSA: oxfw: cease from delayed card registrationTakashi Sakamoto-86/+48
2021-06-01ALSA: oxfw: perform sequence replay for media clock recoveryTakashi Sakamoto-4/+18
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto-12/+2
2021-05-18ALSA: oxfw: add quirk flag for blocking transmission methodTakashi Sakamoto-4/+19
2021-05-18ALSA: oxfw: code refactoring for wrong_dbs quirkTakashi Sakamoto-3/+4
2021-05-18ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970Takashi Sakamoto-13/+18
2021-05-18ALSA: oxfw: add comment for the type of ASICsTakashi Sakamoto-3/+19
2021-05-18ALSA: oxfw: add explicit device entry for Loud Technologies Mackie Onyx Satte...Takashi Sakamoto-10/+8
2021-05-18ALSA: oxfw: add explicit device entry for Loud Technologies Tapco Link.FireWi...Takashi Sakamoto-2/+2
2021-05-18ALSA: oxfw: code refactoring to detect mackie modelsTakashi Sakamoto-1/+3
2021-05-18ALSA: oxfw: code refactoring for existent device entry with specifier_id and ...Takashi Sakamoto-57/+25
2021-05-18Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro"Takashi Sakamoto-1/+1
2021-05-14ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProTakashi Sakamoto-1/+0
2021-01-25ALSA: oxfw: remove an unnecessary condition in hwdep_read()Dan Carpenter-6/+4
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-1/+1
2020-01-13ALSA: oxfw: fix for Stanton SCS.1dTakashi Sakamoto-30/+42
2020-01-13ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailableTakashi Sakamoto-17/+25
2020-01-13ALSA: oxfw: use ENXIO for not-supported casesTakashi Sakamoto-9/+9
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai-14/+5
2019-12-09ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai-8/+6
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto-1/+1
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto-2/+2
2019-10-18ALSA: oxfw: share PCM buffer size for both directionTakashi Sakamoto-7/+22
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto-1/+1
2019-10-17ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto-11/+28
2019-10-17ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto-6/+19
2019-09-10Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai-1/+1
2019-08-26ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto-1/+1
2019-08-26ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto-2/+7