rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
dddddd has quit [Ping timeout: 246 seconds]
dddddd has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
_whitelogger has joined #linux-sunxi
lurchi_ is now known as lurchi__
aloo_shu has quit [Ping timeout: 244 seconds]
tllim has quit [Read error: Connection reset by peer]
aloo_shu has joined #linux-sunxi
suprothunderbolt has joined #linux-sunxi
lurchi__ is now known as lurchi_
lerc has quit [Read error: Connection reset by peer]
lerc has joined #linux-sunxi
book` has quit [Quit: Leaving]
book` has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
book`_ has joined #linux-sunxi
book` has quit [Ping timeout: 246 seconds]
dddddd has quit [Remote host closed the connection]
TheSeven has quit [Ping timeout: 264 seconds]
TheSeven has joined #linux-sunxi
lvrp16 has quit [Read error: Connection reset by peer]
arnd has quit [Ping timeout: 276 seconds]
arnd has joined #linux-sunxi
lvrp16 has joined #linux-sunxi
swiftgeek has quit [Ping timeout: 244 seconds]
lurchi_ is now known as lurchi__
aloo_shu has quit [Ping timeout: 244 seconds]
quadjfet has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 245 seconds]
lurchi_ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 246 seconds]
selfbg has joined #linux-sunxi
aalm has quit [Ping timeout: 246 seconds]
chewitt has quit [Quit: Adios!]
NeuroScr has joined #linux-sunxi
aalm has joined #linux-sunxi
selfbg has quit [Remote host closed the connection]
cnxsoft has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
TheSeven has quit [Ping timeout: 264 seconds]
TheSeven has joined #linux-sunxi
TheSeven has quit [Ping timeout: 276 seconds]
TheSeven has joined #linux-sunxi
nexgen2 has joined #linux-sunxi
nexgen2 has quit [Remote host closed the connection]
nexgen2 has joined #linux-sunxi
nexgen2 has quit [Ping timeout: 246 seconds]
ldevulder_ has joined #linux-sunxi
nexgen2 has joined #linux-sunxi
diego_r has joined #linux-sunxi
ldevulder has quit [Ping timeout: 245 seconds]
yann has quit [Ping timeout: 244 seconds]
nexgen2 has quit [Ping timeout: 276 seconds]
ldevulder_ is now known as ldevulder
warpme_ has joined #linux-sunxi
tnovotny has joined #linux-sunxi
warpme_ has quit [Quit: warpme_]
warpme_ has joined #linux-sunxi
florian has joined #linux-sunxi
warpme_ has quit [Quit: warpme_]
yann has joined #linux-sunxi
gnarface has quit [Quit: Leaving]
gnarface has joined #linux-sunxi
dddddd has joined #linux-sunxi
lurchi_ is now known as lurchi__
quadjfet has quit [Quit: Leaving]
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
AneoX has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
diego71 has quit [Ping timeout: 268 seconds]
diego71 has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 244 seconds]
<wens> slapin: we (Hans and I) already asked Silead. They are fine with people hosting and sharing it, but they will not give a formal statement or license saying it is ok
<wens> we already have a little bit of information about silead and GSL1680 on the wiki
chewitt has joined #linux-sunxi
aalm has quit [Quit: xyz 2.3]
Mangy_Dog has quit [Ping timeout: 246 seconds]
<libv> wens: cool, seems like you and slapin should expand what you have, let me know what you need from the github project
<wens> the gsl-firmware project should probably stay where it is. It also has a bunch of firmware from Intel-based tablets that we probably don't care about
warpme_ has joined #linux-sunxi
chewitt has quit [Quit: Adios!]
<wens> we could maybe fork and mirror it though
<libv> sounds good
<libv> "load this firmware from this git repo" for either the gsl or the device page, is what we should have
marekbelisko_ has joined #linux-sunxi
marekbelisko_ has quit [Client Quit]
marekbelisko_ has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 276 seconds]
matteosilex has quit [Quit: WeeChat 1.6]
matteosilex has joined #linux-sunxi
matteosilex has quit [Client Quit]
matteosilex has joined #linux-sunxi
matteosilex has quit [Client Quit]
matteosilex has joined #linux-sunxi
marekbelisko_ has quit [Quit: This computer has gone to sleep]
tllim has joined #linux-sunxi
tllim has quit [Ping timeout: 268 seconds]
matteosilex has quit [Quit: WeeChat 1.6]
matteosilex has joined #linux-sunxi
fl__0 has joined #linux-sunxi
fl_0 has quit [Ping timeout: 264 seconds]
tdebrouw has joined #linux-sunxi
<tdebrouw> good afternoon
<tdebrouw> (at least for me :P)
<tdebrouw> I was sniffing through the code of the i2s interface
fl__0 has quit [Ping timeout: 245 seconds]
<tdebrouw> sound/soc/sun4i-i2s.c
<tdebrouw> and I'm looking at the sun8t_a83t_i2s_quirks
airwind has quit [Quit: airwind]
<tdebrouw> (mainline)
fl_0 has joined #linux-sunxi
<tdebrouw> In the quirks, there is a description of specific fields
<tdebrouw> example:
<tdebrouw> .field_fmt_wss= REG_FIELD(SUN4I_I2S_FMT0_REG, 2, 3),
<tdebrouw> .field_fmt_sr= REG_FIELD(SUN4I_I2S_FMT0_REG, 4, 5),
<tdebrouw> more specific:
<tdebrouw> static const struct sun4i_i2s_quirks sun8i_a83t_i2s_quirks = {
<tdebrouw> ......
<tdebrouw> .field_fmt_wss= REG_FIELD(SUN4I_I2S_FMT0_REG, 2, 3),
<tdebrouw> .field_fmt_sr= REG_FIELD(SUN4I_I2S_FMT0_REG, 4, 5),
<tdebrouw> ....
<tdebrouw> }
<tdebrouw> so, the a83t registers
<tdebrouw> If I compare these with the datasheet / user manual
<tdebrouw> there seems to be a mismatch?
<mru> allwinner datasheets are frequently wrong
<tdebrouw> crap
<mru> don't know if this is one of those instances
<libv> tdebrouw: what problem are you trying to solve?
<mru> if the code works, I'd say it's more likely correct
<tdebrouw> I'm actually trying to get I2s working on the V40 (not yet present)
<tdebrouw> and I was comparing code with datasheets
<libv> tdebrouw: what does the git history state about those register bits?
<tdebrouw> the a83t code shows wss in bytes 2->3, the datasheet claims it's 0->2
<libv> if there are no hints about it possibly being off in git history, then send an email to the mailing list.
<libv> not code.
<libv> history.
<libv> irc is not the place for such a request
<libv> and CC the guy who committed that code
<tdebrouw> I have no intention to request something
<libv> ?
<tdebrouw> I was wondering where I'm wrong
<libv> pffff.
<tdebrouw> I assume I might not see something
<libv> then go and look at git blame for those lines and figure out how those came into existence
<libv> then, if the specific commit that introduced it does not describe the difference
<libv> send an email with the author of the commit in CC to our mailing list
<libv> to me, this seems like the standard way of dealing with such an issue
<tdebrouw> I'm new to this
<libv> and i doubt that i am speaking a different language than you are atm.
tllim has joined #linux-sunxi
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
<libv> wens: ^
diego_r has quit [Ping timeout: 276 seconds]
codekipper has joined #linux-sunxi
<codekipper> tdebrouw: The block on the V40 looks the same as what is in the H3 and A64 so you can use the "allwinner,sun8i-h3-i2s" compatible
nexgen2 has joined #linux-sunxi
tllim has quit [Ping timeout: 276 seconds]
tllim has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 246 seconds]
<tdebrouw> it seems my suspicion has already been fixed in linux-next
<tdebrouw> I'm sorry to have bothered you
<libv> tdebrouw: did codekipper solve your issue?
JohnDoe_71Rus has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
Mangy_Dog has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
tllim has quit [Read error: Connection reset by peer]
nixdork has quit [Ping timeout: 276 seconds]
ed_peguillan has quit [Read error: Connection reset by peer]
tnovotny has quit [Quit: Leaving]
warpme_ has quit [Quit: warpme_]
xqdzn has joined #linux-sunxi
reinforce has joined #linux-sunxi
nexgen2 has quit [Remote host closed the connection]
florian_kc has joined #linux-sunxi
florian_kc has quit [Ping timeout: 245 seconds]
yann has quit [Ping timeout: 276 seconds]
<tdebrouw> codekipper: thanks for the pointer
<tdebrouw> allwinner,sun8i-h3-i2s is indeed compatible with the V/R40
<tdebrouw> I was lacking "simple-audio-card,mclk-fs = <512>;"
<tdebrouw> but it's working now, so thanks
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 245 seconds]
dpr has joined #linux-sunxi
craigo has quit [Ping timeout: 245 seconds]
<jernej> that sounds like you're trying to make HDMI audio work :)
<tdebrouw> well, i was trying to connect a max 98357A to i2s0 - to hear some audio
<tdebrouw> i added a simple-audio-card
<tdebrouw> not sure if that is the correct way though :)
lurchi__ has joined #linux-sunxi
florian_kc has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 276 seconds]
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
<wens> tdebrouw: the a83t manual only describes the TDM block. the other I2S blocks which the driver does support is not described
<wens> tdebrouw: it is
yann has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
<tdebrouw> wens: thx
florian_kc has quit [Ping timeout: 246 seconds]
aalm has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
book` has joined #linux-sunxi
book`_ has quit [Ping timeout: 246 seconds]
florian_kc has joined #linux-sunxi
florian_kc has quit [Ping timeout: 246 seconds]
return0e_ has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
tdebrouw has quit [Quit: Leaving.]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
NeuroScr has quit [Quit: NeuroScr]
NeuroScr has joined #linux-sunxi
putti_ has joined #linux-sunxi
Putti has quit [Read error: Connection reset by peer]
AneoX_ has quit [Quit: Textual IRC Client: www.textualapp.com]
aalm has quit [Ping timeout: 244 seconds]
putti_ is now known as Putti
lurchi__ is now known as lurchi_
codekipper has quit [Ping timeout: 260 seconds]
florian_kc has joined #linux-sunxi
ed_peguillan has joined #linux-sunxi
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-sunxi
<jernej> wens: is it assumed by RTC driver that all boards have external 32.768 kHz crystal? AFAICS, only about half H3 boards have it.
<jernej> this may be masked by LOSC_AUTO_SWT_EN bit, which is by default set to 1
aalm has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
ed_peguillan has quit [Read error: Connection reset by peer]
gaston1980 has quit [Quit: Konversation terminated!]
black_ink has quit [Ping timeout: 250 seconds]
black_ink has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
lurchi_ has quit [Quit: Konversation terminated!]
dpr has quit [Remote host closed the connection]
Mangy_Dog has quit [Ping timeout: 240 seconds]
lurchi_ has joined #linux-sunxi
florian_kc has quit [Ping timeout: 276 seconds]
<wens> jernej: :/