xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

soundcard Chipdip DAC (dsp machine) not included in new release. #901

Closed chipdipru closed 2 years ago

chipdipru commented 2 years ago

Please add card driver snd-soc-chipdip-dac.ko. The driver is not included in the new release, but it is in the kernel along with the corresponding overlay.

sound_soc_xbian

Sound card needs the driver to work properly. This is a popular sound card in Russia. ADAU1701 master DAC 065_1

mkreisl commented 2 years ago

Which driver?

I only find binary only modules from here: https://github.com/chipdipru And including binary drivers is very suspect to me

chipdipru commented 2 years ago

The driver is in the kernel https://github.com/raspberrypi/linux/blob/rpi-5.10.y/sound/soc/bcm/chipdip-dac.c Overlay and driver were added in the kernel simultaneously. But it happened somehow that only overlay was taken into account without the driver.

mkreisl commented 2 years ago

Ah, now it becomes clearer to me. I stupidly searched for the presence in the wrong kernel sources (5.4) and could not find anything

Next time the kernel package is built, the module is included