faerics
faerics
A similar (maybe exact the same) problem was raised in #1234, but no reaction for 2 years. The issue seems to be qiute important. ## Version ``` Crossbar.io : 19.6.1...
Hello, following [docs](https://thesofproject.github.io/latest/getting_started/intel_debug/suggestions.html#es8336-support) and [wiki](https://github.com/thesofproject/linux/wiki/ES8336-support) I've compiled the [5.19.0 + fixes](https://github.com/thesofproject/linux/tree/es8336-v5.19) kernel. and see Dummy output instead of the sounding device. New topology files added. My laptop is Infinix Inbook...
Consider this script: ``` #!/usr/bin/env python3 import gpsd #Get gps position not being connected to the server packet = gpsd.get_current() ``` The user then gets an `AttributeError` not giving the...
Hello everyone, I'm in the middle of solving problem with sound on my Infinix Inbook X2 laptop. Original issue is [here](https://github.com/thesofproject/linux/issues/3873), we managed to expose my soundcard to userspace, Second...
I'm writing a game application using autobahn, and first I encountered this issue at the application level and then realised it is relevant to the library. I omit the imports...
While facing with #1104, I realised that the callbacks in the websocket protocol may be coroutines. So, instead of ```python class Protocol(WebSocketServerProtocol): def onOpen(self): asyncio.ensure_future(coro(), loop=loop) ``` one could write...