Home
last modified time | relevance | path

Searched refs:snd_sb16dsp_get_pcm_ops (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/sound/
Dsb.h324 const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction);
/linux-3.4.99/sound/isa/sb/
Dsb16_main.c900 const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction) in snd_sb16dsp_get_pcm_ops() function
907 EXPORT_SYMBOL(snd_sb16dsp_get_pcm_ops);
/linux-3.4.99/sound/isa/
Dcmi8330.c456 ops = snd_sb16dsp_get_pcm_ops(CMI_SB_STREAM); in snd_cmi8330_pcm()