summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
4 daysASoC: fsl_sai: Add missing registers to cache defaultAlexander Stein1-0/+3
4 daysASoC: stm32: sai: fix clk prepare imbalance on probe failureJohan Hovold1-7/+21
4 daysASoC: stm32: sai: Use the devm_clk_get_optional() helperChristophe JAILLET1-6/+3
4 daysASoC: stm: Use dev_err_probe() helperKuninori Morimoto4-111/+57
4 daysASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment.Srinivas Kandagatla1-2/+2
4 daysASoC: qcom: q6adm: the the copp device only during last instanceSrinivas Kandagatla1-75/+71
4 daysASoC: qcom: q6asm-dai: perform correct state check before closingSrinivas Kandagatla1-1/+2
4 daysASoC: stm32: sai: fix device leak on probeJohan Hovold1-1/+1
4 daysASoC: ak5558: Disable regulator when error happensShengjiu Wang1-1/+9
4 daysASoC: ak4458: Disable regulator when error happensShengjiu Wang1-1/+9
4 daysASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure()Haotian Zhang1-1/+3
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: qdsp6: q6asm: do not sleep while atomicSrinivas Kandagatla1-1/+1
2025-10-29ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()Ma Ke1-2/+15
2025-10-29ASoC: codecs: wcd934x: Simplify with dev_err_probeKrzysztof Kozlowski1-12/+7
2025-10-29ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mappingTakashi Iwai1-5/+21
2025-10-29ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mappingTakashi Iwai1-2/+5
2025-10-29ASoC: Intel: bytcht_es8316: Fix invalid quirk input mappingTakashi Iwai1-3/+17
2025-10-02ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error messageColin Ian King1-1/+1
2025-10-02ASoC: wm8974: Correct PLL rate roundingCharles Keepax1-2/+6
2025-10-02ASoC: wm8940: Correct typo in control nameCharles Keepax1-1/+1
2025-09-04ASoC: Intel: sof_da7219_mx98360a: fail to initialize soundcardBrent Lu1-1/+1
2025-09-04ASoC: Intel: sof_da7219_max98373: shrink platform_id below 20 charactersPierre-Louis Bossart2-6/+6
2025-09-04ASoC: Intel: glk_rt5682_max98357a: shrink platform_id below 20 charactersPierre-Louis Bossart2-3/+3
2025-09-04ASoC: Intel: sof_rt5682: shrink platform_id names below 20 charactersPierre-Louis Bossart3-9/+9
2025-09-04ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 charactersPierre-Louis Bossart4-9/+9
2025-08-28ASoC: fsl_sai: replace regmap_write with regmap_update_bitsShengjiu Wang1-10/+10
2025-08-28ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe()Kuninori Morimoto1-0/+3
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-28ASoC: ops: dynamically allocate struct snd_ctl_elem_valueArnd Bergmann1-11/+15
2025-08-28ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask()Kuninori Morimoto1-7/+9
2025-08-28ASoC: Intel: fix SND_SOC_SOF dependenciesArnd Bergmann1-1/+1
2025-08-28ASoC: fsl_sai: Force a software reset when starting in consumer modeArun Raghavan1-6/+8
2025-07-17ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio modeShengjiu Wang1-1/+2
2025-06-27ASoC: tegra210_ahub: Add check to of_device_get_match_data()Yuanjun Gong1-0/+2
2025-06-27ASoC: tas2770: Power cycle amp on ISENSE/VSENSE changeHector Martin1-2/+28
2025-06-27ASoC: meson: meson-card-utils: use of_property_present() for DT parsingMartin Blumenstingl1-1/+1
2025-06-27ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()Wentao Liang1-0/+4
2025-06-04ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013Takashi Iwai1-0/+13
2025-06-04ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()Kuninori Morimoto1-3/+5
2025-06-04ASoC: tas2764: Power up/down amp on mute opsHector Martin1-30/+21
2025-06-04ASoC: ops: Enforce platform maximum on initial valueMartin PoviĊĦer1-1/+28
2025-06-04ASoC: q6afe-clocks: fix reprobing of the driverDmitry Baryshkov3-105/+108
2025-05-02objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934...Josh Poimboeuf1-1/+1
2025-05-02ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error pathAlexey Klimov1-6/+13