This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm8168 dvr3.50 32bit audio capture

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.