aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-13ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto1-0/+8
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto1-21/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback of bus driverTakashi Sakamoto1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are releasedTakashi Sakamoto1-2/+2
2018-10-04ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto1-14/+0
2018-10-04ALSA: oxfw: use managed-resource to maintain model-specific dataTakashi Sakamoto1-3/+0
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto1-7/+4
2018-09-17ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto1-0/+7
2018-09-17ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto1-0/+2
2018-09-13ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-05-22ALSA: oxfw: use match_string() helperYisheng Xie1-7/+1
2017-04-05ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dTakashi Sakamoto1-2/+2
2017-01-03ALSA: oxfw: add support for Mackie Onyx 1640iTakashi Sakamoto1-0/+1
2016-03-31ALSA: oxfw: delayed registration of sound cardTakashi Sakamoto1-53/+98
2015-12-22ALSA: oxfw: add stream format quirk for SCS.1 modelsTakashi Sakamoto1-1/+9
2015-12-22ALSA: oxfw: obsolete scs1x moduleTakashi Sakamoto1-0/+26
2015-12-22ALSA: oxfw: add scs1x layerTakashi Sakamoto1-2/+2
2015-12-22ALSA: oxfw: rename a structure so that it means backward compatibility to old driversTakashi Sakamoto1-4/+10
2015-12-22ALSA: oxfw: move model-specific parameters from common structureTakashi Sakamoto1-12/+4
2015-12-22ALSA: oxfw: enable to keep memory block for model-specific structureTakashi Sakamoto1-0/+1
2015-12-15ALSA: oxfw: gather model-dependent conditions to a functionTakashi Sakamoto1-11/+18
2015-12-15ALSA: oxfw: reuse driver entry to detect quirksTakashi Sakamoto1-16/+22
2015-12-15ALSA: oxfw: rename local functions for control elements so that they represent as localTakashi Sakamoto1-1/+1
2015-10-19ALSA: oxfw: add an entry for TASCAM FireOneTakashi Sakamoto1-0/+17
2015-09-24ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' field in tx CIP headerTakashi Sakamoto1-0/+29
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto1-6/+4
2015-02-23ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unitTakashi Sakamoto1-1/+10
2014-12-14ALSA: oxfw: fix detect_loud_models() return valueDan Carpenter1-1/+1
2014-12-10ALSA: oxfw: Add hwdep interfaceTakashi Sakamoto1-0/+5
2014-12-10ALSA: oxfw: Add support for capture/playback MIDI messagesTakashi Sakamoto1-0/+5
2014-12-10ALSA: oxfw: Add support AMDTP in-streamTakashi Sakamoto1-5/+20
2014-12-10ALSA: oxfw: Add support for Behringer/Mackie devicesTakashi Sakamoto1-6/+85
2014-12-10ALSA: oxfw: Add proc interface for debugging purposeTakashi Sakamoto1-0/+2
2014-12-10ALSA: oxfw: Change the way to make PCM rules/constraintsTakashi Sakamoto1-2/+8
2014-12-10ALSA: oxfw: Change the way to name cardTakashi Sakamoto1-21/+32
2014-11-29ALSA: oxfw: Split control functionality to a new fileTakashi Sakamoto1-276/+1
2014-11-29ALSA: oxfw: Split PCM functionality to a new fileTakashi Sakamoto1-239/+1
2014-11-29ALSA: oxfw: Split stream functionality to a new file and add a header fileTakashi Sakamoto1-108/+22
2014-11-29ALSA: oxfw: Move to its own directoryTakashi Sakamoto1-0/+793