Searched refs:snd_device (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Ddevice.c47 struct snd_device *dev;
82 struct snd_device *dev;
125 struct snd_device *dev;
160 struct snd_device *dev;
189 struct snd_device *dev;
209 struct snd_device *dev;
226 struct snd_device *dev;
H A Dhwdep.c42 static int snd_hwdep_dev_free(struct snd_device *device);
43 static int snd_hwdep_dev_register(struct snd_device *device);
44 static int snd_hwdep_dev_disconnect(struct snd_device *device);
391 static int snd_hwdep_dev_free(struct snd_device *device)
397 static int snd_hwdep_dev_register(struct snd_device *device)
440 static int snd_hwdep_dev_disconnect(struct snd_device *device)
H A Dpcm.c42 static int snd_pcm_dev_free(struct snd_device *device);
43 static int snd_pcm_dev_register(struct snd_device *device);
44 static int snd_pcm_dev_disconnect(struct snd_device *device);
762 static int snd_pcm_dev_free(struct snd_device *device)
936 static int snd_pcm_dev_register(struct snd_device *device)
995 static int snd_pcm_dev_disconnect(struct snd_device *device)
H A Dtimer.c85 static int snd_timer_dev_free(struct snd_device *device);
86 static int snd_timer_dev_register(struct snd_device *device);
87 static int snd_timer_dev_disconnect(struct snd_device *device);
815 static int snd_timer_dev_free(struct snd_device *device)
821 static int snd_timer_dev_register(struct snd_device *dev)
861 static int snd_timer_dev_disconnect(struct snd_device *device)
921 struct snd_device dev;
H A Drawmidi.c54 static int snd_rawmidi_dev_free(struct snd_device *device);
55 static int snd_rawmidi_dev_register(struct snd_device *device);
56 static int snd_rawmidi_dev_disconnect(struct snd_device *device);
1492 static int snd_rawmidi_dev_free(struct snd_device *device)
1507 static int snd_rawmidi_dev_register(struct snd_device *device)
1588 static int snd_rawmidi_dev_disconnect(struct snd_device *device)
H A Dcontrol.c1415 static int snd_ctl_dev_register(struct snd_device *device)
1434 static int snd_ctl_dev_disconnect(struct snd_device *device)
1460 static int snd_ctl_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcore.h68 struct snd_device;
71 int (*dev_free)(struct snd_device *dev);
72 int (*dev_register)(struct snd_device *dev);
73 int (*dev_disconnect)(struct snd_device *dev);
76 struct snd_device { struct
85 #define snd_device(n) list_entry(n, struct snd_device, list) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c90 static int snd_seq_device_dev_free(struct snd_device *device);
91 static int snd_seq_device_dev_register(struct snd_device *device);
92 static int snd_seq_device_dev_disconnect(struct snd_device *device);
261 static int snd_seq_device_dev_free(struct snd_device *device)
270 static int snd_seq_device_dev_register(struct snd_device *device)
292 static int snd_seq_device_dev_disconnect(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c29 static int toonie_dev_register(struct snd_device *dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c612 struct snd_device *dev;
616 dev = snd_device(list);
624 dev = snd_device(list);
642 struct snd_device *dev;
645 dev = snd_device(list);
H A Dusbusx2yaudio.c774 struct snd_device *dev;
777 dev = snd_device(list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_lib.c186 static int snd_opl4_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_common.c199 static int snd_sbdsp_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222.c131 static int snd_vx222_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c84 static int snd_pdacf_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxpocket.c71 static int snd_vxpocket_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/
H A Di2c.c72 static int snd_i2c_bus_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0.c122 static int snd_vortex_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs5535audio/
H A Dcs5535audio.c268 static int snd_cs5535audio_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_lib.c333 static int snd_opl3_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c65 static int snd_ak4114_dev_free(struct snd_device *device)
H A Dak4117.c59 static int snd_ak4117_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_main.c133 static int snd_gus_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ac97/
H A Dak4531_codec.c337 static int snd_ak4531_dev_free(struct snd_device *device)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c844 static int gmidi_snd_free(struct snd_device *device)

Completed in 219 milliseconds

1234