platform dm8168+dvr3.50
We can use mca0 to capture 16bit audio data.But can not capture 32bit audio data(HDMI audio data).
if we set 32bit catpre as below:
if ((err = snd_pcm_hw_params_set_format (capture_handle, hw_params, SND_PCM_FORMAT_S32_LE)) < 0) {
it will show "Segmentation fault"。
Could some one give some help.
thanks.