Searched refs:vx (Results 1 – 6 of 6) sorted by relevance
/sound/pci/vx222/ |
D | vx222.c | 119 struct snd_vx222 *vx = (struct snd_vx222 *)chip; in snd_vx222_free() local 123 if (vx->port[0]) in snd_vx222_free() 124 pci_release_regions(vx->pci); in snd_vx222_free() 125 pci_disable_device(vx->pci); in snd_vx222_free() 142 struct snd_vx222 *vx; in snd_vx222_create() local 161 vx = (struct snd_vx222 *)chip; in snd_vx222_create() 162 vx->pci = pci; in snd_vx222_create() 169 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create() 185 *rchip = vx; in snd_vx222_create() 196 struct snd_vx222 *vx; in snd_vx222_probe() local [all …]
|
D | vx222_ops.c | 417 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument 424 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp() 426 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp() 431 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp() 434 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
|
/sound/drivers/vx/ |
D | Makefile | 6 snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o 8 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
|
/sound/pcmcia/vx/ |
D | vxp_ops.c | 246 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument 253 if ((err = vx_check_magic(vx)) < 0) in vxp_load_dsp() 255 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp() 260 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp() 263 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp() 266 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
|
/sound/pcmcia/ |
D | Makefile | 6 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
/sound/drivers/ |
D | Makefile | 25 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|