22 Jun
2012
22 Jun
'12
9:44 a.m.
Hello Mark,
On 6/22/2012 2:51 PM, Mark Brown wrote:
On Thu, Jun 21, 2012 at 03:54:49PM +0530, Rajeev Kumar wrote:
From: Vipin Kumarvipin.kumar@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.
Ok , I will take care of these stuff.
It should be ASoc: SPEAr: SPDIF
+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().
Ok
Best Regards Rajeev