From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Flax Subject: ASoC: CPU DAI samsung-i2s.0 not registered Date: Thu, 14 Aug 2014 12:19:26 +1000 Message-ID: <53EC1CAE.7040906@flatmax.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [150.101.137.141]) by alsa0.perex.cz (Postfix) with ESMTP id 9001F26560F for ; Thu, 14 Aug 2014 04:22:25 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "alsa-devel@alsa-project.org" List-Id: 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>; };