forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform de…
…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
1 parent
7270be0
commit b0b4ce3
Showing
3 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |