Searched refs:vx (Results 1 – 6 of 6) sorted by relevance
/sound/pci/vx222/ |
D | vx222.c | 106 struct snd_vx222 *vx = to_vx222(chip); in snd_vx222_free() local 110 if (vx->port[0]) in snd_vx222_free() 111 pci_release_regions(vx->pci); in snd_vx222_free() 112 pci_disable_device(vx->pci); in snd_vx222_free() 129 struct snd_vx222 *vx; in snd_vx222_create() local 148 vx = to_vx222(chip); in snd_vx222_create() 149 vx->pci = pci; in snd_vx222_create() 156 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create() 173 *rchip = vx; in snd_vx222_create() 184 struct snd_vx222 *vx; in snd_vx222_probe() local [all …]
|
D | vx222_ops.c | 404 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument 411 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp() 413 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp() 418 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp() 421 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
|
/sound/drivers/vx/ |
D | Makefile | 7 snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o 9 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
|
/sound/pcmcia/vx/ |
D | vxp_ops.c | 233 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument 240 if ((err = vx_check_magic(vx)) < 0) in vxp_load_dsp() 242 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp() 247 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp() 250 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp() 253 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
|
/sound/pcmcia/ |
D | Makefile | 7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
/sound/drivers/ |
D | Makefile | 24 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|