1. 15 Jun, 2017 6 commits
  2. 14 Jun, 2017 6 commits
  3. 13 Jun, 2017 7 commits
  4. 07 Jun, 2017 5 commits
  5. 06 Jun, 2017 9 commits
  6. 29 May, 2017 4 commits
  7. 26 May, 2017 2 commits
  8. 24 May, 2017 1 commit
    • Kuninori Morimoto's avatar
      ASoC: simple-card-utils: support snd_soc_get_dai_id() · 73b17f1a
      Kuninori Morimoto authored
      ALSA SoC needs to know connected DAI ID for detecting.
      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 snd_soc_get_dai_id() and
      its related .of_xlate_dai_id callback on component driver.
      In below case, we can handle Sound port (= port@2) as ID = 0
      if .of_xlate_dai_id has its support.
      
      	hdmi {
      		port@0 { /* VIDEO */ };
      		port@1 { /* VIDEO */ };
      		port@2 { /* SOUND */ };
      	};
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      73b17f1a