summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: pcm512x: Fix a double unlock in pcm512x_digital_mute()Dan Carpenter2019-01-031-7/+4Star
| | * ASoC: xlnx: change license header format styleMaruthi Srinivas Bayyavarapu2019-01-031-8/+7Star
| | * ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic fieldRander Wang2019-01-032-2/+2
| | * ASoC: xlnx: Grammar s/the the/the/Geert Uytterhoeven2019-01-031-1/+1
| | * ASoC: dma-sh7760: cleanup a debug printkDan Carpenter2019-01-031-1/+1
| | * ASoC: sdm845: set jack only for a specific backendRohit kumar2019-01-031-9/+22
| * | ASoC: intel: skl: Fix display power regressionTakashi Iwai2019-01-142-112/+17Star
| * | ALSA: hda/realtek - Fix typo for ALC225 modelKailang Yang2019-01-141-1/+1
| * | ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225Kailang Yang2019-01-091-1/+15
| * | ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for...Kailang Yang2019-01-091-0/+1
| * | ALSA: usb-audio: fix CM6206 register definitionsAmadeusz Sławiński2019-01-081-1/+1
| * | ALSA: cs46xx: Potential NULL dereference in probeDan Carpenter2019-01-081-0/+3
* | | ALSA: dice: add support for Solid State Logic Duende Classic/MiniTakashi Sakamoto2019-01-281-1/+11
* | | ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai2019-01-251-3/+2Star
* | | ALSA: fireface: Off by one in latter_handle_midi_msg()Dan Carpenter2019-01-251-1/+1
* | | Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-244-127/+171
|\ \ \
| * | | ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai2019-01-231-52/+16Star
| * | | ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai2019-01-231-14/+2Star
| * | | ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2019-01-232-44/+124
| * | | ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai2019-01-211-5/+3Star
| * | | ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2019-01-212-15/+20
| * | | ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai2019-01-213-7/+11
| * | | ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai2019-01-211-3/+8
* | | | ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai2019-01-241-2/+10
* | | | ALSA: pcm: Simplify proc file destructionTakashi Iwai2019-01-243-80/+13Star
* | | | ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-243-5/+1Star
* | | | ALSA: fireface: comment cleanup about destination address of async transactio...Takashi Sakamoto2019-01-243-29/+48
* | | | ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto2019-01-224-2/+99
* | | | ALSA: fireface: add protocol-specific operation to fill transaction buffer wi...Takashi Sakamoto2019-01-223-19/+38
* | | | ALSA: fireface: add model-dependent parameter for address to receive async tr...Takashi Sakamoto2019-01-223-5/+6
* | | | ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto2019-01-222-14/+54
* | | | ALSA: fireface: add model-dependent parameter for address range to receive as...Takashi Sakamoto2019-01-223-1/+4
* | | | ALSA: fireface: change prototype of handler for async transaction with MIDI m...Takashi Sakamoto2019-01-223-4/+9
* | | | ALSA: hda/tegra: add driver flag for runtime PMSameer Pujar2019-01-221-1/+2
* | | | ALSA: hda/tegra: implement runtime suspend/resumeSameer Pujar2019-01-221-16/+33
* | | | ALSA: hda/tegra: remove redundant clock enable APISameer Pujar2019-01-221-7/+0Star
* | | | ALSA: hda/tegra: add runtime PM callbacksSameer Pujar2019-01-221-0/+15
* | | | ALSA: hda/tegra: get clock handles early in probeSameer Pujar2019-01-221-16/+27
* | | | ALSA: hda/tegra: runtime power management supportSameer Pujar2019-01-221-1/+14
* | | | ALSA: fireface: add support for Fireface UCXTakashi Sakamoto2019-01-215-9/+310
* | | | ALSA: fireface: code refactoring to parse of clock configurationTakashi Sakamoto2019-01-213-101/+89Star
* | | | ALSA: fireface: code refactoring for dump of sync statusTakashi Sakamoto2019-01-211-101/+75Star
* | | | ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto2019-01-215-70/+71
* | | | ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM ...Takashi Sakamoto2019-01-213-38/+41
* | | | ALSA: fireface: add protocol-dependent operation to dump statusTakashi Sakamoto2019-01-213-204/+214
* | | | ALSA: fireface: obsolete proc node to leave one nodeTakashi Sakamoto2019-01-211-8/+12
* | | | ALSA: fireface: unify protocol layer for FF400/FF800Takashi Sakamoto2019-01-213-163/+148Star
* | | | ALSA: fireface: rename protocol layer for former modelsTakashi Sakamoto2019-01-212-8/+7Star
* | | | ALSA: hda - Fix unused variable warningTakashi Iwai2019-01-211-1/+0Star
* | | | Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-1861-174/+50Star
|\ \ \ \