add qua_audio
This commit is contained in:
parent
21c5a66025
commit
b651042354
@ -67,6 +67,12 @@ timer {
|
|||||||
//<1 10 0xf08>;
|
//<1 10 0xf08>;
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qua_audio {
|
||||||
|
compatible = "qua,audio";
|
||||||
|
reset-gpio = <&gpio4 2 0>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@00200000 {
|
gic: interrupt-controller@00200000 {
|
||||||
compatible = "arm,cortex-a7-gic", "arm,cortex-a9-gic";
|
compatible = "arm,cortex-a7-gic", "arm,cortex-a9-gic";
|
||||||
@ -513,6 +519,7 @@ ephy_vgb_trim: ephy_vgbtrim@36 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
i2c0: i2c@08d00000 {
|
i2c0: i2c@08d00000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|||||||
@ -126,6 +126,10 @@ CONFIG_CRYPTO_DEV_CRYPTODEV=y
|
|||||||
# CONFIG_SYMBOLIC_ERRNAME is not set
|
# CONFIG_SYMBOLIC_ERRNAME is not set
|
||||||
CONFIG_FRAME_WARN=4096
|
CONFIG_FRAME_WARN=4096
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
|
CONFIG_SOUND=y
|
||||||
|
CONFIG_SND=y
|
||||||
|
CONFIG_SND_DRIVERS=y
|
||||||
|
CONFIG_SND_QUA=y
|
||||||
# CONFIG_DEBUG_MISC is not set
|
# CONFIG_DEBUG_MISC is not set
|
||||||
# CONFIG_SCHED_DEBUG is not set
|
# CONFIG_SCHED_DEBUG is not set
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
|
|||||||
Binary file not shown.
@ -6,4 +6,4 @@ width = 800
|
|||||||
height = 1280
|
height = 1280
|
||||||
framerate = 40
|
framerate = 40
|
||||||
[audio]
|
[audio]
|
||||||
mute = 1
|
mute = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user