stikonas has quit [Remote host closed the connection]
tlwoerner has quit [Server closed connection]
tlwoerner has joined #linux-rockchip
naoki has joined #linux-rockchip
Daanct12 has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
warpme has joined #linux-rockchip
raster has joined #linux-rockchip
sfo has quit [Server closed connection]
sfo has joined #linux-rockchip
Stat_headcrabbed has quit [Remote host closed the connection]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
warpme has quit [Read error: Connection reset by peer]
warpme_ has joined #linux-rockchip
Dex2x has quit [Ping timeout: 240 seconds]
Dex2x has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #linux-rockchip
<diederik>
Thanks linkmauve for your debugging report wrt ES8316. I had a frustrating and thus far unsuccessful attempt to get the audio jack working on the RockPro64
<diederik>
My best result thus far was: seems to work, I just don't hear anything
<diederik>
Still no success, but with ``aplay -D hw:CARD=Analog,DEV=0 Front_Right.wav`` I at least got an error msg: ``aplay: set_params:1398: Channels count non available``
<diederik>
With ``aplay -D plughw:CARD=Analog,DEV=0 <wav-file`` it seems to work, but not actual sound
<diederik>
With ``aplay -D sysdefault:CARD=Analog <wav-file`` it also seems to work, but still no actual sound
<diederik>
similar results with kernel 6.14 and 6.12.22 and it also doesn't seem to matter if I'm on CLI or in sway
<diederik>
snd_soc_audio_graph_card module is loaded, but ``#CONFIG_SND_AUDIO_GRAPH_CARD2 is not set`` in kernel config
<linkmauve>
diederik, could you upload a `alsa-info.sh` please?
<linkmauve>
diederik, ah, then you might want to enable it in your kernel.
<linkmauve>
I have CONFIG_SND_AUDIO_GRAPH_CARD2=y and now everything works.
hexdump01 has joined #linux-rockchip
warpme_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
detlevc8 has joined #linux-rockchip
sre5 has joined #linux-rockchip
Stat_headcrabbed has quit [Remote host closed the connection]
warpme has joined #linux-rockchip
psydroid2 has quit [Ping timeout: 272 seconds]
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stat_headcrabbed has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
warpme has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<diederik>
linkmauve: with =m it doesn't get loaded and when modprobe-ing it, lsmod indicates it isn't used.
<diederik>
If I blacklist CARD '1', then the audio device doesn't show up at all.
<diederik>
Probably won't spend more time on this and I'll just accept that Analog doesn't work on the RP64
<diederik>
GPIO0_B0 (HP_DET_H) pin isn't even declared in the RP64 DT, but I guess that's only relevant when hot plugging a cable; my cable is plugged in from boot
raster has joined #linux-rockchip
<linkmauve>
diederik, try a defconfig kernel perhaps?
<diederik>
arch/arm64/configs/defconfig has both CARD and CARD2 as =m