Skip to content

Commit

Permalink
audio: Fix missing header file reference
Browse files Browse the repository at this point in the history
Signed-off-by: Remilia Scarlet <remilia.1505@gmail.com>
  • Loading branch information
diepquynh committed Mar 13, 2017
1 parent 6f3852d commit e5929fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions audio/sc8830/eng_audio.h
@@ -1,6 +1,7 @@
#ifndef __ENG_AUDIO_H__
#define __ENG_AUDIO_H__

#include <system/audio.h>

#define NAME_LEN_MAX 16
#define EQ_BAND_MAX 8
Expand Down
1 change: 1 addition & 0 deletions audio/scx15/eng_audio.h
@@ -1,6 +1,7 @@
#ifndef __ENG_AUDIO_H__
#define __ENG_AUDIO_H__

#include <system/audio.h>

#define NAME_LEN_MAX 16
#define EQ_BAND_MAX 8
Expand Down

8 comments on commit e5929fc

@ih24n69
Copy link

@ih24n69 ih24n69 commented on e5929fc Apr 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@remilia15

Can you help me? When I compile LN13 I get stuck at LN bootanimations like CM12.1 before....
I use sprd hardware from here : https://github.com/Sandroids/android_hardware_sprd/tree/cm-13.0
Device tree here : https://github.com/ih24n69/android_device_samsung_kanas/tree/cm-13.0
Vendor tree here : https://github.com/ih24n69/android_vendor_samsung_kanas/tree/cm-13.0
For kernel not upload yet(connection to slow).

LOG 1 : ln3.txt

LOG 2 :
lnn.txt

The this is the adb log and stop on this line
212 306 D ENGPC : parse_event: event { 'change', '/devices/platform/sec-battery/power_supply/battery', 'power_supply', '' }.

Thanks in advance bro.

@ih24n69
Copy link

@ih24n69 ih24n69 commented on e5929fc Apr 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SOC_SCX35 := true , in my BoardConfig.mk to force use scx15 folder on sprd-hardware.

@diepquynh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logcats which you gave don't have anything useful, so I can't help
At least please give me dmesg or kmsg too. I want to see what does the kernel do

There's another symtom for this problem: Your proprietary blobs, which are incorrect or they're corrupted

About SOC_SCX35 flag, don't change to it. I made SOC_SCX30G_V2 just for sc7731 devices like GPVE. If your SoC is sc7730s or scx15, don't use that flag

@ih24n69
Copy link

@ih24n69 ih24n69 commented on e5929fc Apr 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@remilia15
how I can pull dmesg/kmsg when my phone bootlop?

then for SOC_SCX35 flag I am already edited on mk(only to force use scx15 source) file to use scx15 folder bro. not use scx30G_v2....

@ih24n69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok I will give you dmesg/kmsg in this night bro. Thank you for the replay and I really need your help hehehe

@diepquynh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ih24n69 if you know my brother then he had gone for his job a long time ago
His account is now mine, and I'm his sister, so please don't call me "bro" :)

@ih24n69
Copy link

@ih24n69 ih24n69 commented on e5929fc Apr 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok I am sorry hehehe... but you can still help me Sis?

@ih24n69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.