Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512649
| From | Russell King - ARM Linux <linux@armlinux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support |
| Date | 2016-10-31 17:10 +0100 |
| Message-ID | <synjQ-4H2-11@gated-at.bofh.it> (permalink) |
| References | <synjQ-4H2-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Oct 28, 2016 at 01:22:21AM +0000, Kuninori Morimoto wrote:
> +static struct platform_driver snd_dw_hdmi_driver = {
> + .probe = snd_dw_hdmi_probe,
The driver must have a .remove function, because the platform device it
is binding against can appear and disappear.
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-10-31 17:10 +0100 Re: [PATCH][resend] drm: bridge: add DesignWare HDMI I2S audio support Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-11-01 10:40 +0100
csiph-web