Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/samsung/
Ds3c2412-i2s.c57 static struct s3c_i2sv2_info s3c2412_i2s; variable
65 ret = s3c_i2sv2_probe(dai, &s3c2412_i2s, S3C2410_PA_IIS); in s3c2412_i2s_probe()
69 s3c2412_i2s.dma_capture = &s3c2412_i2s_pcm_stereo_in; in s3c2412_i2s_probe()
70 s3c2412_i2s.dma_playback = &s3c2412_i2s_pcm_stereo_out; in s3c2412_i2s_probe()
72 s3c2412_i2s.iis_cclk = clk_get(dai->dev, "i2sclk"); in s3c2412_i2s_probe()
73 if (IS_ERR(s3c2412_i2s.iis_cclk)) { in s3c2412_i2s_probe()
75 iounmap(s3c2412_i2s.regs); in s3c2412_i2s_probe()
76 return PTR_ERR(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()
81 clk_set_parent(s3c2412_i2s.iis_cclk, clk_get(NULL, "mpll")); in s3c2412_i2s_probe()
82 clk_enable(s3c2412_i2s.iis_cclk); in s3c2412_i2s_probe()
[all …]