Hi Mark,
Thanks for reviewing!
On 11/13/2012 09:27 PM, Mark Brown wrote:
On Tue, Nov 13, 2012 at 08:30:49PM -0600, Ricardo Neri wrote:
Instead of defining the address offset of the DMA port for transfers of
audio samples, obtain this information from the resources of the device.
This device and its resources are created by the OMAPDSS HDMI driver.
Presumably this needs some other corresponding change in the resource
setup to go in simultaneously...
Yes, the change in the resources setup has been submitted to the OMAPDSS
HDMI driver and accepted by Tomi [1].
- hdmi_data->dma_params.port_addr = hdmi_rsrc->start
- + OMAP_HDMI_AUDIO_DMA_PORT;
+ hdmi_data->dma_params.port_addr = hdmi_rsrc->start;
...both before and after versions use the resource.
This change should be present in K3.8.
BR,
Ricardo
[1].http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg79801.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html