2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-17 09:43:59 +08:00
linux-next/sound/soc/generic
Kuninori Morimoto b8d8f9a58f
ASoC: simple-scu-card: care link / dai count
In DPCM case, it uses CPU-dummy / dummy-Codec dai links.
If sound card is caring only DPCM, link count = dai count,
but, if non DPCM case, link count != dai count.
Now, we want to merge simple-card and simple-scu-card,
then, we need to care both link / dai count more carefly
This patch cares it, and prepare for merging simple card

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-12-11 12:18:26 +00:00
..
audio-graph-card.c ASoC: audio-graph-card: use cpu/codec pointer on graph_dai_props 2018-12-04 16:29:34 +00:00
audio-graph-scu-card.c ASoC: audio-graph-scu-card: care multi DPCM codec_conf 2018-12-04 16:29:19 +00:00
Kconfig ASoC: audio-graph-card: tidyup typo SND_AUDIO_GRAPH_CARD 2018-11-23 14:01:55 +00:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
simple-card-utils.c ASoC: simple-card-utils: fix build warning without CONFIG_OF 2018-12-11 01:08:51 +00:00
simple-card.c ASoC: simple-card: use cpu/codec pointer on simple_dai_props 2018-12-11 01:10:39 +00:00
simple-scu-card.c ASoC: simple-scu-card: care link / dai count 2018-12-11 12:18:26 +00:00