Home
last modified time | relevance | path

Searched refs:VX_TYPE_BOARD (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/pci/vx222/
Dvx222.c67 .type = VX_TYPE_BOARD,
118 vx_ops = hw->type == VX_TYPE_BOARD ? &vx222_old_ops : &vx222_ops; in snd_vx222_create()
Dvx222_ops.c190 if (_chip->type == VX_TYPE_BOARD) { in vx2_test_xilinx()
370 if (chip->type == VX_TYPE_BOARD) in vx2_load_xilinx_binary()
387 if (chip->type != VX_TYPE_BOARD) { in vx2_load_xilinx_binary()
732 if (_chip->type == VX_TYPE_BOARD) { in vx2_reset_codec()
/linux-5.19.10/sound/drivers/vx/
Dvx_hwdep.c36 [VX_TYPE_BOARD] = { in snd_vx_setup_firmware()
/linux-5.19.10/include/sound/
Dvx_core.h119 VX_TYPE_BOARD, /* old VX222 PCI */ enumerator
330 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD)