On 08/14/15 19:10, Mark Brown wrote: > On Fri, Aug 14, 2015 at 12:30:40PM +0300, Jyri Sarha wrote: >> The hdmi stub codec has not been used since refactoring of OMAP HDMI >> audio support. > > grep tells me that the OMAP HDMI4 and HDMI5 drivers are still > registering this device in -next... >
Really? My source trees for mainline and linux-next look like this: $ git grep "hdmi-audio-codec" sound/soc/codecs/hdmi.c:#define DRV_NAME "hdmi-audio-codec" Don't you mean "omap-hdmi-audio", that is implemented in sound/soc/omap/omap-hdmi-audio.c ? That driver is bit different. It implements ASoC card and uses generic dummy codec. The "hdmi-audio-codec" has not been used for OMAP HDMI audio for several releases already. Best regards, Jyri