<sjoerd>
which is on the 4 pins next to the ir receiver
<sjoerd>
and nexdt to the sata plug, markes diwth gd, tx, rx and 3.3v
<nfstry>
ah great thx
lorbus has joined #radxa
lorbus has quit [Ping timeout: 265 seconds]
lorbus has joined #radxa
lorbus has quit [Ping timeout: 244 seconds]
lorbus has joined #radxa
lorbus has quit [Ping timeout: 246 seconds]
antony1 has left #radxa [#radxa]
<nfstry>
radxa rock2 goes to self refresh mode /suspend but does not wake up
<nfstry>
has anybody tested the wakeup?
<nfstry>
is it using the same button or do i need to trigger wakeup/resume via another button?
lorbus has joined #radxa
lorbus has quit [Ping timeout: 246 seconds]
ssvb has joined #radxa
nfstry has quit [Quit: Page closed]
nfstry has joined #radxa
lorbus has joined #radxa
paowz has joined #radxa
lorbus has quit [Ping timeout: 244 seconds]
paowz has quit [Ping timeout: 246 seconds]
lorbus has joined #radxa
lorbus has quit [Ping timeout: 244 seconds]
lorbus has joined #radxa
lorbus has quit [Ping timeout: 244 seconds]
lorbus has joined #radxa
lorbus has quit [Ping timeout: 255 seconds]
lorbus has joined #radxa
cyrevolt has joined #radxa
lorbus has quit [Ping timeout: 255 seconds]
lorbus has joined #radxa
cyrevolt has quit [Client Quit]
<topi`_>
does anyone know if there will be a 64-bit Radxa in the future? probably on the RK3368 chip
paowz has joined #radxa
<paowz>
sjoerd: ping
cyrevolt has joined #radxa
<sjoerd>
paowz: pong
<paowz>
hi sjoerd ! I'm currently trying your SPDIF patch..
<sjoerd>
paowz: cool
<paowz>
well, it's more kernel build config related, but I thought you might help me on the following point. I added CONFIG_SND_SOC_ROCKCHIP=y into rockchip_defconfig but I cannot see it once I generate .config file
<paowz>
I guessed I had to add this define since I need sound/soc/rockchip/Makefile to take care of rockchip_spdif.c
<paowz>
(btw, I successfully applied your patch.. first time, I patch sources..)
<sjoerd>
did you also ad CONFIG_SND_SOC=y ?
<sjoerd>
and SND_SOC_ROCKCHIP
<paowz>
nop, I actually added those lines:
<paowz>
CONFIG_SND_SOC_ROCKCHIP_I2S=y
<paowz>
CONFIG_SND_SOC_ROCKCHIP_SPDIF=y
<paowz>
because sound/.../Makefile refers to them..
<sjoerd>
see the Kconfig file
<paowz>
which one ? lol
<sjoerd>
sound/soc/rockchip/Kconfig
<sjoerd>
config SND_SOC_ROCKCHIP_SPDIF
<sjoerd>
tristate "Rockchip SPDIF Device Driver"
<sjoerd>
depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
<sjoerd>
so you need those other two configs to be there as well
<paowz>
ok.. Indeed, I saw this but I hadn't add this line into rockchip_defconfig..
<paowz>
I'm giving a try right away..
<paowz>
sjoerd: hm.. I added these defines, prefixed with CONFIG_ (otherwise I get "unexpected data" from Kconfig system)
<paowz>
but nothing related to SPDIF when "grep" 'ing .config file
paowz has quit [Ping timeout: 256 seconds]
paowz has joined #radxa
<paowz>
sjoerd: no luck.. I couldn't generate a proper .config for SPDIF..
<paowz>
sjoerd: I finally ended up using "make menuconfig"..
<sjoerd>
:)
<sjoerd>
paowz: got it building now ?
<paowz>
yep.. but I have to dig into these defines.. I don't get why .config didn't contain the right defines..
<paowz>
I've read Kconfig may omit some defines silently if some dependencies were not satisfied..