summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-081-1/+1
* ALSA: oxfw: add support for Miglia Harmony AudioTakashi Sakamoto2024-02-193-1/+14
* ALSA: oxfw: support the case that AV/C Stream Format Information command is n...Takashi Sakamoto2024-02-192-23/+75
* ALSA: oxfw: use const qualifier for immutable argumentTakashi Sakamoto2024-02-192-2/+2
* ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai2023-09-151-3/+3
* ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-5/+5
* ALSA: oxfw: make read-only const array models staticColin Ian King2023-06-281-1/+1
* ALSA: firewire: use 'GPL' string for module license contributed by Clemens La...Takashi Sakamoto2023-06-121-1/+1
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-4/+4
* ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or laterTakashi Sakamoto2021-10-283-1/+19
* ALSA: oxfw: fix transmission method for Loud models based on OXFW971Takashi Sakamoto2021-09-131-5/+8
* ALSA: oxfw: fix functioal regression for silence in Apogee Duet FireWireTakashi Sakamoto2021-08-123-3/+17
* ALSA: oxfw: cease from delayed card registrationTakashi Sakamoto2021-06-072-86/+48
* ALSA: oxfw: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-4/+18
* ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto2021-05-201-12/+2
* ALSA: oxfw: add quirk flag for blocking transmission methodTakashi Sakamoto2021-05-183-4/+19
* ALSA: oxfw: code refactoring for wrong_dbs quirkTakashi Sakamoto2021-05-183-3/+4
* ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970Takashi Sakamoto2021-05-183-13/+18
* ALSA: oxfw: add comment for the type of ASICsTakashi Sakamoto2021-05-181-3/+19
* ALSA: oxfw: add explicit device entry for Loud Technologies Mackie Onyx Satte...Takashi Sakamoto2021-05-181-10/+8
* ALSA: oxfw: add explicit device entry for Loud Technologies Tapco Link.FireWi...Takashi Sakamoto2021-05-181-2/+2
* ALSA: oxfw: code refactoring to detect mackie modelsTakashi Sakamoto2021-05-181-1/+3
* ALSA: oxfw: code refactoring for existent device entry with specifier_id and ...Takashi Sakamoto2021-05-181-57/+25
* Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro"Takashi Sakamoto2021-05-181-1/+1
* ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProTakashi Sakamoto2021-05-141-1/+0
* ALSA: oxfw: remove an unnecessary condition in hwdep_read()Dan Carpenter2021-01-251-6/+4
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: oxfw: fix for Stanton SCS.1dTakashi Sakamoto2020-01-131-30/+42
* ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailableTakashi Sakamoto2020-01-133-17/+25
* ALSA: oxfw: use ENXIO for not-supported casesTakashi Sakamoto2020-01-132-9/+9
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-14/+5
* ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto2019-12-091-1/+1
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-8/+6
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-2/+2
* ALSA: oxfw: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-7/+22
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-6/+19
* Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2019-09-101-1/+1
|\
| * ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto2019-08-261-1/+1
* | ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto2019-08-261-2/+7
* | ALSA: oxfw: support AMDTP domainTakashi Sakamoto2019-08-052-29/+45
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0811-16/+11
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-3/+0
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-0510-16/+10