tllim has quit [Read error: Connection reset by peer]
lurchi_ is now known as lurchi__
megi has quit [Ping timeout: 268 seconds]
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 245 seconds]
libv has joined #linux-sunxi
libv_ has quit [Ping timeout: 248 seconds]
libv has quit [Ping timeout: 264 seconds]
tllim has joined #linux-sunxi
libv has joined #linux-sunxi
return0e has quit [Ping timeout: 248 seconds]
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 264 seconds]
libv_ has quit [Ping timeout: 264 seconds]
libv has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
libv_ has joined #linux-sunxi
return0e has joined #linux-sunxi
libv has quit [Ping timeout: 264 seconds]
cnxsoft has quit [Ping timeout: 246 seconds]
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 268 seconds]
cnxsoft has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
dddddd has quit [Remote host closed the connection]
TheSeven has quit [Ping timeout: 264 seconds]
TheSeven has joined #linux-sunxi
libv has joined #linux-sunxi
libv_ has quit [Ping timeout: 258 seconds]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 272 seconds]
JohnDoe_71Rus has joined #linux-sunxi
selfbg has joined #linux-sunxi
AneoX has joined #linux-sunxi
return0e has quit [Read error: Connection reset by peer]
return0e_ has joined #linux-sunxi
arete74 has joined #linux-sunxi
Putti has joined #linux-sunxi
suprothunderbolt has quit [Read error: Connection reset by peer]
suprothunderbolt has joined #linux-sunxi
Putti has quit [Ping timeout: 245 seconds]
reinforce has joined #linux-sunxi
nashpa has quit [Ping timeout: 246 seconds]
nashpa has joined #linux-sunxi
Net147 has quit [Read error: Connection reset by peer]
AneoX_ has joined #linux-sunxi
Net147 has joined #linux-sunxi
Net147 has quit [Read error: Connection reset by peer]
AneoX has quit [Ping timeout: 272 seconds]
mhlavink has quit [Quit: No Ping reply in 180 seconds.]
Net147 has joined #linux-sunxi
hramrach has quit [Ping timeout: 272 seconds]
SopaXorzTaker has joined #linux-sunxi
hramrach has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
<suprothunderbolt>
anyone got something like plymouth working for boot logos?
yann has quit [Ping timeout: 268 seconds]
ldevulder has joined #linux-sunxi
tllim has quit [Ping timeout: 245 seconds]
jaganteki has joined #linux-sunxi
popolon has joined #linux-sunxi
yann has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
aalm has quit [Quit: xyz 2.3]
gaston_ has joined #linux-sunxi
tnovotny has joined #linux-sunxi
jaganteki has quit [Ping timeout: 260 seconds]
megi has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 245 seconds]
random_yanek has quit [Ping timeout: 244 seconds]
Xukkot has joined #linux-sunxi
SopaXorzTaker has quit [Disconnected by services]
Xukkot is now known as SopaXorzTaker
Xukkot has joined #linux-sunxi
Xukkot has quit [Client Quit]
jaganteki has joined #linux-sunxi
random_yanek has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 244 seconds]
cnxsoft has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
suprothunderbolt has quit [Remote host closed the connection]
suprothunderbolt has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 245 seconds]
Net147 has quit [Read error: Connection reset by peer]
Net147 has joined #linux-sunxi
lePereT has joined #linux-sunxi
lePereT has left #linux-sunxi [#linux-sunxi]
lePereT has joined #linux-sunxi
lePereT has left #linux-sunxi [#linux-sunxi]
tllim has joined #linux-sunxi
libv_ is now known as libv
<z3ntu>
wens: Which SND_SOC_DAPM_* macro should I use for the earpiece patch?
lePereT has joined #linux-sunxi
lePereT has left #linux-sunxi [#linux-sunxi]
tllim has quit [Read error: Connection reset by peer]
lurchi_ is now known as lurchi__
afaerber has quit [Quit: Leaving]
airwind has quit [Quit: airwind]
dddddd has joined #linux-sunxi
lapapat has joined #linux-sunxi
<lapapat>
Hi dear devs, in the Armbian build system I see kernel patches beginning with numbers(0002 - xxx.patch), some that begin with boardxxx.patch and others like patch-4.19.25-26. What order are these patches applied in?
<KotCzarny>
wrong channel, try #armbian. but i suspect just plain alphabetical sort should do
<KotCzarny>
ie.: ls|sort
<lapapat>
that's what openwrt does, just wondering what the armbian order was given that some of the ones like patch-4.19.34-35 are huge patchsets touching so many files. thought that they may need to be applied first.
<lapapat>
Yup, a pointer to the right place in source is ideally what i hoped someone might know. I'll just search their repo - most of it is shell script :)
<KotCzarny>
see the link z3ntu pasted
Gerwin_J has quit [Quit: Gerwin_J]
<lapapat>
That's fantastic. Thank you z3ntu.
<z3ntu>
(at least that's what I found from quickly searching through the source^^)
<montjoie>
could someone share how to connect serial on pineh64 ? I have a strange behaviour with it
lapapat has quit [Remote host closed the connection]
agraf has quit [Ping timeout: 248 seconds]
megi has quit [Ping timeout: 246 seconds]
agraf has joined #linux-sunxi
Mylene has quit [Remote host closed the connection]
Mangy_Dog has quit [Ping timeout: 272 seconds]
Mangy_Dog has joined #linux-sunxi
<wens>
z3ntu: SND_SOC_DAPM_OUT_DRV
<z3ntu>
wens: Okay I've called it "Earpiece Amp" now and now add it to the routes at the bottom, right?
<z3ntu>
With time I feel like I kind of understand those routes and stuff; but it's really darn complicated in the beginning and I didn't find much documentation about that...