Searched refs:snd_register_device (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/sound/core/
H A Dsound.c247 * snd_register_device - Register the ALSA device file for the card
260 int snd_register_device(int type, struct snd_card *card, int dev, snd_register_device() function
300 EXPORT_SYMBOL(snd_register_device); variable
307 * snd_register_device().
H A Dhwdep.c433 err = snd_register_device(SNDRV_DEVICE_TYPE_HWDEP, snd_hwdep_dev_register()
H A Dcompress_offload.c885 ret = snd_register_device(SNDRV_DEVICE_TYPE_COMPRESS, snd_compress_dev_register()
889 pr_err("snd_register_device failed\n %d", ret); snd_compress_dev_register()
H A Dpcm.c1089 err = snd_register_device(devtype, pcm->card, pcm->device, snd_pcm_dev_register()
H A Drawmidi.c1636 err = snd_register_device(SNDRV_DEVICE_TYPE_RAWMIDI, snd_rawmidi_dev_register()
H A Dtimer.c2059 err = snd_register_device(SNDRV_DEVICE_TYPE_TIMER, NULL, 0, alsa_timer_init()
H A Dcontrol.c1753 return snd_register_device(SNDRV_DEVICE_TYPE_CONTROL, card, -1, snd_ctl_dev_register()
/linux-4.4.14/include/sound/
H A Dcore.h213 int snd_register_device(int type, struct snd_card *card, int dev,
/linux-4.4.14/sound/core/seq/
H A Dseq_clientmgr.c2592 err = snd_register_device(SNDRV_DEVICE_TYPE_SEQUENCER, NULL, 0, snd_sequencer_device_init()

Completed in 490 milliseconds