Searched refs:s3c2412_i2s (Results 1 – 1 of 1) sorted by relevance
47 static struct s3c_i2sv2_info s3c2412_i2s; variable58 ret = s3c_i2sv2_probe(dai, &s3c2412_i2s, S3C2410_PA_IIS); in s3c2412_i2s_probe()62 s3c2412_i2s.dma_capture = &s3c2412_i2s_pcm_stereo_in; in s3c2412_i2s_probe()63 s3c2412_i2s.dma_playback = &s3c2412_i2s_pcm_stereo_out; in s3c2412_i2s_probe()65 s3c2412_i2s.iis_cclk = devm_clk_get(dai->dev, "i2sclk"); in s3c2412_i2s_probe()66 if (IS_ERR(s3c2412_i2s.iis_cclk)) { in s3c2412_i2s_probe()68 ret = PTR_ERR(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()74 clk_set_parent(s3c2412_i2s.iis_cclk, clk_get(NULL, "mpll")); in s3c2412_i2s_probe()75 ret = clk_prepare_enable(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()86 s3c_i2sv2_cleanup(dai, &s3c2412_i2s); in s3c2412_i2s_probe()[all …]