mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: ep93xx: edb93xx: register audio platform device
Since the ASoC machine driver is now a platform driver we need to register a matching platform device. Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi> Reviewed-by: Ryan Mallon <rmallon@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e5063fe8ac
commit
075b20b047
@ -159,6 +159,11 @@ static void __init edb93xx_register_spi(void)
|
|||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
* EDB93xx I2S
|
* EDB93xx I2S
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
static struct platform_device edb93xx_audio_device = {
|
||||||
|
.name = "edb93xx-audio",
|
||||||
|
.id = -1,
|
||||||
|
};
|
||||||
|
|
||||||
static int __init edb93xx_has_audio(void)
|
static int __init edb93xx_has_audio(void)
|
||||||
{
|
{
|
||||||
return (machine_is_edb9301() || machine_is_edb9302() ||
|
return (machine_is_edb9301() || machine_is_edb9302() ||
|
||||||
@ -170,6 +175,7 @@ static void __init edb93xx_register_i2s(void)
|
|||||||
{
|
{
|
||||||
if (edb93xx_has_audio()) {
|
if (edb93xx_has_audio()) {
|
||||||
ep93xx_register_i2s();
|
ep93xx_register_i2s();
|
||||||
|
platform_device_register(&edb93xx_audio_device);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user