diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-03-20 13:54:59 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-21 14:51:03 +0000 |
commit | e59289cda8dec0153fa396864c8ba8092ec3b80d (patch) | |
tree | c819d352f0ce0b92c8bf2ee53887ac53e13da3d5 /sound/soc/generic/simple-card-utils.c | |
parent | 0580dde59438686d60762b6da9229ebec693b94f (diff) | |
download | kernel_replicant_linux-e59289cda8dec0153fa396864c8ba8092ec3b80d.tar.gz kernel_replicant_linux-e59289cda8dec0153fa396864c8ba8092ec3b80d.tar.bz2 kernel_replicant_linux-e59289cda8dec0153fa396864c8ba8092ec3b80d.zip |
ASoC: simple_card_utils: share common priv for simple-card/audio-graph
Historically, simple-card/simple-scu-card/audio-graph/audio-graph-scu
are similar but different generic sound card.
simple-scu-card which was for DPCM was merged into simple-card, and
audio-graph-scu which was for DPCM was merged into audio-graph.
simple-card is for non OF graph sound card, and
audio-graph is for OF graph sound card.
And, small detail difference (= function parameter, naming, etc)
between simple-card/audio-graph has been unified.
So today, the difference between simple-card/audio-graph are
just using OF graph style, or not.
In other words, there should no difference other than OF graph sytle.
simple-card/audio-graph are using own priv today , but we can merge it.
This patch merge it at simple_card_utils.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/simple-card-utils.c')
0 files changed, 0 insertions, 0 deletions