[alsa-devel] [PATCH V2 1/9] sound:asoc: Add support for spdif in Audio Codec

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Jun 22 11:21:29 CEST 2012


On Thu, Jun 21, 2012 at 03:54:49PM +0530, Rajeev Kumar wrote:
> From: Vipin Kumar <vipin.kumar at st.com>
> 
> This patch adds the support for spdif in audio codec.

As ever do try to provide subject lines which are appropriate for the
subsystem you're submitting against.

> +static int __init dir_modinit(void)
> +{
> +	return platform_driver_register(&spdif_dir_driver);
> +}
> +
> +static void __exit dir_exit(void)
> +{
> +	platform_driver_unregister(&spdif_dir_driver);
> +}
> +
> +module_init(dir_modinit);
> +module_exit(dir_exit);

module_platform_driver().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20120622/fa99be23/attachment.sig 


More information about the Alsa-devel mailing list