summaryrefslogtreecommitdiff
path: root/sound/soc/generic
AgeCommit message (Expand)AuthorFilesLines
2026-03-30ASoC: generic: keep fallback dai_name stable across rebindCássio Gabriel2-54/+44
2026-03-24ASoC: Merge up fixesMark Brown1-2/+2
2026-03-23ASoC: generic: update outdated comment for removed soc_bind_dai_link()Kexin Sun2-3/+5
2026-03-18ASoC: simple-card-utils: Check value of is_playback_only and is_capture_onlyShengjiu Wang1-2/+2
2026-03-16ASoC: soc-component: remove pcm_construct()/pcm_destruct()Kuninori Morimoto1-2/+1
2026-03-16ASoC: generic: name back to pcm_new()/pcm_free()Kuninori Morimoto1-6/+6
2026-03-16ASoC: soc-component: re-add pcm_new()/pcm_free()Kuninori Morimoto1-0/+1
2026-03-16ASoC: amd: Move to GPIO descriptorsMark Brown1-4/+8
2026-03-10ASoC: simple-card-utils: fix graph_util_is_ports0() for DT overlaysSen Wang1-4/+8
2026-02-23ASoC: simple-card-utils: add sysclk ordering supportStefano Radaelli1-11/+30
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+3
2026-01-05ASoC: simple-card-utils: Check device node before overwrite directionShengjiu Wang1-2/+2
2025-11-17ASoC: generic: audio-graph-card: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+2
2025-08-20ASoC: test-component: Use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-06-24ASoC: generic: Standardize ASoC menuKuninori Morimoto1-0/+4
2025-05-06AsoC: Phase out hybrid PCI devresMark Brown1-2/+2
2025-05-01ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_directionAlexander Stein1-2/+2
2025-04-14ASoC: simple-card-utils: fixup dlc->xxx handling for error caseKuninori Morimoto1-9/+14
2025-04-11ASoC: test-component: add set_tdm_slot stub implementationNicolas Frattaroli1-0/+11
2025-03-14ASoC: Merge up fixesMark Brown1-2/+5
2025-03-14ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()Kuninori Morimoto1-2/+5
2025-03-03ASoC: audio-graph-card2-custom-sample.dtsi: remove original sampleKuninori Morimoto1-702/+0
2025-03-03ASoC: audio-graph-card2-custom-sample2.dtsi: Separate Sample DTKuninori Morimoto1-0/+382
2025-03-03ASoC: audio-graph-card2-custom-sample1.dtsi: Separate Sample DTKuninori Morimoto1-0/+396
2025-02-06ASoC: audio-graph-card2: use snd_soc_ret()Kuninori Morimoto1-32/+49
2025-02-06ASoC: audio-graph-card: use snd_soc_ret()Kuninori Morimoto1-43/+50
2025-02-06ASoC: simple-card-utils: use snd_soc_ret()Kuninori Morimoto4-83/+111
2025-02-06ASoC: simple-card: use snd_soc_ret()Kuninori Morimoto1-59/+71
2025-02-05ASoC: simple-card-utils.c: add missing dlc->of_nodeKuninori Morimoto1-0/+1
2025-01-29Merge tag 'asoc-fix-v6.14-merge-window' of https://git.kernel.org/pub/scm/lin...Takashi Iwai1-33/+29
2025-01-22ASoC: audio-graph-card2: use correct endpoint when getting link parametersIvaylo Dimitrov1-33/+29
2025-01-20Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai4-274/+173
2025-01-15ASoC: simple-card-utils: fix priv->dai_props indexingLaurentiu Mihalcea1-5/+5
2025-01-13ASoC: extra format on each DAIMark Brown3-228/+140
2025-01-13ASoC: audio-graph-card2: Use extra format on each DAIKuninori Morimoto1-32/+44
2025-01-13ASoC: audio-graph-card2: use of_graph_get_port_by_id() at graph_get_next_mult...Kuninori Morimoto1-5/+14
2025-01-13ASoC: simple-card: use __free(device_node) for device nodeKuninori Morimoto1-41/+17
2025-01-13ASoC: audio-graph-card: use __free(device_node) for device nodeKuninori Morimoto1-34/+14
2025-01-13ASoC: audio-graph-card2: use __free(device_node) for device nodeKuninori Morimoto1-119/+54
2025-01-10ASoC: simple-card: Drop unnecessary "dai-tdm-slot-width-map" property presenc...Rob Herring (Arm)1-3/+2
2025-01-09ASoC: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2025-01-08ASoC: Merge up v6.13-rc6Mark Brown1-1/+1
2024-12-16ASoC: simple-card-utils: Unify clock direction by clk_directionKuninori Morimoto1-6/+6
2024-12-10ASoC: audio-graph-card: Call of_node_put() on correct nodeStephen Gordon1-1/+1
2024-12-09ASoC: simple-card-utils: use for_each_of_graph_port() on graph_get_dai_id()Kuninori Morimoto1-3/+4
2024-12-09ASoC: simple-card-utils: check port reg first on graph_get_dai_id()Kuninori Morimoto1-2/+5
2024-12-09ASoC: simple-card-utils: use __free(device_node) for device nodeKuninori Morimoto1-30/+14
2024-11-22Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-7/+13
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-59/+50