summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-08-061-2/+5
|\
| * ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof2019-07-241-2/+5
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-061-233/+129Star
|\|
| * 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/+24Star
| * 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/+2Star
| * | ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_componentKuninori Morimoto2019-06-241-25/+20Star
| * | ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()Kuninori Morimoto2019-06-241-9/+5Star
| * | 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/+0Star
| * | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-061-16/+10Star
| |\ \
| * | | ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto2019-06-061-158/+7Star
| * | | 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/+1Star
| * | | 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/+4Star
| * | | | ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()Kuninori Morimoto2019-05-131-12/+5Star
| * | | | ASoC: soc-core: add soc_component_to_node()Kuninori Morimoto2019-05-131-21/+18Star
| * | | | ASoC: soc-core: tidyup soc_bind_dai_link() comment balanceKuninori Morimoto2019-05-131-3/+2Star
| * | | | ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()Kuninori Morimoto2019-05-131-6/+4Star
| * | | | 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/+10Star
| |/ |/|
* | ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto2019-05-281-1/+6
* | ASoC: core: lock client_mutex while removing link componentsRanjani Sridharan2019-05-241-0/+2
|/
* Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-2/+2
|\
| * ASoC: core: conditionally increase module refcount on component openRanjani Sridharan2019-04-081-2/+2
* | ASoC: core: remove link components before cleaning up card resourcesRanjani Sridharan2019-04-051-0/+11
* | ASoC: core: support driver alias names for FE topology overridesPierre-Louis Bossart2019-04-021-2/+5
|/
* ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2019-03-111-0/+1
* ASoC: soc-core: Fix probe deferral following prelink failureJonathan Hunter2019-03-041-0/+1
* ASoC: core: don't increase component module refcount unconditionallyPierre-Louis Bossart2019-02-081-2/+4
* Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown2019-02-061-2/+7
|\
| * ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski2019-02-021-1/+1
| * ASoC: core: Allow soc_find_component lookups to match parent of_nodeCharles Keepax2019-01-251-1/+6
* | ASoC: soc-core: clear platform pointers on errorCurtis Malainey2019-02-041-1/+20
* | ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2Kuninori Morimoto2019-01-281-5/+4Star
* | ASoC: core: Fix multi-CODEC setupsMark Brown2019-01-221-2/+3
* | ASoC: soc-core: use for_each_link_codecs() for dai_link codecsKuninori Morimoto2019-01-211-3/+2Star
* | ASoC: soc-core: add soc_cleanup_component()Kuninori Morimoto2019-01-211-12/+14
* | ASoC: soc-core: reduce if/else nest on soc_probe_link_daisKuninori Morimoto2019-01-211-20/+17Star