/Linux-v4.19/sound/core/ |
D | device.c | 44 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function 72 EXPORT_SYMBOL(snd_device_new);
|
D | seq_device.c | 240 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
D | jack.c | 261 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
D | hwdep.c | 399 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
|
/Linux-v4.19/sound/aoa/core/ |
D | alsa.c | 70 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
|
/Linux-v4.19/sound/drivers/pcsp/ |
D | pcsp.c | 88 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
|
/Linux-v4.19/sound/pci/ |
D | cs5530.c | 240 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
|
/Linux-v4.19/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
/Linux-v4.19/sound/isa/sb/ |
D | sb_common.c | 287 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
|
/Linux-v4.19/sound/pci/vx222/ |
D | vx222.c | 180 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
|
/Linux-v4.19/sound/drivers/opl4/ |
D | opl4_lib.c | 234 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
/Linux-v4.19/sound/pcmcia/vx/ |
D | vxpocket.c | 151 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
|
/Linux-v4.19/drivers/media/usb/go7007/ |
D | snd-go7007.c | 251 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
|
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0.c | 209 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
|
/Linux-v4.19/sound/i2c/ |
D | i2c.c | 102 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
/Linux-v4.19/sound/pci/cs5535audio/ |
D | cs5535audio.c | 322 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
|
/Linux-v4.19/include/sound/ |
D | core.h | 261 int snd_device_new(struct snd_card *card, enum snd_device_type type,
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835.c | 160 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_bcm2835_create()
|
/Linux-v4.19/sound/sh/ |
D | sh_dac_audio.c | 387 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
/Linux-v4.19/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 402 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_lib.c | 365 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_tegra.c | 469 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_main.c | 223 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
|
/Linux-v4.19/sound/i2c/other/ |
D | ak4117.c | 104 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
|
/Linux-v4.19/sound/pci/aw2/ |
D | aw2-alsa.c | 313 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()
|