aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2021-06-05ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()Gravatar Takashi Sakamoto 1-1/+1
2021-05-18ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling...Gravatar Takashi Sakamoto 1-2/+2
2021-05-18ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and ...Gravatar Takashi Sakamoto 4-4/+29
2021-05-14ALSA: firewire-lib: fix amdtp_packet tracepoints event for packet_index fieldGravatar Takashi Sakamoto 2-9/+12
2021-05-14ALSA: firewire-lib: fix calculation for size of IR context payloadGravatar Takashi Sakamoto 1-7/+6
2021-05-14ALSA: firewire-lib: fix check for the size of isochronous packet payloadGravatar Takashi Sakamoto 1-4/+10
2021-05-14ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProGravatar Takashi Sakamoto 3-4/+3
2021-05-14ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26Gravatar Takashi Sakamoto 1-1/+1
2021-03-30Merge tag 'tags/mute-led-rework' into for-nextGravatar Takashi Iwai 1-3/+2
2021-03-22ALSA: bebob: enable to deliver MIDI messages for multiple portsGravatar Takashi Sakamoto 1-5/+7
2021-03-22ALSA: bebob: detect the number of available MIDI portsGravatar Takashi Sakamoto 3-32/+89
2021-03-22ALSA: bebob: code refactoring for stream format detectionGravatar Takashi Sakamoto 1-44/+24
2021-03-12ALSA: dice: fix null pointer dereference when node is disconnectedGravatar Takashi Sakamoto 1-3/+2
2021-02-08ALSA: fireface: fix to parse sync status register of latter protocolGravatar Takashi Sakamoto 1-18/+100
2021-01-26ALSA: bebob: remove an unnecessary condition in hwdep_read()Gravatar Takashi Sakamoto 1-5/+3
2021-01-25ALSA: fireface: remove unnecessary condition in hwdep_read()Gravatar Dan Carpenter 1-6/+4
2021-01-25ALSA: oxfw: remove an unnecessary condition in hwdep_read()Gravatar Dan Carpenter 1-6/+4
2021-01-18Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 2-2/+2
2021-01-15ALSA: dice: add support for Lexicon I-ONIX FW810sGravatar Takashi Sakamoto 4-1/+41
2021-01-12ALSA: firewire-tascam: Fix integer overflow in midi_port_work()Gravatar Geert Uytterhoeven 1-1/+1
2021-01-12ALSA: fireface: Fix integer overflow in transmit_midi_msg()Gravatar Geert Uytterhoeven 1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 8-8/+8
2020-11-24Merge branch 'topic/usb-audio-refactoring' into for-nextGravatar Takashi Iwai 1-2/+2
2020-11-13ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()Gravatar Dan Carpenter 1-2/+2
2020-11-10ALSA: firewire: fix comparison to bool warningGravatar Kaixu Xia 1-1/+1
2020-10-12ALSA: fireworks: use semicolons rather than commas to separate statementsGravatar Julia Lawall 1-1/+1
2020-10-12Merge branch 'for-next' into for-linusGravatar Takashi Iwai 2-13/+14
2020-10-07ALSA: bebob: potential info leak in hwdep_read()Gravatar Dan Carpenter 1-2/+1
2020-09-11ALSA: firewire: Replace tasklet with workGravatar Takashi Iwai 2-13/+14
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusGravatar Takashi Iwai 1-4/+4
2020-09-02ALSA: firewire: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+4
2020-08-23ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionGravatar Takashi Sakamoto 1-0/+5
2020-08-23ALSA; firewire-tascam: exclude Tascam FE-8 from detectionGravatar Takashi Sakamoto 1-4/+29
2020-07-07ALSA: firewire: fix kernel-docGravatar Pierre-Louis Bossart 1-1/+0
2020-06-15ALSA: firewire-motu: wait for notification when changing clock configuration ...Gravatar Takashi Sakamoto 1-3/+13
2020-05-28Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-2/+1
2020-05-25ALSA: firewire-motu: add support for MOTU UltraLite-mk3 (FireWire only model)Gravatar Takashi Sakamoto 3-0/+11
2020-05-22ALSA: firewire-motu: refactoring protocol v2 for fetching mode switchGravatar Takashi Sakamoto 1-30/+47
2020-05-22ALSA: firewire-motu: refactoring protocol v3 for clock source getterGravatar Takashi Sakamoto 1-26/+72
2020-05-22ALSA: firewire-motu: refactoring protocol v2 for clock source getterGravatar Takashi Sakamoto 1-8/+40
2020-05-22ALSA: firewire-motu: remove obsoleted codesGravatar Takashi Sakamoto 3-296/+11
2020-05-22ALSA: firewire-motu: use table-based calculation of packet formats for stream...Gravatar Takashi Sakamoto 2-10/+6
2020-05-22ALSA: firewire-motu: use table-based calculation of packet formats for procGravatar Takashi Sakamoto 2-12/+9
2020-05-22ALSA: firewire-motu: add alternative functions to detect packet format for pr...Gravatar Takashi Sakamoto 2-5/+67
2020-05-22ALSA: firewire-motu: add alternative functions to detect packet format for pr...Gravatar Takashi Sakamoto 2-6/+67
2020-05-22ALSA: firewire-motu: add model-specific table of chunk countGravatar Takashi Sakamoto 3-3/+17
2020-05-22ALSA: firewire-motu: drop protocol structureGravatar Takashi Sakamoto 3-23/+0
2020-05-22ALSA: firewire-motu: add wrapper functions for protocol-dependent operationsGravatar Takashi Sakamoto 6-35/+103
2020-05-22ALSA: firewire-motu: localize protocol dataGravatar Takashi Sakamoto 5-10/+21
2020-05-22ALSA: firewire-motu: move spec data to v3 protocol fileGravatar Takashi Sakamoto 3-46/+50