summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusTakashi Iwai2017-05-0299-720/+6418
|\
| * ALSA: ali5451: fix spelling mistake in "ali_capture_preapre"Colin Ian King2017-04-301-1/+1
| * ALSA: hda/realtek - Add Dual Codecs support for Lenovo P520/420Kailang Yang2017-04-261-0/+36
| * Merge branch 'topic/hda-dual-codecs' into for-nextTakashi Iwai2017-04-245-9/+75
| |\
| | * ALSA: hda - Use a helper function for renaming kctl namesTakashi Iwai2017-04-211-7/+4
| | * ALSA: hda - Support Gigabyte Gaming board with dual Realtek codecsTakashi Iwai2017-04-211-0/+61
| | * ALSA: hda - Allow to enable/disable vmaster build explicitlyTakashi Iwai2017-04-102-2/+6
| | * ALSA: hda - A new flag to enforce prefix to each pinTakashi Iwai2017-04-103-0/+4
| | * Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-1021-83/+146
| | |\
| * | | ALSA: hda - Fix headset microphone detection for ASUS N551 and N751Mikhail Paulyshka2017-04-211-2/+10
| * | | ALSA: fireface: obsolete usage of ktime_set() for zero assignmentTakashi Sakamoto2017-04-201-1/+1
| * | | ALSA: firewire-motu: mark trace helpers as __maybe_unusedArnd Bergmann2017-04-201-4/+6
| * | | ALSA: hda - Add HP ZBook 15u G3 Conexant CX20724 GPIO mute ledsJerónimo Borque2017-04-191-0/+81
| * | | ALSA: usb-audio: replace /proc/bus/usb by /dev/bus/usbMauro Carvalho Chehab2017-04-173-3/+3
| * | | ALSA: firewire-tascam: support drain callback for MIDI playback substreamTakashi Sakamoto2017-04-141-2/+6
| * | | ALSA: firewire-tascam: move message parameters for async midi portTakashi Sakamoto2017-04-143-21/+19
| * | | ALSA: firewire-tascam: initialize parameters at open of rawmidi character dev...Takashi Sakamoto2017-04-143-14/+7
| * | | ALSA: firewire-tascam: use fixed-length array for message cache to async midi...Takashi Sakamoto2017-04-142-17/+2
| * | | ALSA: firewire-tascam: use the same address for asynchronous transaction for ...Takashi Sakamoto2017-04-142-7/+5
| * | | ALSA: firewire-tascam: send fixed-length transaction for async midi portTakashi Sakamoto2017-04-142-17/+8
| * | | ALSA: firewire-tascam: remove callback function from async midi portTakashi Sakamoto2017-04-142-13/+4
| * | | ALSA: firewire-lib/firewire-tascam: localize async midi portTakashi Sakamoto2017-04-144-195/+170
| * | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-142-7/+4
| |\ \ \
| * | | | ALSA: usb-line6: constify snd_kcontrol_new strucutre arrayTakashi Sakamoto2017-04-141-1/+1
| * | | | ALSA: hda: Move common haswell init to a helperAnder Conselvan De Oliveira2017-04-131-6/+21
| * | | | ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal2017-04-122-3/+3
| * | | | ALSA: usb-audio: constify snd_kcontrol_new structuresBhumika Goyal2017-04-122-4/+4
| * | | | ALSA: firewire-lib: cache maximum length of payload to reduce function callsTakashi Sakamoto2017-04-122-4/+6
| * | | | ALSA: hda: Add Geminilake id to SKL_PLUSSubhransu S. Prusty2017-04-121-1/+3
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-1221-83/+146
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ALSA: firewire-motu: add tracepoints for messages for unique protocolTakashi Sakamoto2017-04-112-0/+67
| * | | | ALSA: firewire-motu: add tracepoints for SPH in IEC 61883-1 fashionTakashi Sakamoto2017-04-113-0/+95
| * | | | ALSA: firewire_lib: add tracepoints for packets without CIP headersTakashi Sakamoto2017-04-112-0/+96
| | |_|/ | |/| |
| * | | ALSA: hda - set intel audio clock to a proper valueLibin Yang2017-04-071-0/+95
| * | | ALSA: hda - add more ML register definitionsLibin Yang2017-04-071-3/+3
| * | | ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto2017-04-053-14/+40
| * | | ALSA: firewire-motu: remove invalid bitshift for register valueTakashi Sakamoto2017-04-051-2/+1
| * | | ALSA: firewire-digi00x: remove transaction handler for unknown purposeTakashi Sakamoto2017-04-052-77/+17
| * | | ALSA: firewire-digi00x: allow user space applications to read/write MIDI mess...Takashi Sakamoto2017-04-051-129/+79
| * | | ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto2017-04-051-18/+37
| * | | ALSA: firewire-digi00x: add support for console models of Digi00x seriesTakashi Sakamoto2017-04-052-2/+12
| * | | ALSA: fireface: add support for Fireface 400Takashi Sakamoto2017-04-055-1/+396
| * | | ALSA: fireface: add hwdep interfaceTakashi Sakamoto2017-04-057-4/+267
| * | | ALSA: fireface: add support for PCM functionalityTakashi Sakamoto2017-04-054-1/+404
| * | | ALSA: fireface: add stream management functionalityTakashi Sakamoto2017-04-054-1/+267
| * | | ALSA: fireface: add unique data processing layerTakashi Sakamoto2017-04-053-1/+164
| * | | ALSA: firewire-lib: add no-header packet processingTakashi Sakamoto2017-04-052-5/+81
| * | | ALSA: firewire-lib: use the same prototype for functions to handle packetTakashi Sakamoto2017-04-052-18/+19
| * | | ALSA: fireface: add proc node to help debuggingTakashi Sakamoto2017-04-054-1/+68
| * | | ALSA: fireface: add support for MIDI functionalityTakashi Sakamoto2017-04-054-1/+140