[Alsa-user] Alsa Crashes for ARM

2018-10-30 Thread Arjav Parikh
Hi, I am using linux on APQ8053 SOC with alsa-lib v1.1.0. I have ZL38063 sound card connected with APQ8053 over I2S. I can play wav file on my board using aplay utility and can hear sound on speaker connected to Audio Board as well. When I try aplay -D with multiple hw:0, options and below are

Re: [Alsa-user] Sound doesn't work with CONFIG_SND_DYNAMIC_MINORS enabled [SOLVED]

2018-10-30 Thread Dâniel Fraga
Forget it! It seems my /dev/ (and /dev/char) was messed and Udev wasn't working correctly. On Tue, 30 Oct 2018 09:45:37 -0300 Dâniel Fraga wrote: > Since CONFIG_SND_DYNAMIC_MINORS is mandatory if we want to > enable CONFIG_SND_HDA_CODEC_HDMI > (https://patchwork.kernel.org/patch/1

[Alsa-user] Sound doesn't work with CONFIG_SND_DYNAMIC_MINORS enabled

2018-10-30 Thread Dâniel Fraga
Since CONFIG_SND_DYNAMIC_MINORS is mandatory if we want to enable CONFIG_SND_HDA_CODEC_HDMI (https://patchwork.kernel.org/patch/10375093/), I noticed ALSA can't detect sound cards anymore... Udev seems to detect fine kernel events, but maybe is it a problem with Udev?