Background: The snd-soc-dummy codec is a dummy codec used for testing and sometimes with i2s codecs that doesn't have their own driver. Example of use: https://github.com/skakri/asoc-i2s-loader/blob/master/asoc-i2s-loader.c It restricts ...
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...