Skip to content

Commit

Permalink
MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform de…
Browse files Browse the repository at this point in the history
…vices

This enables autoloading of the TXx9 sound driver on RBTX4927.

Signed-off-by: Geert Uytterhoeven <[email protected]>
To: Atsushi Nemoto <[email protected]>
Cc: Linux MIPS Mailing List <[email protected]>
Patchwork: http://patchwork.linux-mips.org/patch/1101/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
geertu authored and ralfbaechle committed Apr 30, 2010
1 parent 7270be0 commit b0b4ce3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/dma/txx9dmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,3 +1359,5 @@ module_exit(txx9dmac_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("TXx9 DMA Controller driver");
MODULE_AUTHOR("Atsushi Nemoto <[email protected]>");
MODULE_ALIAS("platform:txx9dmac");
MODULE_ALIAS("platform:txx9dmac-chan");
1 change: 1 addition & 0 deletions sound/soc/txx9/txx9aclc-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,4 @@ module_exit(txx9aclc_ac97_exit);
MODULE_AUTHOR("Atsushi Nemoto <[email protected]>");
MODULE_DESCRIPTION("TXx9 ACLC AC97 driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:txx9aclc-ac97");
1 change: 1 addition & 0 deletions sound/soc/txx9/txx9aclc-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ module_exit(txx9aclc_generic_exit);
MODULE_AUTHOR("Atsushi Nemoto <[email protected]>");
MODULE_DESCRIPTION("Generic TXx9 ACLC ALSA SoC audio driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:txx9aclc-generic");

0 comments on commit b0b4ce3

Please sign in to comment.