summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2025-09-03ASoC: Intel: avs: es8336: Adjust platform nameCezary Rojewski1-11/+5
2025-09-03ASoC: Intel: avs: dmic: Refactor dai_link creationCezary Rojewski1-31/+49
2025-09-03ASoC: Intel: avs: da7219: Adjust platform nameCezary Rojewski1-11/+4
2025-09-03ASoC: Intel: avs: hda: Adjust platform nameCezary Rojewski1-5/+8
2025-09-03ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macroNicolas Frattaroli1-1/+3
2025-09-02Minor bug fixes for some older Wolfson devicesMark Brown2-4/+13
2025-09-02ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in error messageColin Ian King1-1/+1
2025-09-02ASoC: SOF: imx: Fix devm_ioremap_resource checkDaniel Baluta1-2/+2
2025-09-02ASoC: SOF: ipc4-topology: Fix a less than zero check on a u32Colin Ian King1-3/+4
2025-09-02ASoC: qcom: audioreach: fix sparse warningsMark Brown2-4/+4
2025-09-02ASoC: SDCA: Add quirk for incorrect function types for 3 systemsMaciej Strozek2-5/+28
2025-09-02ASoC: amd: acp: Adjust pdm gain valueVenkata Prasad Potturu1-1/+1
2025-09-02ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()Dan Carpenter1-3/+4
2025-09-01ASoC: qcom: audioreach: convert to cpu endainess type before accessingSrinivas Kandagatla1-1/+1
2025-09-01ASoC: qcom: topology: convert to cpu endainess type before accessingSrinivas Kandagatla1-1/+1
2025-09-01ASoC: qcom: audioreach: fix potential null pointer dereferenceSrinivas Kandagatla1-2/+2
2025-09-01ASoC: wm8974: Correct PLL rate roundingCharles Keepax1-2/+6
2025-09-01ASoC: wm8940: Correct typo in control nameCharles Keepax1-1/+1
2025-09-01ASoC: wm8940: Correct PLL rate roundingCharles Keepax1-1/+6
2025-09-01ASoC: soc-dapm: rename snd_soc_kcontrol_component() to snd_soc_kcontrol_to_co...Kuninori Morimoto1-0/+14
2025-09-01ASoC: soc-dapm: rename dapm_kcontrol_get_value() to snd_soc_dapm_kcontrol_get...Kuninori Morimoto1-2/+2
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_dapm() to snd_soc_dapm_kcontrol_...Kuninori Morimoto1-5/+3
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_widget() to snd_soc_dapm_kcontro...Kuninori Morimoto1-4/+3
2025-09-01ASoC: rt712: avoid skipping the blind writeShuming Fan1-4/+2
2025-08-30Merge branch 'for-linus' into for-nextTakashi Iwai4-12/+18
2025-08-30ASoC: SOF: ipc4: Add support for 8-bit and floatMark Brown3-20/+187
2025-08-30ASoC: SOF: sof-client-probes-ipc4: Query availableMark Brown6-25/+216
2025-08-30ASoC: SOF: sof-client: Enforce client access scopeMark Brown3-37/+83
2025-08-30ASoC: SOF: Intel: only detect codecs when HDA DSPMark Brown5-8/+9
2025-08-29ASoC: sof: ipc4-topology: Add support to sched_domain attributeJyri Sarha3-1/+53
2025-08-29ASoC: SOF: sof-client: Introduce sof_client_dev_entry structurePeter Ujfalusi2-36/+69
2025-08-29ASoC: SOF: sof-client: Convert sof_client_dev_to_sof_dev into functionPeter Ujfalusi3-4/+17
2025-08-29ASoC: SOF: sof-client-probes: Add available points_info(), IPC4 onlyJyri Sarha4-18/+84
2025-08-29ASoC: SOF: sof-client-probes-ipc4: Human readable debugfs "probe_points"Jyri Sarha3-3/+72
2025-08-29ASoC: SOF: sof-client: Add sof_client_ipc4_find_swidget_by_id()Jyri Sarha2-0/+15
2025-08-29ASoC: SOF: sof-client-probes-ipc4: Implement ipc4_probes_points_infoJyri Sarha1-6/+47
2025-08-29ASoC: SOF: ipc4-topology: Add support for float sample typeSeppo Ingalsuo1-1/+15
2025-08-29ASoC: SOF: ipc4-topology: Add support for 8-bit formatsSeppo Ingalsuo2-19/+116
2025-08-29ASoC: SOF: ipc4-pcm: Add fixup for channelsPeter Ujfalusi1-0/+56
2025-08-29ASoC: SOF: Intel: only detect codecs when HDA DSP probeBard Liao4-5/+6
2025-08-29ASoC: SOF: Intel: split codec mask detect and programming UNSOLBard Liao2-3/+3
2025-08-28ASoC: Intel: avs: Refactor machine-board registrationMark Brown2-190/+118
2025-08-28ASoC: use int type to store negative error codesMark Brown6-6/+9
2025-08-28ASoC: renesas: msiof: Make small adjustments to avoidMark Brown7-91/+52
2025-08-28ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen opAjye Huang1-0/+1
2025-08-28ASoC: amd: acp: Remove (explicitly) unused headerAndy Shevchenko1-1/+1
2025-08-28ASoC: qcom: use int type to store negative error codesQianfeng Rong2-2/+3
2025-08-28ASoC: adau1977: use int type to store negative error codesQianfeng Rong1-1/+1
2025-08-28ASoC: amd: use int type to store negative error codesQianfeng Rong3-3/+5
2025-08-28ASoC: Intel: avs: Allow i2s test and non-test boards to coexistCezary Rojewski1-3/+7