aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/generic
AgeCommit message (Expand)AuthorFilesLines
2024-12-10ASoC: audio-graph-card: Call of_node_put() on correct nodeStephen Gordon1-1/+1
2024-11-21Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-7/+13
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-59/+50
2024-11-14ASoC: Merge up fixesMark Brown1-0/+3
2024-11-12ASoC: simple-card-utils: care simple_util_dai for dummy DAIKuninori Morimoto1-0/+6
2024-11-12ASoC: test-component: Support continuous rates for test componentJohn Watts1-1/+1
2024-11-11ASoC: audio-graph-card2: Purge absent supplies for device tree nodesJohn Watts1-0/+3
2024-11-01ASoC: generic: switch to use rtd->id from rtd->numKuninori Morimoto1-5/+5
2024-10-30ASoC: audio-graph-card2: Update comment with renamed file pathLad Prabhakar1-1/+1
2024-10-24ASoC: audio-graph-card2: use new of_graph functionsKuninori Morimoto1-56/+48
2024-10-24ASoC: audio-graph-card: use new of_graph functionsKuninori Morimoto1-1/+1
2024-10-24ASoC: test-component: use new of_graph functionsKuninori Morimoto1-2/+1
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König5-5/+5
2024-09-04Some clean up with helper fucntionMark Brown2-20/+3
2024-09-04ASoC: audio-graph-card2: Use helper function of_get_child_count()Zhang Zekun1-10/+1
2024-09-04ASoC: audio-graph-card: Use for_each_child_of_node_scoped() to simplify codeZhang Zekun1-10/+2
2024-08-22ASoC: remove snd_soc_dai_link_set_capabilities()Kuninori Morimoto3-6/+0
2024-08-06ASoC: remove bespoke trigger supportKuninori Morimoto1-9/+0
2024-07-08ASoC: simple-card: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski1-3/+2
2024-07-08ASoC: audio-graph-card2: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski1-4/+1
2024-07-08ASoC: audio-graph-card: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski1-3/+2
2024-07-08ASoC: simple-card-utils: Simplify with cleanup.hKrzysztof Kozlowski1-7/+6
2024-06-26ASoC: audio-graph-card2: add link-trigger-order supportKuninori Morimoto1-0/+13
2024-06-26ASoC: audio-graph-card: add link-trigger-order supportKuninori Morimoto1-0/+13
2024-06-26ASoC: simple-audio-card: add link-trigger-order supportKuninori Morimoto1-0/+10
2024-06-26ASoC: simple-card-utils: add link-trigger-order supportKuninori Morimoto1-0/+71
2024-06-17ASoC: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski1-1/+1
2024-06-17ASoC: audio-graph-card2: add support for aux devicesKuninori Morimoto1-0/+4
2024-06-10ASoC: generic: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+2
2024-06-03ASoC: simple-audio-card: merge simple_parse_mclk_fs() into simple_link_init()Kuninori Morimoto1-21/+10
2024-06-03ASoC: simple-audio-card: enable playback/capture_only propertyKuninori Morimoto1-5/+20
2024-06-03ASoC: audio-graph-card: merge graph_parse_mclk_fs() into graph_link_init()Kuninori Morimoto1-19/+13
2024-06-03ASoC: audio-graph-card: enable playback/capture_only propertyKuninori Morimoto1-5/+23
2024-06-03ASoC: audio-graph-card: remove ports node name checkKuninori Morimoto1-10/+5
2024-06-03ASoC: audio-graph-card: add ep_to_port() / port_to_ports()Kuninori Morimoto1-7/+19
2024-06-03ASoC: audio-graph-card2: merge graph_parse_mclk_fs() into graph_link_init()Kuninori Morimoto1-16/+9
2024-06-03ASoC: audio-graph-card2: expand dai_link property partKuninori Morimoto2-42/+66
2024-06-03ASoC: audio-graph-card2: remove ports node name checkKuninori Morimoto2-8/+10
2024-06-03ASoC: audio-graph-card2: add ep_to_port() / port_to_ports()Kuninori Morimoto1-17/+29
2024-06-03ASoC: simple-card-utils: remove both playback/capture_only checkKuninori Morimoto1-6/+1
2024-05-27ASoC: simple-card-utils: Split simple_fixup_sample_fmt funcMohan Kumar1-6/+20
2024-05-13Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai3-10/+6
2024-05-10ASoC: audio-graph-card2: call of_node_get() before of_get_next_child()Kuninori Morimoto1-1/+1
2024-05-09ASoC: audio-graph-card2: remove unneeded of_node_get()Kuninori Morimoto1-2/+0
2024-05-08ASoC: generic: Use *-y instead of *-objs in MakefileTakashi Iwai1-6/+6
2024-03-26ASoC: soc-jack: Get rid of legacy GPIO supportAndy Shevchenko1-2/+0
2024-01-12ASoC: audio-graph-card2: fix index check on graph_parse_node_multi_nm()Kuninori Morimoto1-1/+1
2023-12-18ASoC: simple-card-utils: Drop GPIO includeLinus Walleij3-3/+0
2023-12-14ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flagsDaniel Baluta2-0/+25
2023-12-07ASoC: audio-graph-card2: fix off by one in graph_parse_node_multi_nm()Dan Carpenter1-1/+1