summaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2020-01-09ALSA: firewire-motu: Correct a typo in the clock proc stringTakashi Iwai1-1/+1
2019-12-01ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto1-5/+5
2019-11-12ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto1-0/+3
2019-11-06ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto1-2/+1
2019-10-05ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto1-14/+28
2019-10-05ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto1-0/+3
2019-08-16ALSA: firewire: fix a memory leak bugWenwen Wang1-1/+1
2019-07-10ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto1-1/+1
2019-06-19ALSA: firewire-motu: fix destruction of data for isochronous resourcesTakashi Sakamoto1-1/+1
2019-06-19ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto1-3/+0
2019-03-19ALSA: firewire-motu: fix construction of PCM frame for capture directionTakashi Sakamoto1-1/+3
2019-03-19ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto1-1/+13
2019-01-26ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto1-1/+1
2019-01-26ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto2-0/+9
2019-01-09ALSA: firewire-lib: use the same print format for 'without_header' tracepointsTakashi Sakamoto1-1/+1
2019-01-09ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' trac...Takashi Sakamoto1-1/+1
2019-01-09ALSA: firewire-lib: fix wrong handling payload_length as payload_quadletTakashi Sakamoto1-1/+3
2019-01-09ALSA: fireface: fix for state to fetch PCM framesTakashi Sakamoto1-1/+1
2018-12-17ALSA: fireface: fix reference to wrong register for clock configurationTakashi Sakamoto1-1/+1
2018-09-29ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto1-0/+7
2018-09-29ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto1-0/+2
2018-09-29ALSA: fireworks: fix memory leak of response buffer at error pathTakashi Sakamoto1-0/+2
2018-09-29ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: firewire-digi00x: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()Takashi Sakamoto1-3/+6
2018-09-29ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto1-10/+14
2018-09-29ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2-4/+2
2018-05-09ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto1-2/+3
2018-05-01ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto1-1/+1
2018-05-01ALSA: dice: fix OUI for TC groupTakashi Sakamoto1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring1-8/+8
2017-08-23ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring1-10/+10
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto13-23/+22
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai2-1/+7
2017-08-21ALSA: firewire-motu: add support for MOTU Audio ExpressTakashi Sakamoto1-0/+13
2017-08-21ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Takashi Sakamoto6-17/+50
2017-08-20ALSA: firewire-motu: destroy stream data surely at failure of card initializa...Takashi Sakamoto1-0/+1
2017-08-20ALSA: firewire: fix NULL pointer dereference when releasing uninitialized dat...Takashi Sakamoto1-1/+6
2017-08-19ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav2-3/+3
2017-08-15ALSA: firewire-motu: constify snd_rawmidi_ops structuresJulia Lawall1-2/+2
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai2-3/+7
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto2-3/+7
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto9-174/+36
2017-06-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto10-0/+150
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-4/+4
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto12-227/+9
2017-04-20ALSA: fireface: obsolete usage of ktime_set() for zero assignmentTakashi Sakamoto1-1/+1