summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto2019-08-051-3/+2
* ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto2019-08-051-2/+1
* ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto2019-08-051-7/+5
* ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto2019-08-051-3/+2
* ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto2019-08-051-3/+1
* ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto2019-08-051-3/+1
* ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto2019-08-051-5/+4
* ASoC: add soc-component.cKuninori Morimoto2019-08-051-44/+0
* ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-37/+6
* ASoC: create pcm for codec2codec links as wellJerome Brunet2019-08-011-30/+12
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-07-261-2/+5
|\
| * ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof2019-07-241-2/+5
* | ASoC: soc-core: use existing snd_soc_dai_digital_mute()Kuninori Morimoto2019-07-231-8/+6
* | ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto2019-07-231-7/+8
* | ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto2019-07-231-7/+6
* | ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto2019-07-231-8/+7
* | ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto2019-07-231-4/+4
* | ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto2019-07-231-4/+4
* | ASoC: add soc-dai.cKuninori Morimoto2019-07-231-243/+0
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-061-233/+129
|\|
| * ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation providedSrinivas Kandagatla2019-07-041-1/+1
| * ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet2019-06-281-35/+24
| * ASoC: soc-core: defer card registration if codec component is missingJerome Brunet2019-06-281-0/+8
| * Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-2/+2
| |\
| * | ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto2019-06-261-2/+11
| * | ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto2019-06-241-3/+2
| * | ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_componentKuninori Morimoto2019-06-241-25/+20
| * | ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()Kuninori Morimoto2019-06-241-9/+5
| * | ASoC: soc-core: move soc_find_component()Kuninori Morimoto2019-06-241-19/+19
| * | ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto2019-06-191-31/+33
| * | ASoC: Remove erroneous soc_cleanup_card_resources() callSylwester Nawrocki2019-06-071-1/+0
| * | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-061-16/+10
| |\ \
| * | | ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto2019-06-061-158/+7
| * | | ASoC: soc.h: add sound dai_link connection macroKuninori Morimoto2019-06-061-0/+7
| * | | ASoC: soc-core: use snd_soc_dai_link_component for CPUKuninori Morimoto2019-06-061-14/+69
| * | | ASoC: core: Tell codec that jack is being removedAmadeusz Sławiński2019-06-061-0/+1
| * | | Revert "ASoC: core: use component driver name as component name"Krzysztof Kozlowski2019-06-031-4/+1
| * | | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-301-1/+8
| |\ \ \
| * | | | ASoC: core: use component driver name as component nameTzung-Bi Shih2019-05-291-1/+4
| * | | | ASoC: soc-core: WARN() is not related to component->driver->probeKuninori Morimoto2019-05-201-5/+4
| * | | | ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()Kuninori Morimoto2019-05-131-12/+5
| * | | | ASoC: soc-core: add soc_component_to_node()Kuninori Morimoto2019-05-131-21/+18
| * | | | ASoC: soc-core: tidyup soc_bind_dai_link() comment balanceKuninori Morimoto2019-05-131-3/+2
| * | | | ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()Kuninori Morimoto2019-05-131-6/+4
| * | | | ASoC: soc-core: use i on snd_soc_resume()Kuninori Morimoto2019-05-131-3/+3
* | | | | ASoC: core: Adapt for debugfs API changeMark Brown2019-06-241-6/+10
* | | | | ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock;Kuninori Morimoto2019-06-241-2/+2
| |_|_|/ |/| | |
* | | | ASoC: core: Fix deadlock in snd_soc_instantiate_card()Ranjani Sridharan2019-06-101-2/+2
| |_|/ |/| |
* | | ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_cardTzung-Bi Shih2019-06-061-17/+10
| |/ |/|
* | ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto2019-05-281-1/+6