kirkwood-i2s.c (41be702a542a0d14bb0b1c16e824fa9ed27616ec) | kirkwood-i2s.c (9a0d5113ac0ee513224ca2e5011b3a566de16207) |
---|---|
1/* 2 * kirkwood-i2s.c 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 619 unchanged lines hidden (view full) --- 628 629 return 0; 630} 631 632#ifdef CONFIG_OF 633static struct of_device_id mvebu_audio_of_match[] = { 634 { .compatible = "marvell,kirkwood-audio" }, 635 { .compatible = "marvell,dove-audio" }, | 1/* 2 * kirkwood-i2s.c 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 619 unchanged lines hidden (view full) --- 628 629 return 0; 630} 631 632#ifdef CONFIG_OF 633static struct of_device_id mvebu_audio_of_match[] = { 634 { .compatible = "marvell,kirkwood-audio" }, 635 { .compatible = "marvell,dove-audio" }, |
636 { .compatible = "marvell,armada370-audio" }, |
|
636 { } 637}; 638MODULE_DEVICE_TABLE(of, mvebu_audio_of_match); 639#endif 640 641static struct platform_driver kirkwood_i2s_driver = { 642 .probe = kirkwood_i2s_dev_probe, 643 .remove = kirkwood_i2s_dev_remove, --- 14 unchanged lines hidden --- | 637 { } 638}; 639MODULE_DEVICE_TABLE(of, mvebu_audio_of_match); 640#endif 641 642static struct platform_driver kirkwood_i2s_driver = { 643 .probe = kirkwood_i2s_dev_probe, 644 .remove = kirkwood_i2s_dev_remove, --- 14 unchanged lines hidden --- |