aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2025-07-15ASoC: SDCA: Avoid use of uninitialised local name variableCharles Keepax1-2/+1
2025-07-15ASoC: SDCA: Fix off by one error in IRQ bound checkCharles Keepax1-1/+1
2025-07-15ASoC: stm: stm32_sai_sub: convert from round_rate() to determine_rate()Brian Masney1-6/+8
2025-07-15ASoC: stm: stm32_i2s: convert from round_rate() to determine_rate()Brian Masney1-8/+13
2025-07-15ASoC: qcom: qdsp6: q6dsp-lpass-clocks: convert from round_rate() to determine...Brian Masney1-4/+4
2025-07-15ASoC: codecs: rt5682s: convert from round_rate() to determine_rate()Brian Masney1-12/+14
2025-07-15ASoC: codecs: rt5682: convert from round_rate() to determine_rate()Brian Masney1-12/+14
2025-07-15ASoC: codecs: da7219: convert from round_rate() to determine_rate()Brian Masney1-30/+34
2025-07-15ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxxAdam Queler1-0/+7
2025-07-15Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2025-07-15ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWSTakashi Iwai1-0/+1
2025-07-14Merge branch 'for-linus' into for-nextTakashi Iwai2-28/+85
2025-07-14ALSA: hda/cs35l56: Workaround bad dev-index on Lenovo Yoga Book 9i GenXRichard Fitzgerald1-28/+82
2025-07-14ALSA: hda/realtek: Support mute LED for Yoga with ALC287Jackie Dong1-0/+3
2025-07-14ASoC: codec: Convert to GPIO descriptors forMark Brown12-60/+82
2025-07-14Update SDCA KconfigMark Brown5-18/+18
2025-07-14ASoC: set bias_level at ifMark Brown5-8/+4
2025-07-13ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequencyShengjiu Wang1-2/+11
2025-07-13ASoC: codec: tlv320aic32x4: Convert to GPIO descriptorsPeng Fan1-14/+14
2025-07-13ASoC: codec: tlv320aic32x4: Sort headers alphabeticallyPeng Fan1-10/+10
2025-07-13ASoC: codec: tlv320aic32x4: Drop aic32x4_pdata usagePeng Fan1-8/+1
2025-07-13ASoC: samsung: littlemill: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: tobermory: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: speyside: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: bell: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successedKuninori Morimoto1-0/+4
2025-07-13ASoC: SDCA: Pull HID and IRQ into the primary SDCA moduleCharles Keepax4-14/+7
2025-07-13ASoC: SDCA: Kconfig/Makefile fixupsCharles Keepax2-8/+15
2025-07-13ASoC: Intel: fix SND_SOC_SOF dependenciesArnd Bergmann1-1/+1
2025-07-13ASoC: rt5660: Fix the dmic data source from GPIO2Oder Chiou1-2/+5
2025-07-11ALSA: hda: Use safer strscpy() instead of strcpy()Takashi Iwai5-16/+16
2025-07-11ALSA: hda: Return the codec init error properly at snd_hda_codec_build_contro...Takashi Iwai1-4/+6
2025-07-11ALSA: hda: Drop superfluous driver->ops NULL checksTakashi Iwai5-16/+15
2025-07-11ALSA: hda: Drop old codec binding methodTakashi Iwai9-92/+24
2025-07-11ALSA: hda/hdmi: Rewrite to new probe methodTakashi Iwai8-336/+422
2025-07-11ALSA: hda/ca0132: Rewrite to new probe methodTakashi Iwai2-37/+68
2025-07-11ALSA: hda/sigmatel: Rewrite to new probe methodTakashi Iwai1-195/+203
2025-07-11ALSA: hda/via: Rewrite to new probe methodTakashi Iwai1-258/+185
2025-07-11ALSA: hda/si3054: Rewrite to new probe methodTakashi Iwai1-27/+26
2025-07-11ALSA: hda/senary: Rewrite to new probe methodTakashi Iwai1-22/+24
2025-07-11ALSA: hda/conexant: Rewrite to new probe methodTakashi Iwai1-51/+53
2025-07-11ALSA: hda/cs8409: Rewrite to new probe methodTakashi Iwai3-28/+33
2025-07-11ALSA: hda/cirrus: Split to cs420x and cs421x driversTakashi Iwai4-499/+643
2025-07-11ALSA: hda/ca0110: Rewrite to new probe methodTakashi Iwai1-18/+17
2025-07-11ALSA: hda/analog: Rewrite to new probe methodTakashi Iwai1-110/+111
2025-07-11ALSA: hda/cmedia: Rewrite to new probe methodTakashi Iwai4-331/+365
2025-07-11ALSA: hda/realtek: Rewrite to new probe methodTakashi Iwai12-128/+244
2025-07-11ALSA: hda/generic: Rewrite to new probe methodTakashi Iwai2-18/+28
2025-07-11ALSA: hda: Introduce hda_codec_driver opsTakashi Iwai5-36/+113
2025-07-11ALSA: hda/hdmi: Split vendor codec driversTakashi Iwai13-2581/+2993