summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ASoC: codecs: va-macro: fix resource leak in probe error pathHaotian Zhang1-1/+1
2025-12-07ASoC: cs4271: Fix regulator leak on probe failureHaotian Zhang1-3/+7
2025-12-07ASoC: max98090/91: fixed max98091 ALSA widget powering up/downSharique Mohammad1-2/+4
2025-12-07ASoC: meson: aiu-encoder-i2s: fix bit clock polarityValerio Setti1-3/+6
2025-12-07ASoC: qcom: sc8280xp: explicitly set S16LE format in sc8280xp_be_hw_params_fi...Alexey Klimov1-0/+3
2025-12-07ASoC: fsl_sai: fix bit order for DSD formatShengjiu Wang1-2/+1
2025-12-07ASoC: Intel: avs: Unprepare a stream when XRUN occursCezary Rojewski1-0/+2
2025-12-07ASoC: qdsp6: q6asm: do not sleep while atomicSrinivas Kandagatla1-1/+1
2025-10-29ASoC: nau8821: Add DMI quirk to bypass jack debounce circuitCristian Ciocaltea1-6/+27
2025-10-29ASoC: nau8821: Generalize helper to clear IRQ statusCristian Ciocaltea1-6/+11
2025-10-29ASoC: nau8821: Cancel jdet_work before handling jack ejectionCristian Ciocaltea1-1/+2
2025-10-19ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()Ma Ke1-2/+15
2025-10-19ASoC: codecs: wcd934x: Simplify with dev_err_probeKrzysztof Kozlowski1-12/+7
2025-10-15ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mappingTakashi Iwai1-5/+21
2025-10-15ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mappingTakashi Iwai1-2/+5
2025-10-15ASoC: Intel: bytcht_es8316: Fix invalid quirk input mappingTakashi Iwai1-3/+17
2025-10-15ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issueJack Yu1-8/+9
2025-10-15ASoC: qcom: audioreach: fix potential null pointer dereferenceSrinivas Kandagatla1-2/+2
2025-09-25ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if source graph fa...Krzysztof Kozlowski1-2/+4
2025-09-25ASoC: q6apm-lpass-dai: close graph on prepare errorsSrinivas Kandagatla1-12/+20
2025-09-25ASoC: qcom: q6apm-lpass-dai: close graphs before opening a new oneSrinivas Kandagatla1-0/+3
2025-09-25ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error messageColin Ian King1-1/+1
2025-09-25ASoC: wm8974: Correct PLL rate roundingCharles Keepax1-2/+6
2025-09-25ASoC: wm8940: Correct typo in control nameCharles Keepax1-1/+1
2025-09-25ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for I2SMohammad Rafi Shaik1-0/+1
2025-09-25ASoC: qcom: audioreach: Fix lpaif_type configuration for the I2S interfaceMohammad Rafi Shaik1-0/+1
2025-09-19ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runsSrinivas Kandagatla1-5/+23
2025-09-04ASoC: codecs: tx-macro: correct tx_macro_component_drv nameAlexey Klimov1-1/+1
2025-08-28ASoC: fsl_sai: replace regmap_write with regmap_update_bitsShengjiu Wang1-10/+10
2025-08-28ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto9-69/+67
2025-08-28ASoC: soc-dai.h: merge DAI call back functions into opsKuninori Morimoto3-20/+51
2025-08-28ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe()Kuninori Morimoto1-0/+3
2025-08-28ASoC: Intel: avs: Fix uninitialized pointer error in probe()Cezary Rojewski1-1/+2
2025-08-28ASoC: codecs: rt5640: Retry DEVICE_ID verificationXinxin Wan1-0/+5
2025-08-28ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime()Peter Ujfalusi1-0/+3
2025-08-28ASoC: hdac_hdmi: Rate limit logging on connection and disconnectionMark Brown1-4/+6
2025-08-28ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successedKuninori Morimoto1-0/+4
2025-08-15ASoC: ops: dynamically allocate struct snd_ctl_elem_valueArnd Bergmann1-11/+15
2025-08-15ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask()Kuninori Morimoto1-7/+9
2025-08-15ASoC: Intel: fix SND_SOC_SOF dependenciesArnd Bergmann1-1/+1
2025-08-15ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxxAdam Queler1-0/+7
2025-07-24ASoC: fsl_sai: Force a software reset when starting in consumer modeArun Raghavan1-6/+8
2025-07-17ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal micYuzuru101-0/+7
2025-07-17ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio modeShengjiu Wang1-1/+2
2025-07-10ASoC: amd: yc: update quirk data for HP VictusRaven Black1-0/+7
2025-07-06ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15Oliver Schramm1-0/+7
2025-07-06ASoC: codecs: wcd9335: Fix missing free of regulator suppliesKrzysztof Kozlowski1-18/+7
2025-07-06ASoC: codec: wcd9335: Convert to GPIO descriptorsPeng Fan1-8/+7
2025-07-06ASoC: codecs: wcd9335: Handle nicer probe deferral and simplify with dev_err_...Krzysztof Kozlowski1-19/+9
2025-06-27ASoC: tegra210_ahub: Add check to of_device_get_match_data()Yuanjun Gong1-0/+2