summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-2/+5
2019-07-24ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof1-2/+5
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-233/+129
2019-07-04ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation providedSrinivas Kandagatla1-1/+1
2019-06-28ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet1-35/+24
2019-06-28ASoC: soc-core: defer card registration if codec component is missingJerome Brunet1-0/+8
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-2/+2
2019-06-26ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto1-2/+11
2019-06-24ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()Kuninori Morimoto1-3/+2
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_componentKuninori Morimoto1-25/+20
2019-06-24ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()Kuninori Morimoto1-9/+5
2019-06-24ASoC: soc-core: move soc_find_component()Kuninori Morimoto1-19/+19
2019-06-24ASoC: core: Adapt for debugfs API changeMark Brown1-6/+10
2019-06-24ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock;Kuninori Morimoto1-2/+2
2019-06-19ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto1-31/+33
2019-06-10ASoC: core: Fix deadlock in snd_soc_instantiate_card()Ranjani Sridharan1-2/+2
2019-06-07ASoC: Remove erroneous soc_cleanup_card_resources() callSylwester Nawrocki1-1/+0
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-16/+10
2019-06-06ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto1-158/+7
2019-06-06ASoC: soc.h: add sound dai_link connection macroKuninori Morimoto1-0/+7
2019-06-06ASoC: soc-core: use snd_soc_dai_link_component for CPUKuninori Morimoto1-14/+69
2019-06-06ASoC: core: Tell codec that jack is being removedAmadeusz Sławiński1-0/+1
2019-06-06ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_cardTzung-Bi Shih1-17/+10
2019-06-03Revert "ASoC: core: use component driver name as component name"Krzysztof Kozlowski1-4/+1
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-1/+8
2019-05-29ASoC: core: use component driver name as component nameTzung-Bi Shih1-1/+4
2019-05-28ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto1-1/+6
2019-05-24ASoC: core: lock client_mutex while removing link componentsRanjani Sridharan1-0/+2
2019-05-20ASoC: soc-core: WARN() is not related to component->driver->probeKuninori Morimoto1-5/+4
2019-05-13ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()Kuninori Morimoto1-12/+5
2019-05-13ASoC: soc-core: add soc_component_to_node()Kuninori Morimoto1-21/+18
2019-05-13ASoC: soc-core: tidyup soc_bind_dai_link() comment balanceKuninori Morimoto1-3/+2
2019-05-13ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()Kuninori Morimoto1-6/+4
2019-05-13ASoC: soc-core: use i on snd_soc_resume()Kuninori Morimoto1-3/+3
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-2/+2
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan1-2/+2
2019-04-05ASoC: core: remove link components before cleaning up card resourcesRanjani Sridharan1-0/+11
2019-04-02ASoC: core: support driver alias names for FE topology overridesPierre-Louis Bossart1-2/+5
2019-03-11ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-0/+1
2019-03-04ASoC: soc-core: Fix probe deferral following prelink failureJonathan Hunter1-0/+1
2019-02-08ASoC: core: don't increase component module refcount unconditionallyPierre-Louis Bossart1-2/+4
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown1-2/+7
2019-02-04ASoC: soc-core: clear platform pointers on errorCurtis Malainey1-1/+20
2019-02-02ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski1-1/+1
2019-01-28ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2Kuninori Morimoto1-5/+4
2019-01-25ASoC: core: Allow soc_find_component lookups to match parent of_nodeCharles Keepax1-1/+6
2019-01-22ASoC: core: Fix multi-CODEC setupsMark Brown1-2/+3
2019-01-21ASoC: soc-core: use for_each_link_codecs() for dai_link codecsKuninori Morimoto1-3/+2
2019-01-21ASoC: soc-core: add soc_cleanup_component()Kuninori Morimoto1-12/+14
2019-01-21ASoC: soc-core: reduce if/else nest on soc_probe_link_daisKuninori Morimoto1-20/+17