forked from cubieboard/linux-sunxi
-
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.
Renamed the content and sources of sun4i hdmi sources to sunxi. Signed-off-by: Oliver Schinagl <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
- Loading branch information
1 parent
edac96f
commit 5059469
Showing
17 changed files
with
1,122 additions
and
1,122 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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
config SND_SUN4I_SOC_HDMIAUDIO | ||
tristate "HDMI Audio for the AllWinner SUN4I chips" | ||
config SND_SUNXI_SOC_HDMIAUDIO | ||
tristate "HDMI Audio for the AllWinner sun4i and sun5i chips" | ||
default n | ||
help | ||
Say Y or M if you want to add support for hdmi audio |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
obj-$(CONFIG_SND_SUN4I_SOC_HDMIAUDIO) += sun4i-hdmiaudio.o | ||
obj-$(CONFIG_SND_SUN4I_SOC_HDMIAUDIO) += sun4i-hdmipcm.o | ||
obj-$(CONFIG_SND_SUN4I_SOC_HDMIAUDIO) += sndhdmi.o | ||
obj-$(CONFIG_SND_SUN4I_SOC_HDMIAUDIO) += sun4i-sndhdmi.o | ||
obj-$(CONFIG_SND_SUNXI_SOC_HDMIAUDIO) += sunxi-hdmiaudio.o | ||
obj-$(CONFIG_SND_SUNXI_SOC_HDMIAUDIO) += sunxi-hdmipcm.o | ||
obj-$(CONFIG_SND_SUNXI_SOC_HDMIAUDIO) += sndhdmi.o | ||
obj-$(CONFIG_SND_SUNXI_SOC_HDMIAUDIO) += sunxi-sndhdmi.o | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* sound\soc\sun4i\hdmiaudio\sndhdmi.c | ||
* sound\soc\sunxi\hdmiaudio\sndhdmi.c | ||
* (C) Copyright 2007-2011 | ||
* Allwinner Technology Co., Ltd. <www.allwinnertech.com> | ||
* chenpailin <[email protected]> | ||
|
@@ -167,7 +167,7 @@ static int __devexit sndhdmi_codec_remove(struct platform_device *pdev) | |
|
||
static struct platform_driver sndhdmi_codec_driver = { | ||
.driver = { | ||
.name = "sun4i-hdmiaudio-codec", | ||
.name = "sunxi-hdmiaudio-codec", | ||
.owner = THIS_MODULE, | ||
}, | ||
.probe = sndhdmi_codec_probe, | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* sound\soc\sun4i\hdmiaudio\sndhdmi.h | ||
* sound\soc\sunxi\hdmiaudio\sndhdmi.h | ||
* (C) Copyright 2007-2011 | ||
* Allwinner Technology Co., Ltd. <www.allwinnertech.com> | ||
* chenpailin <[email protected]> | ||
|
Oops, something went wrong.