| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2024-09-09 | 5 | -5/+5 |
* | Some clean up with helper fucntion | Mark Brown | 2024-09-04 | 2 | -20/+3 |
|\ |
|
| * | ASoC: audio-graph-card2: Use helper function of_get_child_count() | Zhang Zekun | 2024-09-04 | 1 | -10/+1 |
| * | ASoC: audio-graph-card: Use for_each_child_of_node_scoped() to simplify code | Zhang Zekun | 2024-09-04 | 1 | -10/+2 |
* | | ASoC: remove snd_soc_dai_link_set_capabilities() | Kuninori Morimoto | 2024-08-22 | 3 | -6/+0 |
* | | ASoC: remove bespoke trigger support | Kuninori Morimoto | 2024-08-06 | 1 | -9/+0 |
|/ |
|
* | ASoC: simple-card: Use cleanup.h instead of devm_kfree() | Krzysztof Kozlowski | 2024-07-08 | 1 | -3/+2 |
* | ASoC: audio-graph-card2: Use cleanup.h instead of devm_kfree() | Krzysztof Kozlowski | 2024-07-08 | 1 | -4/+1 |
* | ASoC: audio-graph-card: Use cleanup.h instead of devm_kfree() | Krzysztof Kozlowski | 2024-07-08 | 1 | -3/+2 |
* | ASoC: simple-card-utils: Simplify with cleanup.h | Krzysztof Kozlowski | 2024-07-08 | 1 | -7/+6 |
* | ASoC: audio-graph-card2: add link-trigger-order support | Kuninori Morimoto | 2024-06-26 | 1 | -0/+13 |
* | ASoC: audio-graph-card: add link-trigger-order support | Kuninori Morimoto | 2024-06-26 | 1 | -0/+13 |
* | ASoC: simple-audio-card: add link-trigger-order support | Kuninori Morimoto | 2024-06-26 | 1 | -0/+10 |
* | ASoC: simple-card-utils: add link-trigger-order support | Kuninori Morimoto | 2024-06-26 | 1 | -0/+71 |
* | ASoC: Constify DAI ops auto_selectable_formats | Krzysztof Kozlowski | 2024-06-17 | 1 | -1/+1 |
* | ASoC: audio-graph-card2: add support for aux devices | Kuninori Morimoto | 2024-06-17 | 1 | -0/+4 |
* | ASoC: generic: Replace of_gpio.h by proper one | Andy Shevchenko | 2024-06-10 | 1 | -1/+2 |
* | ASoC: simple-audio-card: merge simple_parse_mclk_fs() into simple_link_init() | Kuninori Morimoto | 2024-06-03 | 1 | -21/+10 |
* | ASoC: simple-audio-card: enable playback/capture_only property | Kuninori Morimoto | 2024-06-03 | 1 | -5/+20 |
* | ASoC: audio-graph-card: merge graph_parse_mclk_fs() into graph_link_init() | Kuninori Morimoto | 2024-06-03 | 1 | -19/+13 |
* | ASoC: audio-graph-card: enable playback/capture_only property | Kuninori Morimoto | 2024-06-03 | 1 | -5/+23 |
* | ASoC: audio-graph-card: remove ports node name check | Kuninori Morimoto | 2024-06-03 | 1 | -10/+5 |
* | ASoC: audio-graph-card: add ep_to_port() / port_to_ports() | Kuninori Morimoto | 2024-06-03 | 1 | -7/+19 |
* | ASoC: audio-graph-card2: merge graph_parse_mclk_fs() into graph_link_init() | Kuninori Morimoto | 2024-06-03 | 1 | -16/+9 |
* | ASoC: audio-graph-card2: expand dai_link property part | Kuninori Morimoto | 2024-06-03 | 2 | -42/+66 |
* | ASoC: audio-graph-card2: remove ports node name check | Kuninori Morimoto | 2024-06-03 | 2 | -8/+10 |
* | ASoC: audio-graph-card2: add ep_to_port() / port_to_ports() | Kuninori Morimoto | 2024-06-03 | 1 | -17/+29 |
* | ASoC: simple-card-utils: remove both playback/capture_only check | Kuninori Morimoto | 2024-06-03 | 1 | -6/+1 |
* | ASoC: simple-card-utils: Split simple_fixup_sample_fmt func | Mohan Kumar | 2024-05-27 | 1 | -6/+20 |
* | Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2024-05-13 | 3 | -10/+6 |
|\ |
|
| * | ASoC: audio-graph-card2: remove unneeded of_node_get() | Kuninori Morimoto | 2024-05-09 | 1 | -2/+0 |
| * | ASoC: generic: Use *-y instead of *-objs in Makefile | Takashi Iwai | 2024-05-08 | 1 | -6/+6 |
| * | ASoC: soc-jack: Get rid of legacy GPIO support | Andy Shevchenko | 2024-03-26 | 1 | -2/+0 |
* | | ASoC: audio-graph-card2: call of_node_get() before of_get_next_child() | Kuninori Morimoto | 2024-05-10 | 1 | -1/+1 |
|/ |
|
* | ASoC: audio-graph-card2: fix index check on graph_parse_node_multi_nm() | Kuninori Morimoto | 2024-01-12 | 1 | -1/+1 |
* | ASoC: simple-card-utils: Drop GPIO include | Linus Walleij | 2023-12-18 | 3 | -3/+0 |
* | ASoC: audio-graph-card2: Introduce playback-only/capture-only DAI link flags | Daniel Baluta | 2023-12-14 | 2 | -0/+25 |
* | ASoC: audio-graph-card2: fix off by one in graph_parse_node_multi_nm() | Dan Carpenter | 2023-12-07 | 1 | -1/+1 |
* | ASoC: audio-graph-card2-custom-sample: add CPU/Codec = N:M sample | Kuninori Morimoto | 2023-11-27 | 1 | -0/+199 |
* | ASoC: audio-graph-card2-custom-sample: Add connection image | Kuninori Morimoto | 2023-11-27 | 1 | -39/+142 |
* | ASoC: audio-graph-card2: add CPU:Codec = N:M support | Kuninori Morimoto | 2023-11-27 | 1 | -23/+202 |
* | ASoC: audio-graph-card2: use better image for Multi connection | Kuninori Morimoto | 2023-11-27 | 1 | -26/+26 |
* | ASoC: simple-card-utils: Make simple_util_remove() return void | Uwe Kleine-König | 2023-10-23 | 5 | -7/+5 |
* | ASoC: Explicitly include correct DT includes | Rob Herring | 2023-10-09 | 4 | -6/+2 |
* | ASoC: Merge up fixes | Mark Brown | 2023-09-26 | 2 | -3/+6 |
|\ |
|
| * | ASoC: simple-card: fixup asoc_simple_probe() error handling | Kuninori Morimoto | 2023-09-19 | 1 | -2/+4 |
| * | ASoC: simple-card-utils: fixup simple_util_startup() error handling | Kuninori Morimoto | 2023-09-19 | 1 | -1/+2 |
* | | ASoC: generic: convert not to use asoc_xxx() | Kuninori Morimoto | 2023-09-25 | 6 | -265/+263 |
* | | ASoC: simple_card_utils.h: convert not to use asoc_xxx() | Kuninori Morimoto | 2023-09-25 | 1 | -50/+50 |
|/ |
|
* | ASoC: audio-graph-card.c: move audio_graph_parse_of() | Kuninori Morimoto | 2023-08-24 | 1 | -71/+68 |