summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgetsMark Brown2023-02-011-2/+2
* ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODECMark Brown2023-02-012-6/+6
* ASoC: fsl_micfil: Correct the number of steps on SX controlsChancel Liu2023-02-011-8/+8
* ASoC: support machine driver with max98360Mars Chen2023-02-011-0/+1
* ASoC: amd: yc: Add ASUS M5402RA into DMI tableAniol Martí2023-02-011-0/+7
* ASoC: mediatek: mt8186: Add machine support for max98357aAllen-KH Cheng2023-02-011-1/+2
* ASoC: mediatek: mt8186: support rt5682s_max98360tongjian2023-02-011-1/+21
* ASoC: amd: yc: Add Razer Blade 14 2022 into DMI tableWim Van Boven2023-02-011-0/+7
* ASoC: SOF: Add FW state to debugfsCurtis Malainey2023-02-011-1/+3
* ASoC: SOF: pm: Always tear down pipelines before DSP suspendRanjani Sridharan2023-02-011-3/+3
* ASoC: SOF: pm: Set target state earlierRanjani Sridharan2023-02-011-2/+1
* ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fix...Jaroslav Kysela2023-01-181-1/+2
* ASoC: qcom: Fix building APQ8016 machine driver without SOUNDWIREStephan Gerhold2023-01-188-133/+157
* ALSA: usb-audio: Relax hw constraints for implicit fb syncTakashi Iwai2023-01-181-2/+7
* ALSA: usb-audio: Make sure to stop endpoints before closing EPsTakashi Iwai2023-01-181-0/+2
* ASoC: wm8904: fix wrong outputs volume after power reactivationEmanuele Ghidoli2023-01-181-0/+7
* ASoC: Intel: sof-nau8825: fix module alias overflowArnd Bergmann2023-01-182-8/+8
* ASoC: Intel: sof_nau8825: support rt1015p speaker amplifierBrent Lu2023-01-182-0/+28
* ASoC: Intel: fix sof-nau8825 link failureArnd Bergmann2023-01-181-0/+1
* ASoC: rt9120: Make dev PM runtime bind AsoC component PMChiYuan Huang2023-01-181-0/+12
* ASoC: qcom: lpass-cpu: Fix fallback SD line index handlingBrian Norris2023-01-181-2/+3
* ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360 13-aw0xxxLuka Guzenko2023-01-181-0/+23
* ALSA: hda/realtek - Turn on power earlyYuchi Yang2023-01-181-14/+16
* ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_syn...Jaroslav Kysela2023-01-182-1/+4
* ALSA: control-led: use strscpy in set_led_id()Jaroslav Kysela2023-01-181-3/+2
* Revert "ALSA: usb-audio: Drop superfluous interface setup at parsing"Takashi Iwai2023-01-181-0/+6
* ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idleTakashi Iwai2023-01-141-1/+11
* ALSA: hda - Enable headset mic on another Dell laptop with ALC3254Chris Chiu2023-01-141-0/+1
* ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resumeTakashi Iwai2023-01-141-4/+4
* ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platformJeremy Szu2023-01-141-0/+1
* ALSA: hda/hdmi: Add a HP device 0x8715 to force connect listAdrian Chan2023-01-141-0/+1
* ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne2023-01-141-9/+15
* ASoC: SOF: Intel: pci-tgl: unblock S5 entry if DMA stop has failed"Kai Vehmanen2023-01-123-1/+74
* ASoC: SOF: mediatek: initialize panic_info to zeroYC Hung2023-01-121-1/+1
* ASoC: Intel: bytcr_rt5640: Add quirk for the Advantech MICA-071 tabletHans de Goede2023-01-121-0/+15
* ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"Kai Vehmanen2023-01-121-9/+0
* ASoC: jz4740-i2s: Handle independent FIFO flush bitsAidan MacDonald2023-01-071-5/+34
* ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 WirelessJaroslav Kysela2023-01-079-12/+60
* ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock.Vitaly Rodionov2023-01-071-1/+1
* ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptopsChris Chiu2023-01-071-0/+13
* ALSA: patch_realtek: Fix Dell Inspiron Plus 16Philipp Jungkamp2023-01-071-0/+37
* ALSA: hda/hdmi: Static PCM mapping again with AMD HDMI codecsTakashi Iwai2023-01-041-8/+19
* ALSA: line6: fix stack overflow in line6_midi_transmitArtem Egorkine2023-01-041-1/+2
* ALSA: line6: correct midi status byte when receiving data from podxtArtem Egorkine2023-01-045-12/+27
* ALSA: hda/hdmi: Add HP Device 0x8711 to force connect listJiao Zhou2022-12-311-0/+1
* ALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOBEdward Pacman2022-12-311-0/+27
* ALSA: usb-audio: add the quirk for KT0206 devicewangdicheng2022-12-311-0/+2
* ALSA: usb-audio: Workaround for XRUN at prepareTakashi Iwai2022-12-311-2/+11
* ASoC: rt5670: Remove unbalanced pm_runtime_put()Hans de Goede2022-12-311-2/+0
* ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtim...Wang Jingjin2022-12-311-0/+1