summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2021-06-05ALSA: hda/realtek: Change device names for quirks to barebone namesWerner Sembach1-8/+8
2021-06-04ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Yang Yingliang1-1/+1
2021-06-02ALSA: usb-audio: Reduce latency at playback startTakashi Iwai1-5/+9
2021-06-02ALSA: usb-audio: Factor out DSD bitrev copy functionTakashi Iwai1-9/+19
2021-06-02ALSA: usb-audio: Refactoring delay account codeTakashi Iwai3-80/+56
2021-06-02ALSA: usb-audio: Pre-calculate buffer byte sizeTakashi Iwai2-24/+25
2021-06-02ALSA: usb-audio: Make snd_usb_pcm_delay() staticTakashi Iwai2-5/+2
2021-06-02ALSA: firewire-motu: sequence replay for source packet headerTakashi Sakamoto3-74/+26
2021-06-02ALSA: firewire-motu: cache event ticks in source packet header per data blockTakashi Sakamoto3-3/+70
2021-06-02ALSA: firewire-motu: use macro for magic numbers relevant to IEC 61883-1Takashi Sakamoto1-14/+26
2021-06-01ALSA: bebob: perform sequence replay for media clock recoveryTakashi Sakamoto1-4/+9
2021-06-01ALSA: dice: perform sequence replay for media clock recoveryTakashi Sakamoto1-1/+5
2021-06-01ALSA: dice: wait just for NOTIFY_CLOCK_ACCEPTED after GLOBAL_CLOCK_SELECT ope...Takashi Sakamoto2-23/+8
2021-06-01ALSA: fireface: perform sequence replay for media clock recoveryTakashi Sakamoto2-2/+6
2021-06-01ALSA: firewire-tascam: perform sequence replay for media clock recoveryTakashi Sakamoto2-2/+20
2021-06-01ALSA: firewire-digi00x: perform sequence replay for media clock recoveryTakashi Sakamoto2-8/+9
2021-06-01ALSA: oxfw: perform sequence replay for media clock recoveryTakashi Sakamoto1-4/+18
2021-06-01ALSA: fireworks: perform sequence replay for media clock recoveryTakashi Sakamoto1-3/+15
2021-06-01ALSA: fireworks: delete SYTMATCH clock sourceTakashi Sakamoto1-1/+1
2021-05-30ALSA: usb-audio: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing1-11/+8
2021-05-28ALSA: firewire-lib: support NO_PERIOD_WAKEUP in ALSA PCM runtimeTakashi Sakamoto1-6/+21
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto10-15/+34
2021-05-28ALSA: firewire-lib: replay sequence of incoming packets for outgoing packetsTakashi Sakamoto2-14/+142
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto10-12/+98
2021-05-27ALSA: hda/ca0132: Make a const array static, makes object smallerColin Ian King1-1/+1
2021-05-27ALSA: pci: lx6464es: remove useless self-comparisonPierre-Louis Bossart1-4/+0
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart1-2/+1
2021-05-27sound/oss/dmasound: Remove superfluous "break"zuoqilin1-9/+0
2021-05-25ALSA: control_led - use DEVICE_ATTR_*() macroYueHaibing1-15/+19
2021-05-25ALSA: pcm: use DEVICE_ATTR_RO macroYueHaibing1-2/+2
2021-05-25ALSA: ac97: fix PM reference leak in ac97_bus_remove()Yufen Yu1-1/+1
2021-05-25sound/oss/dmasound: Remove superfluous "break"zuoqilin1-5/+0
2021-05-25ALSA: bebob: distinguish M-Audio ProFire Lightbridge quirkTakashi Sakamoto3-6/+17
2021-05-25ALSA: bebob: cancel switching connection orderTakashi Sakamoto1-11/+2
2021-05-25ALSA: firewire-lib: obsolete callbacked memberTakashi Sakamoto2-9/+3
2021-05-25ALSA: firewire-lib: drop initial NODATA or empty packetTakashi Sakamoto2-39/+100
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai6-41/+67
2021-05-25ALSA: pcm: Block the release until the system resume finishesTakashi Iwai1-0/+4
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai4-8/+4
2021-05-25ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATETakashi Iwai1-4/+0
2021-05-25ALSA: control: Drop superfluous snd_power_wait() callsTakashi Iwai2-20/+0
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai3-14/+64
2021-05-22ALSA: firewire-lib: code refactoring for transfer delayTakashi Sakamoto2-20/+11
2021-05-22ALSA: firewire-lib: code refactoring for generation of data block sequenceTakashi Sakamoto1-33/+40
2021-05-22ALSA: firewire-lib: code refactoring for generation of syt sequenceTakashi Sakamoto1-2/+24
2021-05-22ALSA: firewire-lib: code refactoring for generation of packet descriptorsTakashi Sakamoto1-6/+5
2021-05-22ALSA: firewire-lib: pool sequence of packet in IT context independentlyTakashi Sakamoto2-100/+72
2021-05-22ALSA: firewire-lib: add flag to unaware of syt in CIP headerTakashi Sakamoto4-25/+16
2021-05-22ALSA: firewire-lib: Fix uninitialized variable err issueTakashi Sakamoto1-3/+3