On Wed, Feb 16, 2011 at 08:41:58AM -0800, Stephen Warren wrote:
Mark Brown wrote at Tuesday, February 15, 2011 4:59 PM:
The equivalent for Tegra would be drivers/video/tegra/dc/hdmi.c. Note that this location doesn't yet exist upstream. I just wanted to confirm that this location makes sense to you, vs. implementing a codec in sound/soc/tegra/hdmi.c, and having that call functions exposed by the Tegra dc/hdmi.c driver?
Note that the SH code has code in *both* locations - there's an ASoC driver that calls into the video driver as well under sound/soc/sh.
I see there's a machine driver there, which refers to the codec that's implemented in drivers/video/sh_mobile_hdmi.c. I assume that's all you mean.
Hrm, I remembered that differently. I'd prefer it if more of the code were in ASoC, otherwise we're going to get build breakages when APIs change.