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