summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-08-063-27/+36
|\
| * ASoC: audio-graph-card: add missing const at graph_get_dai_id()Kuninori Morimoto2019-07-111-1/+1
| * ASoC: audio-graph-card: fix an use-after-free in graph_get_dai_id()Wen Yang2019-07-101-1/+3
| * ASoC: audio-graph-card: fix use-after-free in graph_dai_link_of_dpcm()Wen Yang2019-07-101-13/+13
| * ASoC: simple-card: fix an use-after-free in simple_for_each_link()Wen Yang2019-07-101-2/+2
| * ASoC: simple-card: fix an use-after-free in simple_dai_link_of_dpcm()Wen Yang2019-07-101-11/+11
| * ASoC: simple-card-utils: care no Platform for DPCMKuninori Morimoto2019-07-101-0/+7
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-063-66/+32Star
|\|
| * ASoC: simple-card-utils: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-12/+3Star
| * Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-0/+1
| |\
| * | ASoC: simple-card-utils: don't select unnecessary PlatformKuninori Morimoto2019-06-191-3/+12
| * | ASoC: simple-card: support snd_soc_dai_link_component style for cpuKuninori Morimoto2019-06-063-62/+28Star
| * | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-301-5/+5
| |\ \
| * \ \ Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-05-211-5/+5
| |\ \ \
| * | | | ASoC: rename functions that pollute the simple_xxx namespaceAmir Goldstein2019-05-201-4/+4
* | | | | Merge branch 'asoc-5.2' into asoc-linusMark Brown2019-07-061-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ASoC: audio-graph-card: fix use-after-free in graph_for_each_linkWen Yang2019-07-041-3/+3
| | |_|/ | |/| |
| * | | ASoC: simple-card: Restore original configuration of DAI formatJon Hunter2019-05-241-5/+5
| | |/ | |/|
| * | ASoC: simple-card: Fix configuration of DAI formatJon Hunter2019-05-201-5/+5
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* ASoC: simple-card: Read pin switches conf from devicetreePaul Cercueil2019-04-261-0/+4
* ASoC: simple-card-utils: add asoc_simple_parse_pin_switches()Paul Cercueil2019-04-261-0/+57
* Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-042-6/+17
|\
| * ASoC: simple-card: don't select DPCM via simple-audio-cardKuninori Morimoto2019-04-041-3/+9
| * ASoC: audio-graph-card: don't select DPCM via audio-graph-cardKuninori Morimoto2019-04-041-3/+8
* | ASoC: simple-card-utils: remove set but not used variable 'dai_name'YueHaibing2019-04-011-3/+1Star
* | ASoC: simple-card-utils: test memory allocationKuninori Morimoto2019-03-211-2/+7
* | ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto2019-03-213-159/+159
* | ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto2019-03-213-159/+156Star
* | ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto2019-03-213-86/+64Star
* | ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto2019-03-213-24/+14Star
* | ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto2019-03-213-46/+27Star
* | ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto2019-03-213-89/+59Star
* | ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto2019-03-213-27/+16Star
* | ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto2019-03-213-41/+22Star
* | ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto2019-03-212-100/+53Star
* | ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto2019-03-213-12/+4Star
* | ASoC: audio-graph: add graph_parse_mclk_fs()Kuninori Morimoto2019-03-181-27/+23Star
* | ASoC: audio-graph: rename graph_get_conversion() to graph_parse_convert()Kuninori Morimoto2019-03-181-6/+10
* | ASoC: simple-card: add simple_parse_mclk_fs()Kuninori Morimoto2019-03-181-11/+22
* | ASoC: simple-card: rename simple_get_conversion() to simple_parse_convert()Kuninori Morimoto2019-03-181-5/+5
|/
* ASoC: simple-card: Fix of-node refcount unbalance in DAI-link parserTakashi Iwai2019-02-201-6/+12
* ASoC: simple-card: Fix missing of_node_put() at simple_dai_link_of()Takashi Iwai2019-02-201-0/+1
* ASoC: simple-card: Fix refcount underflowDaniel Baluta2019-02-181-1/+1
* ASoC: simple-card: rename to asoc_simple_card_canonicalize_platform()Kuninori Morimoto2019-01-213-21/+8Star
* ASoC: soc-core: add .num_platform for dai_linkKuninori Morimoto2019-01-213-7/+9
* ASoC: simple-card: reduce naming prefixKuninori Morimoto2019-01-031-78/+79
* ASoC: simple-card: cleanup DAI link loop method - step2Kuninori Morimoto2019-01-031-93/+81Star
* ASoC: simple-card: cleanup DAI link loop method - step1Kuninori Morimoto2019-01-031-73/+137
* ASoC: simple-card: add link_infoKuninori Morimoto2019-01-031-44/+50