Skip to content

alsa-pcm: check if bound ctls are valid before using it.

When bound_ctl info cannot be read this array elem info is set to NULL in 'fetch_bind_ctl'. So when we iterate the bound_ctl array we always have to check this.

Merge request reports