summaryrefslogtreecommitdiff
path: root/sound/soc/generic
AgeCommit message (Expand)AuthorFilesLines
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
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-25ASoC: audio-graph-card2: use new of_graph functionsKuninori Morimoto1-56/+48
2024-10-25ASoC: audio-graph-card: use new of_graph functionsKuninori Morimoto1-1/+1
2024-10-25ASoC: 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