Home
last modified time | relevance | path

Searched defs:s3c_pcm_info (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/samsung/
H A Dpcm.c117 struct s3c_pcm_info { struct
118 spinlock_t lock;
119 struct device *dev;
120 void __iomem *regs;
122 unsigned int sclk_per_fs;
125 unsigned int idleclk;
127 struct clk *pclk;
128 struct clk *cclk;
152 static struct s3c_pcm_info s3c_pcm[2]; argument