Home
last modified time | relevance | path

Searched refs:snd_vx_ops (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/sound/pci/vx222/
Dvx222.h34 extern const struct snd_vx_ops vx222_ops;
35 extern const struct snd_vx_ops vx222_old_ops;
Dvx222.c110 const struct snd_vx_ops *vx_ops; in snd_vx222_create()
Dvx222_ops.c991 const struct snd_vx_ops vx222_ops = {
1011 const struct snd_vx_ops vx222_old_ops = {
/linux-6.1.9/include/sound/
Dvx_core.h74 struct snd_vx_ops { struct
151 const struct snd_vx_ops *ops;
198 const struct snd_vx_ops *ops, int extra_size);
/linux-6.1.9/sound/pcmcia/vx/
Dvxpocket.h35 extern const struct snd_vx_ops snd_vxpocket_ops;
Dvxp_ops.c586 const struct snd_vx_ops snd_vxpocket_ops = {
/linux-6.1.9/sound/drivers/vx/
Dvx_core.c798 const struct snd_vx_ops *ops, in snd_vx_create()