Searched refs:snd_device_register (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/sound/core/ |
| D | device.c | 186 int snd_device_register(struct snd_card *card, void *device_data) in snd_device_register() function 198 EXPORT_SYMBOL(snd_device_register);
|
| D | pcm_timer.c | 128 if (snd_device_register(timer->card, timer) < 0) { in snd_pcm_timer_init()
|
| D | rawmidi.c | 1698 snd_device_register(rmidi->card, rmidi->seq_dev); in snd_rawmidi_dev_register()
|
| /linux-4.4.14/sound/aoa/core/ |
| D | alsa.c | 75 err = snd_device_register(card, device_data); in aoa_snd_device_new()
|
| /linux-4.4.14/sound/drivers/opl3/ |
| D | opl3_oss.c | 144 snd_device_register(opl3->card, dev); in snd_opl3_init_seq_oss()
|
| /linux-4.4.14/sound/synth/emux/ |
| D | emux_seq.c | 387 if (snd_device_register(card, rmidi) < 0) { in snd_emux_init_virmidi()
|
| D | emux_oss.c | 87 snd_device_register(emu->card, dev); in snd_emux_init_seq_oss()
|
| /linux-4.4.14/include/sound/ |
| D | core.h | 275 int snd_device_register(struct snd_card *card, void *device_data);
|
| /linux-4.4.14/sound/isa/sb/ |
| D | emu8000_pcm.c | 698 snd_device_register(card, pcm); in snd_emu8000_pcm_new()
|
| /linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
| D | pcm.c | 1018 err = snd_device_register(card, dev->pcm); in i2sbus_attach_codec()
|