commit | 96203fb4237bf70f0fd0fa307ca2975077db3ceb | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu May 18 01:40:20 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed May 24 18:45:29 2017 +0100 |
tree | 9641ed8df0d72e910b568d81a0fda0bd6d2bd08b | |
parent | 24069b589b02cc1292761b0f72623dd50ad1e19c [diff] |
ASoC: hdmi-codec: add .get_dai_id support ALSA SoC needs to know connected DAI ID for probing. It is not a big problem if device/driver was only for sound, but getting DAI ID will be difficult if device includes both Video/Sound, like HDMI. To solve this issue, this patch adds new .get_dai_id callback on hdmi_codec_ops Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>