Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283783
b: refs/heads/master
c: 8a124f9
h: refs/heads/master
i:
  283781: 4403ddf
  283779: c0ae55b
  283775: d4d3e39
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 25, 2011
1 parent 2bcee42 commit 478e166
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 73 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b31c9056e400ddf10ec9691c6fada2fba1709330
refs/heads/master: 8a124f9cc9bafc40f5650e63a84ba1ff98a36ea0
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/db1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,7 @@ static struct platform_driver db1000_audio_driver = {
.remove = __devexit_p(db1000_audio_remove),
};

static int __init db1000_audio_load(void)
{
return platform_driver_register(&db1000_audio_driver);
}

static void __exit db1000_audio_unload(void)
{
platform_driver_unregister(&db1000_audio_driver);
}

module_init(db1000_audio_load);
module_exit(db1000_audio_unload);
module_platform_driver(db1000_audio_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("DB1000/DB1500/DB1100 ASoC audio");
Expand Down
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/db1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,7 @@ static struct platform_driver db1200_audio_driver = {
.remove = __devexit_p(db1200_audio_remove),
};

static int __init db1200_audio_load(void)
{
return platform_driver_register(&db1200_audio_driver);
}

static void __exit db1200_audio_unload(void)
{
platform_driver_unregister(&db1200_audio_driver);
}

module_init(db1200_audio_load);
module_exit(db1200_audio_unload);
module_platform_driver(db1200_audio_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("DB1200 ASoC audio support");
Expand Down
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/dbdma2.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,18 +384,7 @@ static struct platform_driver au1xpsc_pcm_driver = {
.remove = __devexit_p(au1xpsc_pcm_drvremove),
};

static int __init au1xpsc_audio_dbdma_load(void)
{
return platform_driver_register(&au1xpsc_pcm_driver);
}

static void __exit au1xpsc_audio_dbdma_unload(void)
{
platform_driver_unregister(&au1xpsc_pcm_driver);
}

module_init(au1xpsc_audio_dbdma_load);
module_exit(au1xpsc_audio_dbdma_unload);
module_platform_driver(au1xpsc_pcm_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Au12x0/Au1550 PSC Audio DMA driver");
Expand Down
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,18 +359,7 @@ static struct platform_driver alchemy_pcmdma_driver = {
.remove = __devexit_p(alchemy_pcm_drvremove),
};

static int __init alchemy_pcmdma_load(void)
{
return platform_driver_register(&alchemy_pcmdma_driver);
}

static void __exit alchemy_pcmdma_unload(void)
{
platform_driver_unregister(&alchemy_pcmdma_driver);
}

module_init(alchemy_pcmdma_load);
module_exit(alchemy_pcmdma_unload);
module_platform_driver(alchemy_pcmdma_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Au1000/Au1500/Au1100 Audio DMA driver");
Expand Down
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/i2sc.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,18 +331,7 @@ static struct platform_driver au1xi2s_driver = {
.remove = __devexit_p(au1xi2s_drvremove),
};

static int __init au1xi2s_load(void)
{
return platform_driver_register(&au1xi2s_driver);
}

static void __exit au1xi2s_unload(void)
{
platform_driver_unregister(&au1xi2s_driver);
}

module_init(au1xi2s_load);
module_exit(au1xi2s_unload);
module_platform_driver(au1xi2s_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Au1000/1500/1100 I2S ASoC driver");
Expand Down
13 changes: 1 addition & 12 deletions trunk/sound/soc/au1x/psc-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,18 +435,7 @@ static struct platform_driver au1xpsc_i2s_driver = {
.remove = __devexit_p(au1xpsc_i2s_drvremove),
};

static int __init au1xpsc_i2s_load(void)
{
return platform_driver_register(&au1xpsc_i2s_driver);
}

static void __exit au1xpsc_i2s_unload(void)
{
platform_driver_unregister(&au1xpsc_i2s_driver);
}

module_init(au1xpsc_i2s_load);
module_exit(au1xpsc_i2s_unload);
module_platform_driver(au1xpsc_i2s_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Au12x0/Au1550 PSC I2S ALSA ASoC audio driver");
Expand Down

0 comments on commit 478e166

Please sign in to comment.