Home
last modified time | relevance | path

Searched refs:snd_device (Results 1 – 92 of 92) sorted by relevance

/linux-4.1.27/sound/core/
Ddevice.c47 struct snd_device *dev; in snd_device_new()
64 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new()
74 static void __snd_device_disconnect(struct snd_device *dev) in __snd_device_disconnect()
84 static void __snd_device_free(struct snd_device *dev) in __snd_device_free()
97 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev()
99 struct snd_device *dev; in look_for_dev()
123 struct snd_device *dev; in snd_device_disconnect()
147 struct snd_device *dev; in snd_device_free()
160 static int __snd_device_register(struct snd_device *dev) in __snd_device_register()
188 struct snd_device *dev; in snd_device_register()
[all …]
Djack.c37 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect()
54 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free()
69 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
Dhwdep.c41 static int snd_hwdep_dev_free(struct snd_device *device);
42 static int snd_hwdep_dev_register(struct snd_device *device);
43 static int snd_hwdep_dev_disconnect(struct snd_device *device);
410 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
421 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
463 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
Dpcm.c43 static int snd_pcm_dev_free(struct snd_device *device);
44 static int snd_pcm_dev_register(struct snd_device *device);
45 static int snd_pcm_dev_disconnect(struct snd_device *device);
897 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1062 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1112 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
Dcompress_offload.c872 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
896 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
905 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
Dtimer.c92 static int snd_timer_dev_free(struct snd_device *device);
93 static int snd_timer_dev_register(struct snd_device *device);
94 static int snd_timer_dev_disconnect(struct snd_device *device);
886 static int snd_timer_dev_free(struct snd_device *device) in snd_timer_dev_free()
892 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register()
937 static int snd_timer_dev_disconnect(struct snd_device *device) in snd_timer_dev_disconnect()
1012 struct snd_device dev; in snd_timer_global_register()
Drawmidi.c52 static int snd_rawmidi_dev_free(struct snd_device *device);
53 static int snd_rawmidi_dev_register(struct snd_device *device);
54 static int snd_rawmidi_dev_disconnect(struct snd_device *device);
1607 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1621 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
1705 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
Dinfo.c854 static int snd_info_dev_free_entry(struct snd_device *device) in snd_info_dev_free_entry()
861 static int snd_info_dev_register_entry(struct snd_device *device) in snd_info_dev_register_entry()
Dcontrol.c1749 static int snd_ctl_dev_register(struct snd_device *device) in snd_ctl_dev_register()
1760 static int snd_ctl_dev_disconnect(struct snd_device *device) in snd_ctl_dev_disconnect()
1778 static int snd_ctl_dev_free(struct snd_device *device) in snd_ctl_dev_free()
/linux-4.1.27/include/sound/
Dcore.h73 struct snd_device;
76 int (*dev_free)(struct snd_device *dev);
77 int (*dev_register)(struct snd_device *dev);
78 int (*dev_disconnect)(struct snd_device *dev);
81 struct snd_device { struct
90 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/linux-4.1.27/sound/core/seq/
Dseq_device.c158 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
166 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
179 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
/linux-4.1.27/sound/aoa/codecs/
Dtoonie.c30 static int toonie_dev_register(struct snd_device *dev) in toonie_dev_register()
Dtas.c216 static int tas_dev_register(struct snd_device *dev) in tas_dev_register()
Donyx.c96 static int onyx_dev_register(struct snd_device *dev) in onyx_dev_register()
/linux-4.1.27/sound/pci/
Dcs5530.c85 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
Dak4531_codec.c351 static int snd_ak4531_dev_free(struct snd_device *device) in snd_ak4531_dev_free()
Dals300.c191 static int snd_als300_dev_free(struct snd_device *device) in snd_als300_dev_free()
Dad1889.c863 snd_ad1889_dev_free(struct snd_device *device) in snd_ad1889_dev_free()
Dbt87x.c700 static int snd_bt87x_dev_free(struct snd_device *device) in snd_bt87x_dev_free()
Dvia82xx_modem.c1090 static int snd_via82xx_dev_free(struct snd_device *device) in snd_via82xx_dev_free()
Datiixp_modem.c1206 static int snd_atiixp_dev_free(struct snd_device *device) in snd_atiixp_dev_free()
Dintel8x0m.c1101 static int snd_intel8x0m_dev_free(struct snd_device *device) in snd_intel8x0m_dev_free()
Dsis7019.c1074 static int sis_dev_free(struct snd_device *dev) in sis_dev_free()
Datiixp.c1580 static int snd_atiixp_dev_free(struct snd_device *device) in snd_atiixp_dev_free()
Dfm801.c1178 static int snd_fm801_dev_free(struct snd_device *device) in snd_fm801_dev_free()
Dsonicvibes.c1238 static int snd_sonicvibes_dev_free(struct snd_device *device) in snd_sonicvibes_dev_free()
Dcs4281.c1328 static int snd_cs4281_dev_free(struct snd_device *device) in snd_cs4281_dev_free()
Des1938.c1561 static int snd_es1938_dev_free(struct snd_device *device) in snd_es1938_dev_free()
Dazt3328.c2310 snd_azf3328_dev_free(struct snd_device *device) in snd_azf3328_dev_free()
Dmaestro3.c2515 static int snd_m3_dev_free(struct snd_device *device) in snd_m3_dev_free()
Dvia82xx.c2356 static int snd_via82xx_dev_free(struct snd_device *device) in snd_via82xx_dev_free()
Des1968.c2644 static int snd_es1968_dev_free(struct snd_device *device) in snd_es1968_dev_free()
Dens1370.c1944 static int snd_ensoniq_dev_free(struct snd_device *device) in snd_ensoniq_dev_free()
Dintel8x0.c2950 static int snd_intel8x0_dev_free(struct snd_device *device) in snd_intel8x0_dev_free()
Dcmipci.c2956 static int snd_cmipci_dev_free(struct snd_device *device) in snd_cmipci_dev_free()
/linux-4.1.27/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c84 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
/linux-4.1.27/sound/pci/vx222/
Dvx222.c130 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
/linux-4.1.27/sound/pci/aw2/
Daw2-alsa.c115 static int snd_aw2_dev_free(struct snd_device *device);
221 static int snd_aw2_dev_free(struct snd_device *device) in snd_aw2_dev_free()
/linux-4.1.27/sound/isa/sb/
Dsb_common.c204 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
Demu8000.c1075 static int snd_emu8000_dev_free(struct snd_device *device) in snd_emu8000_dev_free()
/linux-4.1.27/sound/pcmcia/vx/
Dvxpocket.c72 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
/linux-4.1.27/sound/drivers/opl4/
Dopl4_lib.c187 static int snd_opl4_dev_free(struct snd_device *device) in snd_opl4_dev_free()
/linux-4.1.27/drivers/media/usb/go7007/
Dsnd-go7007.c213 static int go7007_snd_free(struct snd_device *device) in go7007_snd_free()
/linux-4.1.27/sound/pci/au88x0/
Dau88x0.c121 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
/linux-4.1.27/sound/i2c/
Di2c.c73 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
/linux-4.1.27/sound/pci/cs5535audio/
Dcs5535audio.c271 static int snd_cs5535audio_dev_free(struct snd_device *device) in snd_cs5535audio_dev_free()
/linux-4.1.27/sound/sh/
Dsh_dac_audio.c306 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c340 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
/linux-4.1.27/sound/pci/hda/
Dhda_tegra.c288 static int hda_tegra_dev_free(struct snd_device *device) in hda_tegra_dev_free()
Dhda_codec.c499 static int snd_hda_bus_dev_free(struct snd_device *device) in snd_hda_bus_dev_free()
505 static int snd_hda_bus_dev_disconnect(struct snd_device *device) in snd_hda_bus_dev_disconnect()
960 static int snd_hda_codec_dev_register(struct snd_device *device) in snd_hda_codec_dev_register()
966 static int snd_hda_codec_dev_disconnect(struct snd_device *device) in snd_hda_codec_dev_disconnect()
974 static int snd_hda_codec_dev_free(struct snd_device *device) in snd_hda_codec_dev_free()
Dhda_intel.c1160 static int azx_dev_free(struct snd_device *device) in azx_dev_free()
/linux-4.1.27/sound/isa/gus/
Dgus_main.c126 static int snd_gus_dev_free(struct snd_device *device) in snd_gus_dev_free()
/linux-4.1.27/sound/i2c/other/
Dak4117.c69 static int snd_ak4117_dev_free(struct snd_device *device) in snd_ak4117_dev_free()
Dak4113.c64 static int snd_ak4113_dev_free(struct snd_device *device) in snd_ak4113_dev_free()
Dak4114.c74 static int snd_ak4114_dev_free(struct snd_device *device) in snd_ak4114_dev_free()
/linux-4.1.27/sound/usb/
Dcard.c318 static int snd_usb_audio_dev_free(struct snd_device *device) in snd_usb_audio_dev_free()
Dmixer.c2165 static int snd_usb_mixer_dev_free(struct snd_device *device) in snd_usb_mixer_dev_free()
/linux-4.1.27/sound/pci/ac97/
Dac97_codec.c1016 static int snd_ac97_bus_dev_free(struct snd_device *device) in snd_ac97_bus_dev_free()
1038 static int snd_ac97_dev_free(struct snd_device *device) in snd_ac97_dev_free()
1955 static int snd_ac97_dev_register(struct snd_device *device) in snd_ac97_dev_register()
1975 static int snd_ac97_dev_disconnect(struct snd_device *device) in snd_ac97_dev_disconnect()
/linux-4.1.27/drivers/hid/
Dhid-prodikeys.c568 static int pcmidi_snd_free(struct snd_device *dev) in pcmidi_snd_free()
/linux-4.1.27/sound/drivers/
Dserial-u16550.c778 static int snd_uart16550_dev_free(struct snd_device *device) in snd_uart16550_dev_free()
Dml403-ac97cr.c1103 static int snd_ml403_ac97cr_dev_free(struct snd_device *snddev)
/linux-4.1.27/sound/pci/lola/
Dlola.c563 static int lola_dev_free(struct snd_device *device) in lola_dev_free()
/linux-4.1.27/sound/sparc/
Damd7930.c925 static int snd_amd7930_dev_free(struct snd_device *device) in snd_amd7930_dev_free()
Dcs4231.c1785 static int snd_cs4231_sbus_dev_free(struct snd_device *device) in snd_cs4231_sbus_dev_free()
1951 static int snd_cs4231_ebus_dev_free(struct snd_device *device) in snd_cs4231_ebus_dev_free()
/linux-4.1.27/sound/mips/
Dsgio2audio.c819 static int snd_sgio2audio_dev_free(struct snd_device *device) in snd_sgio2audio_dev_free()
Dhal2.c761 static int hal2_dev_free(struct snd_device *device) in hal2_dev_free()
/linux-4.1.27/sound/parisc/
Dharmony.c902 snd_harmony_dev_free(struct snd_device *dev) in snd_harmony_dev_free()
/linux-4.1.27/sound/pci/lx6464es/
Dlx6464es.c565 static int snd_lx6464es_dev_free(struct snd_device *device) in snd_lx6464es_dev_free()
/linux-4.1.27/sound/spi/
Dat73c213.c869 static int snd_at73c213_dev_free(struct snd_device *device) in snd_at73c213_dev_free()
/linux-4.1.27/sound/isa/ad1816a/
Dad1816a_lib.c580 static int snd_ad1816a_dev_free(struct snd_device *device) in snd_ad1816a_dev_free()
/linux-4.1.27/sound/isa/es1688/
Des1688_lib.c627 static int snd_es1688_dev_free(struct snd_device *device) in snd_es1688_dev_free()
/linux-4.1.27/sound/isa/msnd/
Dmsnd_pinnacle.c488 static int snd_msnd_dev_free(struct snd_device *device) in snd_msnd_dev_free()
/linux-4.1.27/drivers/usb/gadget/function/
Df_midi.c392 static int f_midi_snd_free(struct snd_device *device) in f_midi_snd_free()
/linux-4.1.27/sound/pci/mixart/
Dmixart.c1037 static int snd_mixart_chip_dev_free(struct snd_device *device) in snd_mixart_chip_dev_free()
/linux-4.1.27/sound/ppc/
Dpmac.c895 static int snd_pmac_dev_free(struct snd_device *device) in snd_pmac_dev_free()
/linux-4.1.27/sound/pci/nm256/
Dnm256.c1460 static int snd_nm256_dev_free(struct snd_device *device) in snd_nm256_dev_free()
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c1271 static int snd_ca0106_dev_free(struct snd_device *device) in snd_ca0106_dev_free()
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr.c1199 static int pcxhr_chip_dev_free(struct snd_device *device) in pcxhr_chip_dev_free()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1x.c781 static int snd_emu10k1x_dev_free(struct snd_device *device) in snd_emu10k1x_dev_free()
Demu10k1_main.c1335 static int snd_emu10k1_dev_free(struct snd_device *device) in snd_emu10k1_dev_free()
/linux-4.1.27/sound/pci/ctxfi/
Dctatc.c1253 static int atc_dev_free(struct snd_device *dev) in atc_dev_free()
/linux-4.1.27/sound/pci/ali5451/
Dali5451.c2079 static int snd_ali_dev_free(struct snd_device *device) in snd_ali_dev_free()
/linux-4.1.27/sound/pci/echoaudio/
Dechoaudio.c1891 static int snd_echo_dev_free(struct snd_device *device) in snd_echo_dev_free()
/linux-4.1.27/sound/isa/wss/
Dwss_lib.c1713 static int snd_wss_dev_free(struct snd_device *device) in snd_wss_dev_free()
/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c2135 static int snd_korg1212_dev_free(struct snd_device *device) in snd_korg1212_dev_free()
/linux-4.1.27/sound/isa/
Des18xx.c1776 static int snd_es18xx_dev_free(struct snd_device *device) in snd_es18xx_dev_free()
/linux-4.1.27/sound/pci/riptide/
Driptide.c1834 static int snd_riptide_dev_free(struct snd_device *device) in snd_riptide_dev_free()
/linux-4.1.27/sound/pci/ice1712/
Dice1724.c2523 static int snd_vt1724_dev_free(struct snd_device *device) in snd_vt1724_dev_free()
Dice1712.c2506 static int snd_ice1712_dev_free(struct snd_device *device) in snd_ice1712_dev_free()
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci_main.c2264 static int snd_ymfpci_dev_free(struct snd_device *device) in snd_ymfpci_dev_free()
/linux-4.1.27/sound/pci/cs46xx/
Dcs46xx_lib.c2976 static int snd_cs46xx_dev_free(struct snd_device *device) in snd_cs46xx_dev_free()
/linux-4.1.27/sound/pci/trident/
Dtrident_main.c3332 static int snd_trident_dev_free(struct snd_device *device) in snd_trident_dev_free()