aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/firewire/fireface (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai1-2/+2
2023-06-28ALSA: fireface: make read-only const array for model names staticTakashi Sakamoto1-1/+1
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Takashi SakamotoTakashi Sakamoto1-1/+1
2023-02-04ALSA: fireface: add field for the number of messages copied to user spaceTakashi Sakamoto1-12/+16
2023-01-18ALSA: fireface: fix locking bug in ff400_copy_msg_to_user()Dan Carpenter1-6/+8
2023-01-13ALSA: fireface: implement message parser for Fireface 400Takashi Sakamoto1-6/+137
2023-01-13ALSA: fireface: add local framework to message parserTakashi Sakamoto4-11/+49
2023-01-13ALSA: fireface: add helper function to parse MIDI messages transmitted by Fireface 400Takashi Sakamoto1-27/+20
2023-01-13ALSA: fireface: pick up time stamp for request subaction of asynchronous transactionTakashi Sakamoto4-5/+6
2023-01-13ALSA: fireface: rename callback functionsTakashi Sakamoto4-18/+16
2023-01-12ALSA: firewire-lib: obsolete return value from context payload processing layerTakashi Sakamoto1-12/+4
2023-01-12ALSA: firewire-lib: move parameter for pcm frame multiplier from context payload processing layerTakashi Sakamoto1-1/+1
2023-01-09ALSA: firewire-lib: use circular linked list for context payload processing layerTakashi Sakamoto1-8/+10
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-27ALSA: firewire: Remove some left-over license text in sound/firewireChristophe JAILLET2-5/+1
2021-06-07ALSA: fireface: cease from delayed card registrationTakashi Sakamoto2-65/+28
2021-06-01ALSA: fireface: perform sequence replay for media clock recoveryTakashi Sakamoto2-2/+6
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-5/+2
2021-02-08ALSA: fireface: fix to parse sync status register of latter protocolTakashi Sakamoto1-18/+100
2021-01-25ALSA: fireface: remove unnecessary condition in hwdep_read()Dan Carpenter1-6/+4
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2021-01-12ALSA: fireface: Fix integer overflow in transmit_midi_msg()Geert Uytterhoeven1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-05-10ALSA: fireface: add support for RME Fireface UFX (untested)Takashi Sakamoto3-3/+17
2020-05-10ALSA: fireface: add support for RME FireFace 802Takashi Sakamoto3-13/+58
2020-05-10ALSA: fireface: code refactoring to decide name of sound cardTakashi Sakamoto2-8/+13
2020-05-10ALSA: fireface: code refactoring to add enumeration constants for model identificationTakashi Sakamoto2-3/+9
2020-05-10ALSA: fireface: start IR context immediatelyTakashi Sakamoto1-9/+1
2020-05-10ALSA: fireface: fix configuration error for nominal sampling transfer frequencyTakashi Sakamoto1-6/+6
2020-03-06ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto1-1/+1
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai1-8/+3
2019-12-09ALSA: fireface: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai1-5/+4
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+9
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 domainTakashi Sakamoto1-2/+2
2019-10-18ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto3-4/+17
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed sizeTakashi Sakamoto1-1/+1
2019-10-17ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto1-6/+23
2019-10-17ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto3-3/+14
2019-08-05ALSA: fireface: support AMDTP domainTakashi Sakamoto2-24/+35
2019-08-05ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-20/+19
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descriptorsTakashi Sakamoto1-21/+34
2019-07-22ALSA: fireface: code refactoring for FF data block processing layerTakashi Sakamoto1-21/+28
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto1-11/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto1-4/+4
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto1-6/+4