Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / cast_iso.c
1 static int vx_hwdep_dsp_load(snd_hwdep_t *hw, snd_hwdep_dsp_image_t *dsp)
2 {
3 vx_core_t *vx = snd_magic_cast(vx_core_t, hw->private_data, return -ENXIO);
4 ak4117_t *chip = snd_magic_cast(ak4117_t, (void *)data, return);
5
6 }