| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: audio_graph_card2: Add support for variable slot widths | Richard Fitzgerald | 2022-03-07 | 1 | -0/+11 |
* | ASoC: simple-card-utils: Add new system-clock-fixed flag | Robert Hancock | 2022-01-24 | 1 | -0/+1 |
* | ASoC: simple-card-utils: add codec2codec support | Kuninori Morimoto | 2021-10-15 | 1 | -0/+3 |
* | ASoC: simple-card-utils: add asoc_graph_is_ports0() | Kuninori Morimoto | 2021-10-15 | 1 | -0/+1 |
* | ASoC: simple-card-utils: Increase maximum DAI links limit to 512 | Sameer Pujar | 2021-09-20 | 1 | -1/+1 |
* | ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c | Kuninori Morimoto | 2021-04-20 | 1 | -1/+1 |
* | ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c | Kuninori Morimoto | 2021-04-20 | 1 | -0/+3 |
* | ASoC: simple-card-utils: Increase maximum number of links to 128 | Thierry Reding | 2021-04-16 | 1 | -1/+3 |
* | ASoC: simple-card-utils: tidyup asoc_simple_parse_convert() | Kuninori Morimoto | 2021-04-13 | 1 | -2/+1 |
* | ASoC: simple-card-utils: tidyup dev_dbg() to use 1 line | Kuninori Morimoto | 2021-04-13 | 1 | -6/+3 |
* | ASoC: simple-card-utils: tidyup debug info for clock | Kuninori Morimoto | 2021-04-13 | 1 | -6/+6 |
* | ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platfo... | Kuninori Morimoto | 2021-04-13 | 1 | -3/+4 |
* | ASoC: simple-card-utils: add simple_props_to_xxx() macro | Kuninori Morimoto | 2021-04-13 | 1 | -7/+20 |
* | ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debug | Kuninori Morimoto | 2021-04-13 | 1 | -0/+2 |
* | ASoC: simple-card-utils: indicate dai_fmt if exist | Kuninori Morimoto | 2021-04-13 | 1 | -3/+2 |
* | ASoC: simple-card-utils: remove asoc_simple_parse_xxx() | Kuninori Morimoto | 2021-04-13 | 1 | -11/+0 |
* | ASoC: simple-card-utils: use for_each_prop_xxx() | Kuninori Morimoto | 2021-04-13 | 1 | -5/+38 |
* | ASoC: simple-card-utils: remove li->dais/li->conf | Kuninori Morimoto | 2021-04-13 | 1 | -2/+0 |
* | ASoC: simple-card-utils: share dummy DAI and reduce memory | Kuninori Morimoto | 2021-04-08 | 1 | -0/+1 |
* | ASoC: simple-card-utils: enable flexible CPU/Codec/Platform | Kuninori Morimoto | 2021-04-08 | 1 | -0/+8 |
* | ASoC: simple-card-utils: alloc dai_link information for CPU/Codec/Platform | Kuninori Morimoto | 2021-03-31 | 1 | -3/+4 |
* | ASoC: audio-graph: Expose new members for asoc_simple_priv | Sameer Pujar | 2020-11-10 | 1 | -0/+3 |
* | ASoC: simple-card-utils: Support configure pin_name for asoc_simple_init_jack | Shengjiu Wang | 2020-07-17 | 1 | -3/+3 |
* | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 2019-11-06 | 1 | -4/+4 |
|\ |
|
| * | ASoC: simple_card_utils.h: Fix potential multiple redefinition error | Daniel Baluta | 2019-10-09 | 1 | -4/+4 |
* | | ASoC: simple_card_utils.h: Add missing include | Daniel Baluta | 2019-10-09 | 1 | -0/+1 |
|/ |
|
* | ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai() | Kuninori Morimoto | 2019-07-10 | 1 | -0/+4 |
* | ASoC: simple-card: support snd_soc_dai_link_component style for cpu | Kuninori Morimoto | 2019-06-06 | 1 | -14/+6 |
* | ASoC: simple-card-utils: add asoc_simple_parse_pin_switches() | Paul Cercueil | 2019-04-26 | 1 | -0/+2 |
* | ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_() | Kuninori Morimoto | 2019-03-21 | 1 | -45/+45 |
* | ASoC: simple-card-utils: separate asoc_simple_card_parse_dai() | Kuninori Morimoto | 2019-03-21 | 1 | -31/+8 |
* | ASoC: simple-card-utils: share asoc_simple_card_init_priv() | Kuninori Morimoto | 2019-03-21 | 1 | -1/+9 |
* | ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup() | Kuninori Morimoto | 2019-03-21 | 1 | -0/+2 |
* | ASoC: simple-card-utils: share asoc_simple_dai_init() | Kuninori Morimoto | 2019-03-21 | 1 | -3/+1 |
* | ASoC: simple-card-utils: share asoc_simple_hw_param() | Kuninori Morimoto | 2019-03-21 | 1 | -0/+2 |
* | ASoC: simple-card-utils: share asoc_simple_shutdown() | Kuninori Morimoto | 2019-03-21 | 1 | -1/+1 |
* | ASoC: simple-card-utils: share asoc_simple_startup() | Kuninori Morimoto | 2019-03-21 | 1 | -1/+1 |
* | ASoC: simple_card_utils: share common priv for simple-card/audio-graph | Kuninori Morimoto | 2019-03-21 | 1 | -0/+23 |
* | ASoC: simple-card-utils: add asoc_simple_debug_info() | Kuninori Morimoto | 2019-03-21 | 1 | -0/+72 |
* | ASoC: simple-card: rename to asoc_simple_card_canonicalize_platform() | Kuninori Morimoto | 2019-01-21 | 1 | -1/+1 |
* | ASoC: soc-core: add .num_platform for dai_link | Kuninori Morimoto | 2019-01-21 | 1 | -1/+1 |
* | ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routi... | Kuninori Morimoto | 2018-11-21 | 1 | -2/+1 |
* | ASoC: simple-card-utils: tidyup asoc_simple_card_parse_convert() | Kuninori Morimoto | 2018-11-21 | 1 | -1/+2 |
* | ASoC: simple-card-util: support snd_soc_dai_link_component style for platform | Kuninori Morimoto | 2018-08-31 | 1 | -1/+1 |
* | ASoC: simple_card_utils: support snd_soc_dai_link_component style for codec | Kuninori Morimoto | 2018-08-31 | 1 | -9/+18 |
* | ASoC: simple-card-utils: convert to SPDX identifiers | Kuninori Morimoto | 2018-07-02 | 1 | -5/+3 |
* | ASoC: simple-card-utils: move hp and mic detect gpios from simple-card | Katsuhiro Suzuki | 2018-06-18 | 1 | -0/+15 |
* | ASoC: make clock direction configurable in asoc-simple | Vitaly Wool | 2017-09-01 | 1 | -0/+1 |
* | ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets() | Kuninori Morimoto | 2017-06-16 | 1 | -0/+2 |
* | ASoC: simple-card-utils: add asoc_simple_card_of_parse_routing() | Kuninori Morimoto | 2017-06-15 | 1 | -0/+4 |