Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "A collection of small fixes for rc1. The only (LOC-wise) dominant change was ASoC Qualcomm fix, but most of it was merely a code shuffling. Another significant change here is for ALSA PCM core; it received a revert and a series of fixes for PCM auto-silencing where it caused a regression in the previous PR for rc1. Others are all small: ASoC Intel fixes, various quirks for ASoC AMD, HD-audio and USB-audio, the continued legacy emu10k1 code cleanup, and some documentation updates" * tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (23 commits) ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence() ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence() ALSA: pcm: playback silence - move silence variable updates to separate function ALSA: pcm: playback silence - remove extra code ALSA: pcm: fix playback silence - correct incremental silencing ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold mode ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()" ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init` ALSA: usb-audio: Add quirk for Pioneer DDJ-800 ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for acp6x ASoC: codecs: wcd938x: fix accessing regmap on unattached devices ALSA: docs: Fix code block indentation in ALSA driver example ALSA: docs: Extend module parameters description ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 ALSA: emu10k1: use more existing defines instead of open-coded numbers ASoC: amd: yc: Add ASUS M3402RA into DMI table ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 ...
No related branches found
No related tags found
Showing
- Documentation/sound/alsa-configuration.rst 13 additions, 0 deletionsDocumentation/sound/alsa-configuration.rst
- Documentation/sound/kernel-api/writing-an-alsa-driver.rst 11 additions, 11 deletionsDocumentation/sound/kernel-api/writing-an-alsa-driver.rst
- sound/core/pcm_lib.c 72 additions, 33 deletionssound/core/pcm_lib.c
- sound/core/pcm_local.h 2 additions, 1 deletionsound/core/pcm_local.h
- sound/core/pcm_native.c 3 additions, 3 deletionssound/core/pcm_native.c
- sound/pci/emu10k1/emu10k1_callback.c 8 additions, 7 deletionssound/pci/emu10k1/emu10k1_callback.c
- sound/pci/emu10k1/emu10k1_main.c 23 additions, 23 deletionssound/pci/emu10k1/emu10k1_main.c
- sound/pci/emu10k1/emufx.c 3 additions, 3 deletionssound/pci/emu10k1/emufx.c
- sound/pci/emu10k1/emumixer.c 4 additions, 4 deletionssound/pci/emu10k1/emumixer.c
- sound/pci/emu10k1/emupcm.c 6 additions, 6 deletionssound/pci/emu10k1/emupcm.c
- sound/pci/emu10k1/io.c 9 additions, 9 deletionssound/pci/emu10k1/io.c
- sound/pci/emu10k1/p16v.c 16 additions, 13 deletionssound/pci/emu10k1/p16v.c
- sound/pci/hda/hda_intel.c 21 additions, 0 deletionssound/pci/hda/hda_intel.c
- sound/pci/hda/patch_hdmi.c 22 additions, 0 deletionssound/pci/hda/patch_hdmi.c
- sound/pci/hda/patch_realtek.c 5 additions, 0 deletionssound/pci/hda/patch_realtek.c
- sound/soc/amd/yc/acp6x-mach.c 14 additions, 0 deletionssound/soc/amd/yc/acp6x-mach.c
- sound/soc/codecs/Kconfig 1 addition, 1 deletionsound/soc/codecs/Kconfig
- sound/soc/codecs/wcd938x-sdw.c 1025 additions, 12 deletionssound/soc/codecs/wcd938x-sdw.c
- sound/soc/codecs/wcd938x.c 4 additions, 999 deletionssound/soc/codecs/wcd938x.c
- sound/soc/codecs/wcd938x.h 1 addition, 0 deletionssound/soc/codecs/wcd938x.h
Loading
Please register or sign in to comment