Home
last modified time | relevance | path

Searched refs:s3c2412_i2s (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Ds3c2412-i2s.c48 static struct s3c_i2sv2_info s3c2412_i2s; variable
59 ret = s3c_i2sv2_probe(dai, &s3c2412_i2s, S3C2410_PA_IIS); in s3c2412_i2s_probe()
63 s3c2412_i2s.dma_capture = &s3c2412_i2s_pcm_stereo_in; in s3c2412_i2s_probe()
64 s3c2412_i2s.dma_playback = &s3c2412_i2s_pcm_stereo_out; in s3c2412_i2s_probe()
66 s3c2412_i2s.iis_cclk = devm_clk_get(dai->dev, "i2sclk"); in s3c2412_i2s_probe()
67 if (IS_ERR(s3c2412_i2s.iis_cclk)) { in s3c2412_i2s_probe()
69 return 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 clk_prepare_enable(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()
77 s3c2412_i2s.iis_cclk = s3c2412_i2s.iis_pclk; in s3c2412_i2s_probe()
[all …]