Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/vx222/
DMakefile7 snd-vx222-y := vx222.o vx222_ops.o
Dvx222.h34 extern const struct snd_vx_ops vx222_ops;
Dvx222.c118 vx_ops = hw->type == VX_TYPE_BOARD ? &vx222_old_ops : &vx222_ops; in snd_vx222_create()
Dvx222_ops.c991 const struct snd_vx_ops vx222_ops = { variable