Home
last modified time | relevance | path

Searched refs:snd_vx222 (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/vx222/
H A Dvx222.c105 struct snd_vx222 **rchip) in snd_vx222_create()
108 struct snd_vx222 *vx; in snd_vx222_create()
120 sizeof(struct snd_vx222) - sizeof(struct vx_core)); in snd_vx222_create()
152 struct snd_vx222 *vx; in snd_vx222_probe()
210 struct snd_vx222 *vx = card->private_data; in snd_vx222_suspend()
218 struct snd_vx222 *vx = card->private_data; in snd_vx222_resume()
H A Dvx222.h13 struct snd_vx222 { struct
29 #define to_vx222(x) container_of(x, struct snd_vx222, core) argument