All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC: CPU DAI samsung-i2s.0 not registered
@ 2014-08-14  2:19 Matt Flax
  2014-08-14  2:28 ` Inha Song
  0 siblings, 1 reply; 7+ messages in thread
From: Matt Flax @ 2014-08-14  2:19 UTC (permalink / raw)
  To: alsa-devel@alsa-project.org

Hi there,

Any ideas why this problem is coming up when I try to load a driver ?

Here is the device tree :

     i2s0: i2s@03830000 {
         compatible = "samsung,i2s-v5";
         reg = <0x03830000 0x100>;
         dmas = <&pdma0 10
             &pdma0 9
             &pdma0 8>;
         dma-names = "tx", "rx", "tx-sec";
         clocks = <&clock_audss EXYNOS_I2S_BUS>,
             <&clock_audss EXYNOS_I2S_BUS>,
             <&clock_audss EXYNOS_SCLK_I2S>;
         clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
         samsung,supports-6ch;
         samsung,supports-rstclr;
         samsung,supports-secdai;
         samsung,idma-addr = <0x03000000>;
         pinctrl-names = "default";
         pinctrl-0 = <&i2s0_bus>;
     };

     implant: implant@0 {
             compatible = "bva,implant";
     };

     sound {
         compatible = "bva,implant-bva";

         samsung,i2s-controller = <&i2s0>;
         samsung,audio-codec = <&implant>;
     };

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-14  6:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14  2:19 ASoC: CPU DAI samsung-i2s.0 not registered Matt Flax
2014-08-14  2:28 ` Inha Song
2014-08-14  4:12   ` Matt Flax
2014-08-14  5:10     ` Michael Trimarchi
2014-08-14  6:31       ` Matt Flax
2014-08-14  5:54     ` Matt Flax
2014-08-14  6:38       ` Matt Flax

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.