mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 05:27:18 +07:00
[ARM] pxa/csb726: register ac97 controller
Add a call to pxa_set_ac97_info() to enable the audio support. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
parent
b860171500
commit
96a9fcaf5d
@ -26,6 +26,7 @@
|
||||
#include <mach/mmc.h>
|
||||
#include <mach/ohci.h>
|
||||
#include <mach/pxa2xx-regs.h>
|
||||
#include <mach/audio.h>
|
||||
|
||||
#include "generic.h"
|
||||
#include "devices.h"
|
||||
@ -315,6 +316,7 @@ static void __init csb726_init(void)
|
||||
pxa27x_set_i2c_power_info(NULL);
|
||||
pxa_set_mci_info(&csb726_mci);
|
||||
pxa_set_ohci_info(&csb726_ohci_platform_data);
|
||||
pxa_set_ac97_info(NULL);
|
||||
|
||||
platform_add_devices(devices, ARRAY_SIZE(devices));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user