marvin24 has quit [Ping timeout: 252 seconds]
marvin24 has joined #tegra
hexdump0815 has quit [Ping timeout: 245 seconds]
hexdump0815 has joined #tegra
gouchi has joined #tegra
tambre has quit [Quit: ZNC 1.8.2 - https://znc.in]
tambre has joined #tegra
tambre has quit [Quit: ZNC 1.8.2 - https://znc.in]
tambre has joined #tegra
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #tegra
<DavidHeidelberg> digetx: I've been looking into them. They share properties, but not always having same, putting them into one file would be a lot of ifs. I'm always concerned about readability of doc, when you have milions of `if`
<DavidHeidelberg> s/them./`tegra-audio-*`./
<digetx> all those properties are common and depend on a board configuration, so you should make those gpios optional and that's it
digetx has quit [Ping timeout: 265 seconds]
digetx has joined #tegra
<DavidHeidelberg> yeah, did that, now testing how it'll work out with dt-schema checks
<DavidHeidelberg> dtbs_check seems to be happy, pushed :)
<DavidHeidelberg> any idea what is gpio ear_sel?
<DavidHeidelberg> found out, it's Sergey implementation of int/ext mic switching
<digetx> yes, don't add those new non-upstream bindings into that patch
<digetx> convert non-upstream bindings to the new common binding in a separate patches
<DavidHeidelberg> btw. with cc8f70f5603986a99e7775f3cc4a10d337b82a4d you kinda wiped one property which been parsed
<DavidHeidelberg> `nvidia,ac97-controller` no longer exist in unified version
<DavidHeidelberg> WM9712 seems to be upset about it ;-)
<DavidHeidelberg> I'll make GH issue for it
<DavidHeidelberg> and for now also add `ac97-controller` to the docs
<DavidHeidelberg> it's sad we have support for these devices in kernel, but no-one using them.. At least with postmarketOS, there is few users.
<digetx> add oneOf for nvidia,ac97 and nvidia,i2s
<DavidHeidelberg> ok
<DavidHeidelberg> * ok, done
<digetx> I actually broke nvidia,ac97-controller when unified sound drivers, need to fix it now
<DavidHeidelberg> digetx: should I make an issue or you're up to it right now?
<digetx> no need for issue
<DavidHeidelberg> it's kinda heartwarming that docs fixes helps discover regressions :)
<digetx> the ci is also handy, it helped to spot couple obscure problems that I would miss otherwise
<DavidHeidelberg> digetx: I added multiple routing info for each codec
<DavidHeidelberg> * each codec, it was incomplete before
<DavidHeidelberg> digetx: do u strongly object against adding definitions of not upstreamed drivers? I'm asking because as I noted, Rob generally says it's about HW not the drivers.
<digetx> you may add them, but in a separate patch; otherwise it looks like you trying to sneak in new props
<DavidHeidelberg> oh, right, I'll separate it
gouchi has quit [Remote host closed the connection]
arranshort has quit [Ping timeout: 264 seconds]
arranshort has joined #tegra
digetx has quit [Ping timeout: 264 seconds]
digetx has joined #tegra
<DavidHeidelberg> digetx: do u insist on pattern for 3 sgtl5000 devices?
<digetx> no
JakeSays has quit [Ping timeout: 264 seconds]
<digetx> why both old and new drm uapis are broken in upstream
<digetx> pretty sure old worked a week ago
<DavidHeidelberg> digetx: then the PR is ready :)