Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/samsung/
Dpcm.c112 struct s3c_pcm_info { struct
113 spinlock_t lock;
114 struct device *dev;
115 void __iomem *regs;
117 unsigned int sclk_per_fs;
120 unsigned int idleclk;
122 struct clk *pclk;
123 struct clk *cclk;
147 static struct s3c_pcm_info s3c_pcm[2]; argument