Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
loki_val has quit [Ping timeout: 265 seconds]
crabbedhaloablut has joined #armbian
crabbedhaloablut has quit [Ping timeout: 260 seconds]
crabbedhaloablut has joined #armbian
DarkG_ has joined #armbian
DarkG has quit [Remote host closed the connection]
TheMaster has joined #armbian
Unit193 has quit [Killed (TheMaster (You are the weakest link, goodbye))]
coldfeet has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 258 seconds]
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
LanDi has joined #armbian
Dex_2x has quit [Quit: Client closed]
Dex_2x has joined #armbian
zeemate has joined #armbian
alekksander has joined #armbian
Dex_2x has quit [Quit: Client closed]
califax has quit [Ping timeout: 260 seconds]
califax has joined #armbian
LanDi has quit [Ping timeout: 264 seconds]
LanDi1 has joined #armbian
LanDi1 is now known as LanDi
<DC-IRC>
[Discord] <xmort> Okay so I think, thanks to the brilliant design of ALSA, that I will have to create my own out of tree kernel module just to output some bloody audio
<DC-IRC>
[Discord] <xmort> What's the best way to build a custom kernel with custom out-of-tree kernel modules
<DC-IRC>
[Discord] <Werner> Either use kernel-patch to integrate the source directly into the kernel source and then adjust config to enable. Or use the customization script to build the module within the image building process.
alekksander has quit [Remote host closed the connection]
LanDi has quit [Ping timeout: 248 seconds]
zeemate has quit [Ping timeout: 264 seconds]
califax has quit [Remote host closed the connection]
califax has joined #armbian
lyri has joined #armbian
coldfeet has joined #armbian
zeemate has joined #armbian
lyri has quit [Remote host closed the connection]
LanDi has joined #armbian
lyri has joined #armbian
yth has quit [Ping timeout: 260 seconds]
yth has joined #armbian
alekksander has joined #armbian
lyri has quit [Remote host closed the connection]
lyri has joined #armbian
alekksander has quit [Remote host closed the connection]
LanDi has quit [Ping timeout: 252 seconds]
<DC-IRC>
[Discord] <xmort> I guess I'll try kernel_patch
<DC-IRC>
[Discord] <xmort> how nice wouldn't it be if linux supported audio playback without kernel patches
<DC-IRC>
[Discord] <Werner> aufs or zfs would also be nice to have oob but it is what it is 🤷♂️
<DC-IRC>
[Discord] <xmort> yeah but at least those have decent reasons to be out of tree other than "the kernel developers have decided that playing audio ought to require a kernel patch"
<DC-IRC>
[Discord] <xmort> I just want to output i2s audio man
<DC-IRC>
[Discord] <xmort> I can't do that because there's no associated codec, I just need to output the audio; and alsa can't play audio without a codec driver, and Linux doesn't have a dummy codec driver available via devicetree out of princilpe