aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai3-80/+13
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai3-5/+1
2019-01-24ALSA: fireface: comment cleanup about destination address of async transactions for MIDI messagesTakashi Sakamoto3-29/+48
2019-01-23ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai1-52/+16
2019-01-23ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai1-14/+2
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2-44/+124
2019-01-22ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto4-2/+99
2019-01-22ALSA: fireface: add protocol-specific operation to fill transaction buffer with MIDI messagesTakashi Sakamoto3-19/+38
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async transaction for MIDI messagesTakashi Sakamoto3-5/+6
2019-01-22ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto2-14/+54
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive async transactionTakashi Sakamoto3-1/+4
2019-01-22ALSA: fireface: change prototype of handler for async transaction with MIDI messagesTakashi Sakamoto3-4/+9
2019-01-22ALSA: hda/tegra: add driver flag for runtime PMSameer Pujar1-1/+2
2019-01-22ALSA: hda/tegra: implement runtime suspend/resumeSameer Pujar1-16/+33
2019-01-22ALSA: hda/tegra: remove redundant clock enable APISameer Pujar1-7/+0
2019-01-22ALSA: hda/tegra: add runtime PM callbacksSameer Pujar1-0/+15
2019-01-22ALSA: hda/tegra: get clock handles early in probeSameer Pujar1-16/+27
2019-01-22ALSA: hda/tegra: runtime power management supportSameer Pujar1-1/+14
2019-01-21ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai1-5/+3
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2-15/+20
2019-01-21ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai3-7/+11
2019-01-21ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai1-3/+8
2019-01-21ALSA: fireface: add support for Fireface UCXTakashi Sakamoto5-9/+310
2019-01-21ALSA: fireface: code refactoring to parse of clock configurationTakashi Sakamoto3-101/+89
2019-01-21ALSA: fireface: code refactoring for dump of sync statusTakashi Sakamoto1-101/+75
2019-01-21ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto5-70/+71
2019-01-21ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM frameTakashi Sakamoto3-38/+41
2019-01-21ALSA: fireface: add protocol-dependent operation to dump statusTakashi Sakamoto3-204/+214
2019-01-21ALSA: fireface: obsolete proc node to leave one nodeTakashi Sakamoto1-8/+12
2019-01-21ALSA: fireface: unify protocol layer for FF400/FF800Takashi Sakamoto3-163/+148
2019-01-21ALSA: fireface: rename protocol layer for former modelsTakashi Sakamoto2-8/+7
2019-01-21ALSA: hda - Fix unused variable warningTakashi Iwai1-1/+0
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai2-13/+3
2019-01-15ALSA: doc: Update the description about PCM suspend procedureTakashi Iwai1-17/+8
2019-01-15drm: bridge: dw-hdmi: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2019-01-15ALSA: pcmcia: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2019-01-15ALSA: arm: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2-2/+0
2019-01-15ALSA: aoa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2019-01-15ALSA: ppc: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2019-01-15ALSA: x86: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-12/+0
2019-01-15ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2-4/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai32-85/+2
2019-01-15ALSA: drivers: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai4-11/+0
2019-01-15ALSA: isa: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai10-12/+0
2019-01-15ALSA: atiixp: Move PCM suspend/resume code into trigger callbackTakashi Iwai1-11/+8
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai3-0/+28
2019-01-14ALSA: hda: program stripe control for codecSameer Pujar1-1/+9
2019-01-14ALSA: hda: program stripe bits for controllerSameer Pujar1-0/+6
2019-01-14ALSA: hda: add register offset for stripe controlSameer Pujar1-0/+2
2019-01-14ALSA: hda: Add api to program stripe control bitsSameer Pujar2-0/+37