jas-hacks has left #linux-rockchip [#linux-rockchip]
<pulser>
mmind00: interesting - I've got ROCKCHIP-I2S showing up, and got the max98090 stuff appearing on minnie. I think the headphone jack state is inverted though, so just taking a look through the dtsi stuff for audio as I am sure I saw some weirdness in handling the interrupt on the headphone line
<mmind00>
pulser: in theory everything should already work (all in the kernel), but please be cautious with also and don't fry your speakers :-)
<pulser>
indeed - I did the kernel config change
<pulser>
I am being rather careful though :)
<pulser>
maybe overly so, but I prefer caution
<pulser>
I put the UCM files for the device in though, as apparently that does "help"
<pulser>
do you know what the issue of the "frying" is? I was guessing "connecting" the wrong voltage source in the DTS?
<pulser>
but as speakers aren't directly driven that didn't sound right
GriefNorth has quit [Ping timeout: 255 seconds]
<pulser>
BTW, at least on the veyron-minnie, I found I am able to power off the GPU in sleep (vdd_gpu: DCDC_REG2) without any issues that I can see
<cristian_c>
hello
<cristian_c>
How could I add a new display resolution different than those listed in /sys/class/display/display0.HDMI/modes ?
<cristian_c>
Any ideas?
c0d3z3r0 has quit [Ping timeout: 272 seconds]
c0d3z3r0 has joined #linux-rockchip
<mmind00>
pulser: when it happened on my chromebook, I was just playing around with the alsa-mixer ... and at some point it simply started to smell bad
<pulser>
ah OK - this fits that it's only when using the mixer it "melts"
<pulser>
I read that on the samsung gen1 chromebook too I think :/
<pulser>
(I am looking at the VPU driver, porting it forward due to the refactor of v4l stuff - no idea if it would even work on mainline tbh)
gb_master has joined #linux-rockchip
<mmind00>
pulser: when I tried some months ago, it didn't even compile ... not sure if meanwhile some of those core v4l changes made it into mainline
<pulser>
yes it doesn't compile out-of-the-box, but I can see why, so I am having a try
<pulser>
v4l changes are now in mainline, so it seems v4l2 is separated out a bit