Searched refs:register_sound_dsp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsound.h38 extern int register_sound_dsp(const struct file_operations *fops, int dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/
H A Dsound_core.c438 * register_sound_dsp - register a DSP device
450 int register_sound_dsp(const struct file_operations *fops, int dev) function
456 EXPORT_SYMBOL(register_sound_dsp); variable
509 * Release a sound device that was allocated with register_sound_dsp().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dhostaudio_kern.c332 module_data.dev_audio = register_sound_dsp(&hostaudio_fops, -1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Ddev_table.c161 int i = register_sound_dsp(&oss_sound_fops, -1);
H A Dsh_dac_audio.c282 if ((device_major = register_sound_dsp(&dac_audio_fops, -1)) < 0) {
H A Dau1550_ac97.c1976 if ((s->dev_audio = register_sound_dsp(&au1550_audio_fops, -1)) < 0)
H A Dmsnd_pinnacle.c1422 if ((dev.dsp_minor = register_sound_dsp(&dev_fileops, -1)) < 0) {
H A Dswarm_cs4297a.c2637 if ((s->dev_audio = register_sound_dsp(&cs4297a_audio_fops, -1)) <
2640 "cs4297a: probe() register_sound_dsp() failed.\n"));
H A Dvwsnd.c3348 devc->audio_minor = register_sound_dsp(&vwsnd_audio_fops, -1);
3351 "attach_vwsnd: register_sound_dsp error %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_core.c1123 sq_unit = register_sound_dsp(fops, -1);

Completed in 125 milliseconds