summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch tableNikhil Mahale2023-05-171-0/+5
* ALSA: oss: avoid missing-prototype warningsArnd Bergmann2023-05-171-8/+8
* ALSA: cs46xx: mark snd_cs46xx_download_image as staticArnd Bergmann2023-05-171-1/+1
* ALSA: hda: Fix Oops by 9.1 surround channel namesTakashi Iwai2023-05-161-3/+4
* Merge tag 'asoc-fix-v6.4-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2023-05-1620-71/+247
|\
| * ASoC: SOF: Intel: hda-mlink: fixes and extensionsMark Brown2023-05-161-9/+87
| |\
| | * ASoC: SOF: Intel: hda-mlink: add helper to program SoundWire PCMSyCM registersPierre-Louis Bossart2023-05-151-0/+50
| | * ASoC: SOF: Intel: hda-mlink: initialize instance_offset memberPierre-Louis Bossart2023-05-151-0/+2
| | * ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistentlyPierre-Louis Bossart2023-05-151-1/+1
| | * ASoC: SOF: Intel: hda-mlink: fix base_ptr computationPierre-Louis Bossart2023-05-151-3/+3
| | * ASoC: SOF: Intel: hda-mlink: add helper to get SoundWire hlinkPierre-Louis Bossart2023-05-151-0/+12
| | * ASoC: SOF: Intel: hda-mlink: fix sublink refcountingPierre-Louis Bossart2023-05-151-5/+19
| * | ASoC: SOF: topology: Fix tuples array allocationRanjani Sridharan2023-05-151-1/+1
| * | ASoC: SOF: Separate the tokens for input and output pin indexRanjani Sridharan2023-05-151-2/+2
| * | ASoC: SOF: Various runtime pm fixes, improvementsMark Brown2023-05-153-13/+16
| |\ \
| | * | ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handlingPierre-Louis Bossart2023-05-151-6/+8
| | * | ASoC: SOF: pcm: fix pm_runtime imbalance in error handlingPierre-Louis Bossart2023-05-151-5/+6
| | * | ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptionsPierre-Louis Bossart2023-05-151-2/+2
| | |/
| * | ASoC: cs35l56: Prevent unbalanced pm_runtime in dsp_work() on SoundWireSimon Trimmer2023-05-151-1/+2
| * | ASoC: SOF: topology: Fix logic for copying tuplesRanjani Sridharan2023-05-151-0/+4
| * | ASoC: SOF: pm: save io region state in case of errors in resumeKai Vehmanen2023-05-151-1/+13
| * | ASoC: mediatek: mt8186: Fix use-after-free in driver remove pathDouglas Anderson2023-05-155-34/+24
| * | ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent in dai_configPeter Ujfalusi2023-05-151-2/+5
| |/
| * ASoC: ssm2602: Add workaround for playback distortionsPaweł Anikiel2023-05-121-0/+15
| * ASoC: jz4740-i2s: Make I2S divider calculations more robustAidan MacDonald2023-05-111-4/+50
| * ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data functionV sujith kumar Reddy2023-05-091-1/+6
| * ASoC: fsl_micfil: Fix error handler with pm_runtime_enableShengjiu Wang2023-05-081-1/+13
| * ASoC: dwc: limit the number of overrun messagesMaxim Kochetkov2023-05-081-2/+2
| * ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12Jeremy Soller2023-05-081-0/+7
* | ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptopKai-Heng Feng2023-05-121-0/+1
* | ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion 15Ryan C. Underwood2023-05-121-1/+1
* | ALSA: usb-audio: Add a sample rate workaround for Line6 Pod GoTakashi Iwai2023-05-121-0/+1
* | ALSA: firewire-digi00x: prevent potential use after freeDan Carpenter2023-05-121-1/+3
* | ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603VAlexandru Sorodoc2023-05-111-0/+20
* | ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptopsVitaly Rodionov2023-05-111-1/+7
* | ALSA: hda/realtek: Add a quirk for HP EliteDesk 805Ai Chao2023-05-081-0/+1
* | ALSA: hda/realtek: Add quirk for 2nd ASUS GU603Luke D. Jones2023-05-081-0/+1
* | ALSA: hda/realtek: Add quirk for Clevo L140AUJeremy Soller2023-05-081-0/+1
|/
* Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-0622-1115/+1325
|\
| * ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()Oswald Buddenhagen2023-05-051-2/+2
| * ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()Oswald Buddenhagen2023-05-051-7/+24
| * ALSA: pcm: playback silence - move silence variable updates to separate functionJaroslav Kysela2023-05-051-20/+22
| * ALSA: pcm: playback silence - remove extra codeJaroslav Kysela2023-05-051-2/+0
| * ALSA: pcm: fix playback silence - correct incremental silencingJaroslav Kysela2023-05-051-7/+3
| * ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...Jaroslav Kysela2023-05-051-1/+9
| * ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela2023-05-053-40/+59
| * ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptopKai-Heng Feng2023-05-051-0/+1
| * Merge tag 'asoc-fix-v6.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2023-05-057-1013/+1072
| |\
| | * ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tabletHans de Goede2023-05-041-0/+26
| | * ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for a...Andrey Rakhmatullin2023-05-041-0/+7