i2s.c (e060c38434b2caa78efe7cedaff4191040b65a15) i2s.c (c4c5839f9828de60682802367013c1dd375c46cf)
1/* sound/soc/samsung/i2s.c
2 *
3 * ALSA SoC Audio Layer - Samsung I2S Controller driver
4 *
5 * Copyright (c) 2010 Samsung Electronics Co. Ltd.
6 * Jaswinder Singh <jassi.brar@samsung.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 1122 unchanged lines hidden (view full) ---

1131
1132 snd_soc_unregister_dai(&pdev->dev);
1133
1134 return 0;
1135}
1136
1137static struct platform_driver samsung_i2s_driver = {
1138 .probe = samsung_i2s_probe,
1/* sound/soc/samsung/i2s.c
2 *
3 * ALSA SoC Audio Layer - Samsung I2S Controller driver
4 *
5 * Copyright (c) 2010 Samsung Electronics Co. Ltd.
6 * Jaswinder Singh <jassi.brar@samsung.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 1122 unchanged lines hidden (view full) ---

1131
1132 snd_soc_unregister_dai(&pdev->dev);
1133
1134 return 0;
1135}
1136
1137static struct platform_driver samsung_i2s_driver = {
1138 .probe = samsung_i2s_probe,
1139 .remove = samsung_i2s_remove,
1139 .remove = __devexit_p(samsung_i2s_remove),
1140 .driver = {
1141 .name = "samsung-i2s",
1142 .owner = THIS_MODULE,
1143 },
1144};
1145
1146static int __init samsung_i2s_init(void)
1147{

--- 15 unchanged lines hidden ---
1140 .driver = {
1141 .name = "samsung-i2s",
1142 .owner = THIS_MODULE,
1143 },
1144};
1145
1146static int __init samsung_i2s_init(void)
1147{

--- 15 unchanged lines hidden ---