OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reset_dsp
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h
112
void (*
reset_dsp
)(struct vx_core *chip);
member in struct:snd_vx_ops
279
snd_assert(chip->ops->
reset_dsp
, return);
280
chip->ops->
reset_dsp
(chip);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h
112
void (*
reset_dsp
)(struct vx_core *chip);
member in struct:snd_vx_ops
279
snd_assert(chip->ops->
reset_dsp
, return);
280
chip->ops->
reset_dsp
(chip);
Completed in 900 milliseconds