CPU DAI和codec DAI 驱动用结构体 struct snd_soc_dai_driver描述,其字段ops的类型是 struct snd_soc_dai_ops,定义了DAI驱动的操作接口。 代码如下: struct snd_soc_dai_ops { /* * DAI clocking
structsnd_soc_dai_ops接口介绍 structsnd_soc_dai_ops接⼝介绍 CPU DAI和codec DAI 驱动⽤结构体 struct snd_soc_dai_driver描述,其字段ops的类型是 struct snd_soc_dai_ops,定义了DAI驱动的操作接⼝。代码如下:struct snd_soc_dai_ops { /* * DAI clocking configuration, all optional.* Called ...
Yuri Nedel Prodigy10points When porting a codec from kernel 2.6.32 to 2.6.37, getting this compilation error: error: 'struct snd_soc_codec' has no member named 'write' I see that include/sound/soc.h has really changed between those kernel versions. So, what other...
Open Description wammachado I have the same problem on ubuntu 20.04. I found a threadRemixVSL/iomemory-vsl4#25about this issue. Still looking for... Korynkai mentioned thison Jan 25, 2021 Korynkai commentedon Jan 25, 2021 Korynkai