]> git.baikalelectronics.ru Git - kernel.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)
commit92de6a091e38a12b91035e9ca49de6751b6b97f4
tree3a4b8ae6452a8bf8bb7756dae2d42616d6108686
parent515900ebf689465767e90e3e95b4dc7e73b4b37e
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 091702fedfbb6603ee702c99d24b97ca4635901a
("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 091702fedfbb6603ee702c99d24b97ca4635901a.

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