summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2018-03-28
|\
| * Merge branch 'topic/of' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-03-12
| |\
| | * ASoC: Add snd_soc_of_put_dai_link_codecs() helper functionSylwester Nawrocki2018-03-12
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2018-03-28
|\ \ \
| * | | ASoC: core: Fix typo roup->groupMark Brown2018-03-09
| * | | ASoC: use DEFINE_SHOW_ATTRIBUTE() to decrease code duplicationPeng Donglin2018-02-15
| * | | ASoC: soc-core: soc_probe_dai() code simplificationKuninori Morimoto2018-02-14
| * | | ASoC: soc-core: remove error due to probe deferralMartin Hundebøll2018-02-12
| | |/ | |/|
* | | soc-core: don't call kfree() for componentKuninori Morimoto2018-03-19
| |/ |/|
* | ASoC: remove rtd->platform checckKuninori Morimoto2018-02-12
|/
* Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-02-07
|\
| *-. Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/...Mark Brown2018-02-07
| |\ \
| | | * ASoC: soc-core: snd_soc_rtdcom_lookup() cares component driver nameKuninori Morimoto2018-01-23
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/dai-drv', 'as...Mark Brown2018-01-12
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2018-01-12
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-01
|\ \ \ \ \ \ \
| * | | | | | | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-09
| | |_|/ / / / | |/| | | | |
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs', 'a...Mark Brown2018-01-18
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | / / | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_syncKuninori Morimoto2017-11-29
| | | | |/ / / | | | |/| | |
| | * | | | | ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_listDonglin Peng2018-01-18
| |/ / / / /
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge remote-tracking branches 'asoc/topic/cs47l24', 'asoc/topic/cx20442', 'a...Mark Brown2018-01-18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | ASoC: soc-core: remove dai_drv from snd_soc_componentKuninori Morimoto2017-12-20
| |/ / / /
* | | | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2018-01-18
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ASoC: add snd_soc_disconnect_sync()Kuninori Morimoto2017-11-28
| |/ /
* | | ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookupKuninori Morimoto2018-01-18
| |/ |/|
* | ASoC: soc-core: care Codec <-> Codec case by non_legacy_dai_namingKuninori Morimoto2017-12-15
* | ASoC: don't use rtd->codec on soc_dev_attr_is_visible()Kuninori Morimoto2017-12-05
|/
*-. Merge remote-tracking branches 'asoc/topic/cygnus', 'asoc/topic/da7213', 'aso...Mark Brown2017-11-10
|\ \
| | * ASoC: fix build warning in soc-core.cRandy Dunlap2017-11-01
| |/
* | ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto2017-10-23
* | ASoC: snd_soc_component_driver has endiannessKuninori Morimoto2017-10-23
* | ASoC: soc-core: remove unnecessary message from snd_soc_register_component()Kuninori Morimoto2017-10-10
* | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-10-10
|\ \
| * | ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto2017-10-10
| |/
* | ASoC: soc-core: add component lookup functionsKuninori Morimoto2017-10-04
* | ASoC: add Component level set_bias_levelKuninori Morimoto2017-09-27
* | ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2017-09-27
* | ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto2017-09-26
* | ASoC: remove unneeded dai->driver checkKuninori Morimoto2017-09-25
* | ASoC: soc-core: remove rtd NULL check on soc_free_pcm_runtime()Kuninori Morimoto2017-09-25
|/
* Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-09-04
|\
| * Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2017-09-01
| |\
| | * ASoC: use snd_soc_component_get_dapm()Kuninori Morimoto2017-08-25
| | * ASoC: Add a sanity check before using dai driver nameJeffy Chen2017-08-25
| | * ASoC: soc-core: Allow searching dai driver name in snd_soc_find_daiJeffy Chen2017-08-22
| | * ASoC: soc-core: snd_soc_unregister_component() unregister all componentKuninori Morimoto2017-08-16
| | * Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-08-10
| | |\
| | * | ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto2017-08-10
| | * | ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto2017-08-10
| | * | ASoC: soc-core: Use IS_ERR_OR_NULL()Fabio Estevam2017-08-07