30 Sep
2014
30 Sep
'14
9:25 p.m.
On Wed, Sep 24, 2014 at 10:11:21AM +0200, Jean-Francois Moine wrote:
This patch interfaces the HDMI transmitter with the audio system.
Please use subject lines corresponding to the style for the subsystem.
- request_module("snd-soc-hdmi-codec");
- pdev = platform_device_register_resndata(&priv->hdmi->dev,
"hdmi-audio-codec",
PLATFORM_DEVID_NONE,
NULL, 0,
&tda998x_hdmi_data,
sizeof tda998x_hdmi_data);
Why is this request_module() needed? If there is a good reason for it we should have some documentation.