Home
last modified time | relevance | path

Searched refs:reset_codec (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222_ops.c995 .reset_codec = vx2_reset_codec,
1015 .reset_codec = vx2_reset_codec,
/OK3568_Linux_fs/kernel/sound/pci/
H A Dfm801.c1108 static int reset_codec(struct fm801 *chip) in reset_codec() function
1236 if (reset_codec(chip) < 0) { in snd_fm801_create()
1427 reset_codec(chip); in snd_fm801_resume()
/OK3568_Linux_fs/kernel/include/sound/
H A Dvx_core.h86 void (*reset_codec)(struct vx_core *chip); member
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxp_ops.c590 .reset_codec = vxp_reset_codec,
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_mixer.c135 chip->ops->reset_codec(chip); in vx_reset_codec()