Searched refs:snd_register_device (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/sound/core/ |
H A D | sound.c | 247 * 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 D | hwdep.c | 433 err = snd_register_device(SNDRV_DEVICE_TYPE_HWDEP, snd_hwdep_dev_register()
|
H A D | compress_offload.c | 885 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 D | pcm.c | 1089 err = snd_register_device(devtype, pcm->card, pcm->device, snd_pcm_dev_register()
|
H A D | rawmidi.c | 1636 err = snd_register_device(SNDRV_DEVICE_TYPE_RAWMIDI, snd_rawmidi_dev_register()
|
H A D | timer.c | 2059 err = snd_register_device(SNDRV_DEVICE_TYPE_TIMER, NULL, 0, alsa_timer_init()
|
H A D | control.c | 1753 return snd_register_device(SNDRV_DEVICE_TYPE_CONTROL, card, -1, snd_ctl_dev_register()
|
/linux-4.4.14/include/sound/ |
H A D | core.h | 213 int snd_register_device(int type, struct snd_card *card, int dev,
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_clientmgr.c | 2592 err = snd_register_device(SNDRV_DEVICE_TYPE_SEQUENCER, NULL, 0, snd_sequencer_device_init()
|
Completed in 490 milliseconds