diff options
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/ad73311.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/ak4535.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/pcm3008.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/ssm2602.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/tlv320aic23.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/uda134x.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/uda1380.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8510.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8580.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8728.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8731.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8750.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8753.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8900.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8903.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8971.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8990.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c index e32f55034e64..b09289a1e55a 100644 --- a/sound/soc/codecs/ad73311.c +++ b/sound/soc/codecs/ad73311.c | |||
@@ -98,7 +98,7 @@ struct snd_soc_codec_device soc_codec_dev_ad73311 = { | |||
98 | }; | 98 | }; |
99 | EXPORT_SYMBOL_GPL(soc_codec_dev_ad73311); | 99 | EXPORT_SYMBOL_GPL(soc_codec_dev_ad73311); |
100 | 100 | ||
101 | static int __devinit ad73311_init(void) | 101 | static int __init ad73311_init(void) |
102 | { | 102 | { |
103 | return snd_soc_register_dai(&ad73311_dai); | 103 | return snd_soc_register_dai(&ad73311_dai); |
104 | } | 104 | } |
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index 94148fba9119..81300d8d42ca 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c | |||
@@ -688,7 +688,7 @@ struct snd_soc_codec_device soc_codec_dev_ak4535 = { | |||
688 | }; | 688 | }; |
689 | EXPORT_SYMBOL_GPL(soc_codec_dev_ak4535); | 689 | EXPORT_SYMBOL_GPL(soc_codec_dev_ak4535); |
690 | 690 | ||
691 | static int __devinit ak4535_modinit(void) | 691 | static int __init ak4535_modinit(void) |
692 | { | 692 | { |
693 | return snd_soc_register_dai(&ak4535_dai); | 693 | return snd_soc_register_dai(&ak4535_dai); |
694 | } | 694 | } |
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 73aaf249d782..f1aa0c34421c 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -774,7 +774,7 @@ struct snd_soc_codec_device soc_codec_device_cs4270 = { | |||
774 | }; | 774 | }; |
775 | EXPORT_SYMBOL_GPL(soc_codec_device_cs4270); | 775 | EXPORT_SYMBOL_GPL(soc_codec_device_cs4270); |
776 | 776 | ||
777 | static int __devinit cs4270_init(void) | 777 | static int __init cs4270_init(void) |
778 | { | 778 | { |
779 | return snd_soc_register_dai(&cs4270_dai); | 779 | return snd_soc_register_dai(&cs4270_dai); |
780 | } | 780 | } |
diff --git a/sound/soc/codecs/pcm3008.c b/sound/soc/codecs/pcm3008.c index f333e88ee255..9a3e67e5319c 100644 --- a/sound/soc/codecs/pcm3008.c +++ b/sound/soc/codecs/pcm3008.c | |||
@@ -195,7 +195,7 @@ struct snd_soc_codec_device soc_codec_dev_pcm3008 = { | |||
195 | }; | 195 | }; |
196 | EXPORT_SYMBOL_GPL(soc_codec_dev_pcm3008); | 196 | EXPORT_SYMBOL_GPL(soc_codec_dev_pcm3008); |
197 | 197 | ||
198 | static int __devinit pcm3008_init(void) | 198 | static int __init pcm3008_init(void) |
199 | { | 199 | { |
200 | return snd_soc_register_dai(&pcm3008_dai); | 200 | return snd_soc_register_dai(&pcm3008_dai); |
201 | } | 201 | } |
diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c index 77fdcb4b9a1b..2325aefea411 100644 --- a/sound/soc/codecs/ssm2602.c +++ b/sound/soc/codecs/ssm2602.c | |||
@@ -793,7 +793,7 @@ struct snd_soc_codec_device soc_codec_dev_ssm2602 = { | |||
793 | }; | 793 | }; |
794 | EXPORT_SYMBOL_GPL(soc_codec_dev_ssm2602); | 794 | EXPORT_SYMBOL_GPL(soc_codec_dev_ssm2602); |
795 | 795 | ||
796 | static int __devinit ssm2602_modinit(void) | 796 | static int __init ssm2602_modinit(void) |
797 | { | 797 | { |
798 | return snd_soc_register_dai(&ssm2602_dai); | 798 | return snd_soc_register_dai(&ssm2602_dai); |
799 | } | 799 | } |
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index eac449b92bd5..39f5b981d25a 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
@@ -847,7 +847,7 @@ struct snd_soc_codec_device soc_codec_dev_tlv320aic23 = { | |||
847 | }; | 847 | }; |
848 | EXPORT_SYMBOL_GPL(soc_codec_dev_tlv320aic23); | 848 | EXPORT_SYMBOL_GPL(soc_codec_dev_tlv320aic23); |
849 | 849 | ||
850 | static int __devinit tlv320aic23_modinit(void) | 850 | static int __init tlv320aic23_modinit(void) |
851 | { | 851 | { |
852 | return snd_soc_register_dai(&tlv320aic23_dai); | 852 | return snd_soc_register_dai(&tlv320aic23_dai); |
853 | } | 853 | } |
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index ccd575961869..8da9e5d2e2fb 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c | |||
@@ -1411,7 +1411,7 @@ struct snd_soc_codec_device soc_codec_dev_aic3x = { | |||
1411 | }; | 1411 | }; |
1412 | EXPORT_SYMBOL_GPL(soc_codec_dev_aic3x); | 1412 | EXPORT_SYMBOL_GPL(soc_codec_dev_aic3x); |
1413 | 1413 | ||
1414 | static int __devinit aic3x_modinit(void) | 1414 | static int __init aic3x_modinit(void) |
1415 | { | 1415 | { |
1416 | return snd_soc_register_dai(&aic3x_dai); | 1416 | return snd_soc_register_dai(&aic3x_dai); |
1417 | } | 1417 | } |
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 8e035b5d733f..a2c5064a774b 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c | |||
@@ -651,7 +651,7 @@ struct snd_soc_codec_device soc_codec_dev_uda134x = { | |||
651 | }; | 651 | }; |
652 | EXPORT_SYMBOL_GPL(soc_codec_dev_uda134x); | 652 | EXPORT_SYMBOL_GPL(soc_codec_dev_uda134x); |
653 | 653 | ||
654 | static int __devinit uda134x_init(void) | 654 | static int __init uda134x_init(void) |
655 | { | 655 | { |
656 | return snd_soc_register_dai(&uda134x_dai); | 656 | return snd_soc_register_dai(&uda134x_dai); |
657 | } | 657 | } |
diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c index 55a99b6a68a1..e6bf0844fbf3 100644 --- a/sound/soc/codecs/uda1380.c +++ b/sound/soc/codecs/uda1380.c | |||
@@ -841,7 +841,7 @@ struct snd_soc_codec_device soc_codec_dev_uda1380 = { | |||
841 | }; | 841 | }; |
842 | EXPORT_SYMBOL_GPL(soc_codec_dev_uda1380); | 842 | EXPORT_SYMBOL_GPL(soc_codec_dev_uda1380); |
843 | 843 | ||
844 | static int __devinit uda1380_modinit(void) | 844 | static int __init uda1380_modinit(void) |
845 | { | 845 | { |
846 | return snd_soc_register_dais(uda1380_dai, ARRAY_SIZE(uda1380_dai)); | 846 | return snd_soc_register_dais(uda1380_dai, ARRAY_SIZE(uda1380_dai)); |
847 | } | 847 | } |
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index a2af04bb4e9f..40f8238df717 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -889,7 +889,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8510 = { | |||
889 | }; | 889 | }; |
890 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8510); | 890 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8510); |
891 | 891 | ||
892 | static int __devinit wm8510_modinit(void) | 892 | static int __init wm8510_modinit(void) |
893 | { | 893 | { |
894 | return snd_soc_register_dai(&wm8510_dai); | 894 | return snd_soc_register_dai(&wm8510_dai); |
895 | } | 895 | } |
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index 391ec2978aed..d004e5845298 100644 --- a/sound/soc/codecs/wm8580.c +++ b/sound/soc/codecs/wm8580.c | |||
@@ -1042,7 +1042,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8580 = { | |||
1042 | }; | 1042 | }; |
1043 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8580); | 1043 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8580); |
1044 | 1044 | ||
1045 | static int __devinit wm8580_modinit(void) | 1045 | static int __init wm8580_modinit(void) |
1046 | { | 1046 | { |
1047 | return snd_soc_register_dais(wm8580_dai, ARRAY_SIZE(wm8580_dai)); | 1047 | return snd_soc_register_dais(wm8580_dai, ARRAY_SIZE(wm8580_dai)); |
1048 | } | 1048 | } |
diff --git a/sound/soc/codecs/wm8728.c b/sound/soc/codecs/wm8728.c index d905e25b1a93..80b11983e137 100644 --- a/sound/soc/codecs/wm8728.c +++ b/sound/soc/codecs/wm8728.c | |||
@@ -568,7 +568,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8728 = { | |||
568 | }; | 568 | }; |
569 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8728); | 569 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8728); |
570 | 570 | ||
571 | static int __devinit wm8728_modinit(void) | 571 | static int __init wm8728_modinit(void) |
572 | { | 572 | { |
573 | return snd_soc_register_dai(&wm8728_dai); | 573 | return snd_soc_register_dai(&wm8728_dai); |
574 | } | 574 | } |
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index 7b455a60d719..c444b9f2701e 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -793,7 +793,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8731 = { | |||
793 | }; | 793 | }; |
794 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8731); | 794 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8731); |
795 | 795 | ||
796 | static int __devinit wm8731_modinit(void) | 796 | static int __init wm8731_modinit(void) |
797 | { | 797 | { |
798 | return snd_soc_register_dai(&wm8731_dai); | 798 | return snd_soc_register_dai(&wm8731_dai); |
799 | } | 799 | } |
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 84a6307de907..5997fa68e0d5 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -1085,7 +1085,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8750 = { | |||
1085 | }; | 1085 | }; |
1086 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8750); | 1086 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8750); |
1087 | 1087 | ||
1088 | static int __devinit wm8750_modinit(void) | 1088 | static int __init wm8750_modinit(void) |
1089 | { | 1089 | { |
1090 | return snd_soc_register_dai(&wm8750_dai); | 1090 | return snd_soc_register_dai(&wm8750_dai); |
1091 | } | 1091 | } |
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 1caca30d0812..6c21b50c9375 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -1874,7 +1874,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8753 = { | |||
1874 | }; | 1874 | }; |
1875 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8753); | 1875 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8753); |
1876 | 1876 | ||
1877 | static int __devinit wm8753_modinit(void) | 1877 | static int __init wm8753_modinit(void) |
1878 | { | 1878 | { |
1879 | return snd_soc_register_dais(wm8753_dai, ARRAY_SIZE(wm8753_dai)); | 1879 | return snd_soc_register_dais(wm8753_dai, ARRAY_SIZE(wm8753_dai)); |
1880 | } | 1880 | } |
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index 34e58af0c65a..ebf58fba1beb 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c | |||
@@ -1473,7 +1473,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8900 = { | |||
1473 | }; | 1473 | }; |
1474 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8900); | 1474 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8900); |
1475 | 1475 | ||
1476 | static int __devinit wm8900_modinit(void) | 1476 | static int __init wm8900_modinit(void) |
1477 | { | 1477 | { |
1478 | return i2c_add_driver(&wm8900_i2c_driver); | 1478 | return i2c_add_driver(&wm8900_i2c_driver); |
1479 | } | 1479 | } |
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 5d8fe7e1571e..0b5bea37e3dc 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
@@ -1809,7 +1809,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8903 = { | |||
1809 | }; | 1809 | }; |
1810 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8903); | 1810 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8903); |
1811 | 1811 | ||
1812 | static int __devinit wm8903_modinit(void) | 1812 | static int __init wm8903_modinit(void) |
1813 | { | 1813 | { |
1814 | return snd_soc_register_dai(&wm8903_dai); | 1814 | return snd_soc_register_dai(&wm8903_dai); |
1815 | } | 1815 | } |
diff --git a/sound/soc/codecs/wm8971.c b/sound/soc/codecs/wm8971.c index 2979fc4f44f1..88ead7f8dd98 100644 --- a/sound/soc/codecs/wm8971.c +++ b/sound/soc/codecs/wm8971.c | |||
@@ -935,7 +935,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8971 = { | |||
935 | 935 | ||
936 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8971); | 936 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8971); |
937 | 937 | ||
938 | static int __devinit wm8971_modinit(void) | 938 | static int __init wm8971_modinit(void) |
939 | { | 939 | { |
940 | return snd_soc_register_dai(&wm8971_dai); | 940 | return snd_soc_register_dai(&wm8971_dai); |
941 | } | 941 | } |
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index 53e71aafe6c6..5b5afc144478 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c | |||
@@ -1643,7 +1643,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8990 = { | |||
1643 | }; | 1643 | }; |
1644 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8990); | 1644 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8990); |
1645 | 1645 | ||
1646 | static int __devinit wm8990_modinit(void) | 1646 | static int __init wm8990_modinit(void) |
1647 | { | 1647 | { |
1648 | return snd_soc_register_dai(&wm8990_dai); | 1648 | return snd_soc_register_dai(&wm8990_dai); |
1649 | } | 1649 | } |