]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_name
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 27 Jan 2017 06:37:51 +0000 (06:37 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 27 Jan 2017 11:59:36 +0000 (11:59 +0000)
commitb07609cecaac6681a2fca3eebc1bae7b00282620
tree3a4b8ae6452a8bf8bb7756dae2d42616d6108686
parent440a3006f154a3aca4badf72841c61ac93a72110
ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_name

Because prototype of OF-graph sound card support didn't have Sound Card
node, commit 8f5ebb1bee15b5720741a98414767bb86f6c2b23
("ASoC: soc-core: adjust for graph on snd_soc_of_parse_card_name")
adjusted to it on each functions.

But final discussion result of ALSA SoC / OF-graph ML, OF-graph sound
card has node. Thus, this commit became no longer needed.

This reverts commit 8f5ebb1bee15b5720741a98414767bb86f6c2b23.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-core.c