]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: audio-graph-card: use asoc_simple_card_of_parse_tdm()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 14 Jun 2017 00:35:30 +0000 (00:35 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jun 2017 10:00:16 +0000 (11:00 +0100)
commitc98907d59594827535b492309a145ac9c758fb4c
treef526c59c61cf92154fb73b9f90a26919e7574048
parent77b713b52878fbe21d9d5339cc42fbec3202392e
ASoC: audio-graph-card: use asoc_simple_card_of_parse_tdm()

Current simple card drivers are using asoc_simple_dai's tx_slot_mask,
rx_slot_mask, slots, slot_width directly to parse TDM.
Encapsulation is one of simple card util's purpose.
Let's use asoc_simple_card_of_parse_tdm for it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c