summaryrefslogtreecommitdiff
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: bebob: add support for ToneWeal FW66Takashi Sakamoto2021-07-202-0/+4
* Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro"Takashi Sakamoto2021-07-203-4/+4
* ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 ProTakashi Sakamoto2021-05-263-4/+3
* ALSA: bebob: potential info leak in hwdep_read()Dan Carpenter2020-10-291-2/+1
* ALSA; firewire-tascam: exclude Tascam FE-8 from detectionTakashi Sakamoto2020-09-121-1/+29
* ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionTakashi Sakamoto2020-09-121-0/+5
* ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto2019-11-281-5/+5
* ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto2019-11-121-0/+3
* ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto2019-11-061-2/+1
* ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto2019-10-051-14/+28
* ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto2019-10-051-0/+3
* ALSA: firewire: fix a memory leak bugWenwen Wang2019-08-251-1/+1
* ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto2019-07-101-1/+1
* ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto2019-06-221-3/+0
* ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto2019-03-191-1/+13
* ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto2019-01-261-1/+1
* ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto2019-01-262-0/+9
* ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto2018-09-291-0/+1
* ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto2018-09-291-0/+7
* ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto2018-09-291-0/+2
* ALSA: fireworks: fix memory leak of response buffer at error pathTakashi Sakamoto2018-09-291-0/+2
* ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto2018-09-291-0/+1
* ALSA: firewire-digi00x: fix memory leak of private dataTakashi Sakamoto2018-09-291-0/+1
* ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-09-291-10/+14
* ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2018-09-292-4/+2
* ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto2018-05-011-1/+1
* ALSA: dice: fix OUI for TC groupTakashi Sakamoto2018-05-011-1/+1
* ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto2018-03-221-18/+37
* ALSA: firewire-digi00x: add support for console models of Digi00x seriesTakashi Sakamoto2018-03-222-2/+12
* ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatTakashi Sakamoto2018-03-222-2/+6
* ALSA: firewire: fix NULL pointer dereference when releasing uninitialized dat...Takashi Sakamoto2017-08-301-1/+6
* ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto2017-06-292-3/+7
* ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeTakashi Sakamoto2017-05-031-1/+1
* ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dTakashi Sakamoto2017-05-031-2/+2
* ALSA: firewire-tascam: Fix to handle error from initialization of stream dataTakashi Sakamoto2017-01-151-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-09-115-47/+67
|\
| * ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto2016-08-314-25/+56
| * ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto2016-08-311-22/+11
* | ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall2016-09-024-8/+8
* | ALSA: bebob: unify configurations for some models produced by Yamaha/TerratecTakashi Sakamoto2016-08-244-38/+9
* | ALSA: bebob: rename file with vendor-dependent code so that it's for Yamaha/T...Takashi Sakamoto2016-08-242-4/+5
|/
* ALSA: firewire-lib: change a member of event structure to suppress sparse wan...Takashi Sakamoto2016-05-181-4/+4
* ALSA: firewire-lib: drop skip argument from helper functions to queue a packetTakashi Sakamoto2016-05-111-11/+11
* ALSA: firewire-lib: add context information to tracepointsTakashi Sakamoto2016-05-112-14/+28
* ALSA: firewire-lib: permit to flush queued packets only in process context fo...Takashi Sakamoto2016-05-112-7/+17
* ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto2016-05-105-12/+5
* ALSA: firewire-lib: code cleanup for outgoing packet handlingTakashi Sakamoto2016-05-101-8/+7
* ALSA: firewire-lib: code cleanup for incoming packet handlingTakashi Sakamoto2016-05-101-23/+21
* ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextTakashi Sakamoto2016-05-102-64/+11
* ALSA: firewire-tascam: drop reuse of incoming packet parameter for outgoing p...Takashi Sakamoto2016-05-101-14/+12