summaryrefslogtreecommitdiff
path: root/sound/soc/generic/simple-card.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23ASoC: simple-card-utils: Make simple_util_remove() return voidUwe Kleine-König1-1/+1
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+1
2023-09-26ASoC: Merge up fixesMark Brown1-2/+4
2023-09-25ASoC: generic: convert not to use asoc_xxx()Kuninori Morimoto1-74/+73
2023-09-19ASoC: simple-card: fixup asoc_simple_probe() error handlingKuninori Morimoto1-2/+4
2023-07-17ASoC: simple-card.c: enable multi Component supportKuninori Morimoto1-2/+18
2023-07-10ASoC: simple-card: Handle additional devicesHerve Codina1-2/+44
2023-06-20ASoC: simple-card.c: use snd_soc_{of_}get_dlc()Kuninori Morimoto1-3/+1
2023-06-20ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto1-1/+1
2023-05-26ASoC: simple-card: Add missing of_node_put() in case of errorHerve Codina1-0/+1
2023-03-24ASoC: simple-card.c: add missing of_node_put()Kuninori Morimoto1-0/+1
2023-03-22ASoC: simple-card: add comment to indicate don't remove platformsKuninori Morimoto1-1/+21
2023-01-27ASoC: simple-card-utils: create jack inputs for aux_devsAstrid Rost1-0/+4
2022-10-19ASoC: simple-card: Fix up checks for HW param fixupsAidan MacDonald1-2/+1
2022-01-11ASoC: simple-card: fix probe failure on platform componentRobert Hancock1-1/+25
2021-12-20ASoC: generic: Use dev_err_probe() helperKuninori Morimoto1-2/+1
2021-06-22ASoC: simple-card: Fill in driver nameGuido Günther1-0/+1
2021-05-11ASoC: simple-card: add simple_link_init()Kuninori Morimoto1-31/+30
2021-05-11ASoC: simple-card: add simple_parse_node()Kuninori Morimoto1-54/+53
2021-04-23ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2Mark Brown1-88/+90
2021-04-21ASoC: simple-card: add simple_link_init()Kuninori Morimoto1-29/+30
2021-04-21ASoC: simple-card: add simple_parse_node()Kuninori Morimoto1-61/+58
2021-04-20ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto1-7/+0
2021-04-20ASoC: simple-card-utils: Allocate link info structure on heapThierry Reding1-10/+13
2021-04-16ASoC: simple-card-utils: Increase maximum number of links to 128Thierry Reding1-2/+2
2021-04-16ASoC: simple-card-utils: Propagate errors on too many linksThierry Reding1-7/+10
2021-04-15ASoC: simple-card: use simple_props_to_xxx() macroKuninori Morimoto1-5/+5
2021-04-15ASoC: simple-card: use asoc_link_to_xxx() macroKuninori Morimoto1-16/+19
2021-04-15ASoC: simple-card: remove unused variable from simple_parse_of()Kuninori Morimoto1-5/+0
2021-04-13ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()Kuninori Morimoto1-4/+4
2021-04-13ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platfo...Kuninori Morimoto1-4/+5
2021-04-13ASoC: simple-card-utils: remove asoc_simple_parse_xxx()Kuninori Morimoto1-9/+9
2021-04-13ASoC: simple-card-utils: remove li->dais/li->confKuninori Morimoto1-10/+1
2021-04-13ASoC: simple-card-utils: setup dai_props cpu_dai/codec_dai at initial timingKuninori Morimoto1-19/+5
2021-04-08ASoC: simple-card-utils: share dummy DAI and reduce memoryKuninori Morimoto1-11/+1
2021-04-08ASoC: simple-card-utils: enable flexible CPU/Codec/PlatformKuninori Morimoto1-0/+30
2021-04-07ASoC: simple-card: fix possible uninitialized single_cpu local variableKrzysztof Kozlowski1-1/+1
2021-03-31ASoC: simple-card: cleanup graph_for_each_link()Kuninori Morimoto1-64/+61
2021-03-31ASoC: simple-card: count DAI / link numbers as in orderKuninori Morimoto1-9/+31
2020-08-18ASoC: simple-card: Use snd_soc_of_parse_aux_devs()Stephan Gerhold1-32/+1
2020-07-08ASoC: soc-dai: set dai_link dpcm_ flags with a helperPierre-Louis Bossart1-2/+2
2019-12-10ASoC: simple-card: Don't create separate link when platform is presentDaniel Baluta1-0/+6
2019-10-15ASoC: simple-card: fixup simple_dai_link_of_dpcm() commentKuninori Morimoto1-2/+2
2019-09-03ASoC: simple-card: indicate rebind issueKuninori Morimoto1-1/+19
2019-08-09ASoC: simple-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto1-1/+1
2019-07-10ASoC: simple-card: fix an use-after-free in simple_for_each_link()Wen Yang1-2/+2
2019-07-10ASoC: simple-card: fix an use-after-free in simple_dai_link_of_dpcm()Wen Yang1-11/+11
2019-06-06ASoC: simple-card: support snd_soc_dai_link_component style for cpuKuninori Morimoto1-25/+14
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-5/+5
2019-05-24ASoC: simple-card: Restore original configuration of DAI formatJon Hunter1-5/+5