[alsa-devel] [PATCH V2 1/9] sound:asoc: Add support for spdif in Audio Codec
Rajeev kumar
rajeev-dlh.kumar at st.com
Fri Jun 22 11:44:27 CEST 2012
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 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.
>
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
More information about the Alsa-devel
mailing list