vagrantc has quit [Quit: leaving]
GenTooMan has quit [Ping timeout: 246 seconds]
GenTooMan has joined #beagle
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #beagle
Siegurd has joined #beagle
Shadyman has joined #beagle
Siegurd has quit [Ping timeout: 246 seconds]
Siegurd has joined #beagle
Siegurd has quit [Ping timeout: 246 seconds]
c0dex has joined #beagle
ft has quit [Ping timeout: 245 seconds]
ft has joined #beagle
GenTooMan has quit [Ping timeout: 248 seconds]
GenTooMan has joined #beagle
Siegurd has joined #beagle
GenTooMan has quit [Ping timeout: 248 seconds]
Siegurd has quit [Quit: Client closed]
wonko-the-sane has quit [Quit: leaving]
ikarso has joined #beagle
Shadyman has quit [Quit: Leaving.]
Siegurd has joined #beagle
CygniX has quit [Ping timeout: 246 seconds]
Siegurd has quit [Ping timeout: 246 seconds]
CygniX has joined #beagle
Siegurd has joined #beagle
Siegurd has quit [Quit: Client closed]
GenTooMan has joined #beagle
Siegurd has joined #beagle
Siegurd has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #beagle
wonko-the-sane has quit [Ping timeout: 246 seconds]
wonko-the-sane has joined #beagle
Siegurd has joined #beagle
Siegurd has quit [Client Quit]
Siegurd has joined #beagle
Siegurd has quit [Client Quit]
Siegurd has joined #beagle
florian has joined #beagle
jfsimon1981_c has joined #beagle
jfsimon1981 has quit [Ping timeout: 250 seconds]
jfsimon1981_c has quit [Ping timeout: 248 seconds]
ft has quit [Quit: leaving]
GenTooMan has quit [Ping timeout: 246 seconds]
wonko-the-sane has quit [Quit: leaving]
jfsimon1981 has joined #beagle
GenTooMan has joined #beagle
jfsimon1981_b has joined #beagle
Siegurd has quit [Quit: Client closed]
jfsimon1981_b has quit [Remote host closed the connection]
Siegurd has joined #beagle
AKN has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
AKN_R has joined #beagle
AKN has quit [Ping timeout: 260 seconds]
starblue has quit [Ping timeout: 245 seconds]
starblue has joined #beagle
Siegurd has quit [Quit: Client closed]
Siegurd has joined #beagle
Siegurd has quit [Quit: Client closed]
Siegurd1 has joined #beagle
starblue has quit [*.net *.split]
AKN_R has quit [*.net *.split]
outrageous has quit [*.net *.split]
adrianf has quit [*.net *.split]
starblue has joined #beagle
outrageous has joined #beagle
adrianf has joined #beagle
Siegurd1 has quit [Quit: Leaving]
Siegurd1 has joined #beagle
AKN_R has joined #beagle
AKN_R has quit [Ping timeout: 252 seconds]
AKN_R has joined #beagle
buzzmarshall has joined #beagle
AKN has joined #beagle
AKN_R has quit [Ping timeout: 245 seconds]
AKN has quit [Read error: Connection reset by peer]
otisolsen70 has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 245 seconds]
brook has joined #beagle
brook has quit [Read error: Connection reset by peer]
brook_ has joined #beagle
vagrantc has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
Stat_headcrabed has joined #beagle
xet7 has joined #beagle
florian has quit [Quit: Ex-Chat]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
starblue has quit [Ping timeout: 245 seconds]
<Siegurd1> Hello! I tried to compile the kernel https://github.com/dutchanddutch/bb-kernel in order to somehow try the work of the tdm-audio driver, but unfortunately without success. https://pastebin.com/BLm9D3an . I would be grateful for help.
CygniX has quit [Ping timeout: 245 seconds]
GenTooMan has quit [Ping timeout: 246 seconds]
GenTooMan has joined #beagle
ikarso has joined #beagle
ft has joined #beagle
GenTooMan has quit [Ping timeout: 256 seconds]
GenTooMan has joined #beagle
otisolsen70_ has joined #beagle
otisolsen70 has quit [Ping timeout: 260 seconds]
otisolsen70_ has quit [Quit: Leaving]
<zmatt> Siegurd1: I have no idea why that build is failing for you, I've never seen that error, but also I really wouldn't recommend using that kernel since it's quite ancient and has lots of weird patches
starblue has joined #beagle
<zmatt> Siegurd1: I've pushed an update to the DT overlay to use the spdif-dir codec driver instead, which is annoying because it means the kernel won't be able to ensure that the correct format is configured (that burden will be on userspace instead) but at least it should work
<Siegurd1> Ok, let me check it
<zmatt> and plan B is still PRU... or maybe it ought to be plan A since ALSA is annoying, but PRU has a bit of learning curve and I'm not sure if I have time to make an example
<Siegurd1> ok, system starts with new ad7771-mcasp0.dtbo. What should I check next?
<Siegurd1> I get error: https://pastebin.com/G3c5NrPE
<Siegurd1> Maybe the reason of error is absence of the ALSA development package or other device that sould be installed?
<Siegurd1> If spdif-dir codec driver will work that would be great and I think I can put up with setting AD7771 parameters from a С/С++ program.
brook_ has quit [Ping timeout: 244 seconds]
brook has joined #beagle
<zmatt> no this just indicates an issue in my device tree overlay, hold on lemme see
<zmatt> I'm a bit confused by it
<zmatt> it seems mcasp0 is for some reason missing its #sound-dai-cells property in the base dts
<zmatt> weird, seems like a bug in the base dts to me
<zmatt> but I'll add it to the overlay
<zmatt> oh I did also forget it in my dai declaration
<zmatt> pushed to git
<Siegurd1> got it
<Siegurd1> ok, error is gone
<zmatt> woo
<Siegurd1> AD7771 is card0 device
<zmatt> now of course that doesn't mean it *works* but it's a step
<zmatt> actually, something you should probably verify without having the AD7771 physically attached is that attempting to use the device doesn't cause any signal to be driven by the beaglebone onto the clk or fs pins
<zmatt> it shouldn't, but check it anyway since in my experience the clock configuration of the mcasp alsa driver can be a bit fickle
<Siegurd1> how it can be checked?
<zmatt> although I think it's mostly the sysclk configuration which is really wonky so it should probably be fine
<zmatt> (since you're not using sysclk here, that's generated on your ad7771 eval board)
<zmatt> ah if you don't have any easy way to check for that (i.e. a scope) then never mind I guess
<zmatt> hmm, I'm pretty sure I have a mcasp diagnostic utility somewhere, hold on
<Siegurd1> it prints disabled
<zmatt> yes it can only show info while the port is being used
<zmatt> i.e. while you're trying to capture data
<Siegurd1> so if I vill open asp-monitor in another terminal while opening AD771 file descriptor it should print enabled wright?
<zmatt> it will print a bunch of info
<Siegurd1> maybe cat command will show some RAW data for test?
<zmatt> I don't know if that works and obviously you wouldn't want raw audio data to be sent to your terminal, also it would be completely misconfigured
<Siegurd1> true
<zmatt> use arecord with the correct settings (S32 format, 8 channels, 192 kHz sample rate)