aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2024-05-27ASoC: intel: Constify struct snd_soc_opsChristophe JAILLET14-22/+22
2024-05-27ASoC: fsl: fsl_xcvr: Switch to RUNTIME_PM_OPS()Fabio Estevam1-6/+4
2024-05-27ASoC: fsl: fsl_easrc: Switch to RUNTIME_PM_OPS()Fabio Estevam1-6/+4
2024-05-27ASoC: fsl: fsl_aud2htx: Switch to RUNTIME_PM_OPS()Fabio Estevam1-6/+5
2024-05-27ASoC: SOF: topology: Constify struct snd_soc_tplg_opsChristophe JAILLET1-2/+2
2024-05-27ASoC: Intel: Skylake: Constify struct snd_soc_tplg_opsChristophe JAILLET1-1/+1
2024-05-27ASoC: qdsp6: audioreach: Constify struct snd_soc_tplg_opsChristophe JAILLET1-1/+1
2024-05-27ASoC: Intel: avs: Constify struct snd_soc_tplg_opsChristophe JAILLET1-1/+1
2024-05-27ASoC: topology: Constify an argument of snd_soc_tplg_component_load()Christophe JAILLET1-2/+2
2024-05-27ASoC: SOF: ipc4-topology: Add support for NHLT with 16-bit only DMIC blobPeter Ujfalusi1-3/+22
2024-05-27ASoC: codecs: wcd939x: Minor white-space and define cleanupKrzysztof Kozlowski1-3/+1
2024-05-27ASoC: codecs: wcd939x: Unify define used for MIC bias registersKrzysztof Kozlowski2-23/+18
2024-05-27ASoC: codecs: wcd938x: Unify define used for MIC2 bias registerKrzysztof Kozlowski2-2/+1
2024-05-27ASoC: codecs: wcd938x: Drop unused duplicated MIC2 bias register definesKrzysztof Kozlowski1-2/+0
2024-05-27ASoC: rt1320: Add RT1320 SDCA vendor-specific driverShuming Fan4-0/+2363
2024-05-27ASoC: qcom: x1e80100: Correct channel mappingKrzysztof Kozlowski1-0/+18
2024-05-27ASoC: qcom: qdsp6: Set channel mapping instead of fixed defaultsKrzysztof Kozlowski4-24/+15
2024-05-27ASoC: qcom: q6apm-lpass-dais: Implement proper channel mappingKrzysztof Kozlowski2-6/+5
2024-05-27ASoC: Constify channel mapping array arguments in set_channel_map()Krzysztof Kozlowski9-21/+36
2024-05-27ASoC: codecs: es8311: add everest es8311 codec supportMatteo Martelli4-0/+1138
2024-05-24Merge tag 'sound-fix-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-84/+47
2024-05-23Merge tag 'asoc-fix-v6.10-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai6-84/+47
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-2/+2
2024-05-21Merge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-20ASoC: tas2781: Fix wrong loading calibrated data sequenceShenghao Ding2-78/+29
2024-05-20ASoC: tas2552: Add TX path for capturing AUDIO-OUT dataShenghao Ding1-2/+13
2024-05-15ASoC: codecs: ES8326: solve hp and button detect issueZhang Yi1-3/+3
2024-05-14ASoC: rt5645: mic-in detection threshold modificationJack Yu1-0/+1
2024-05-14ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for `-sdca` detectionPeter Ujfalusi1-1/+1
2024-05-13ASoC: SOF: amd: Fix build error with built-in configTakashi Iwai1-1/+1
2024-05-13Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai577-10609/+14376
2024-05-10Merge branch 'for-linus' into for-nextTakashi Iwai12-35/+110
2024-05-10ASoC: Intel: updates for 6.10 - part7Mark Brown24-427/+300
2024-05-10ASoC: audio-graph-card2: call of_node_get() before of_get_next_child()Kuninori Morimoto1-1/+1
2024-05-10ASoC: SOF: amd: Correct spaces in MakefileTakashi Iwai1-4/+4
2024-05-10ASoC: rt715-sdca-sdw: Fix wrong complete waiting in rt715_dev_resume()Bard Liao1-2/+2
2024-05-10ASoC: Intel: sof_sdw_rt_amp: use dai parameterBard Liao1-7/+3
2024-05-10ASoC: Intel: sof_sdw: add dai parameter to rtd_init callbackBard Liao14-34/+34
2024-05-10ASoC: Intel: sof_sdw: use .controls/.widgets to add controls/widgetsBard Liao12-257/+112
2024-05-10ASoC: Intel: sof_sdw: add controls and dapm widgets in codec_infoBard Liao2-0/+35
2024-05-10ASoC: Intel: sof_sdw: use generic name for controls/widgetsBard Liao9-56/+56
2024-05-10ASoC: Intel: sof_sdw_cs_amp: rename Speakers to SpeakerBard Liao1-2/+2
2024-05-10ASoC: Intel: maxim-common: change max98373 data to staticBrent Lu2-16/+8
2024-05-10ASoC: Intel: sof_sdw: add max98373 dapm routesBrent Lu3-3/+5
2024-05-10ASoC: Intel: sof_rt5682: use max_98373_dai_link functionBrent Lu1-4/+1
2024-05-10ASoC: Intel: sof_nau8825: use max_98373_dai_link functionBrent Lu1-4/+1
2024-05-10ASoC: Intel: sof_da7219: use max_98373_dai_link functionBrent Lu1-3/+2
2024-05-10ASoC: Intel: maxim-common: add max_98373_dai_link functionBrent Lu2-0/+10
2024-05-10ASoC: Intel: soc-acpi-intel-lnl-match: add cs42l43 only supportBard Liao1-0/+50