Home
last modified time | relevance | path

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

1234

/Linux-v4.19/sound/core/
Ddevice.c44 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function
72 EXPORT_SYMBOL(snd_device_new);
Dseq_device.c240 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
Djack.c261 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
Dhwdep.c399 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
/Linux-v4.19/sound/aoa/core/
Dalsa.c70 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
/Linux-v4.19/sound/drivers/pcsp/
Dpcsp.c88 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
/Linux-v4.19/sound/pci/
Dcs5530.c240 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
/Linux-v4.19/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/Linux-v4.19/sound/isa/sb/
Dsb_common.c287 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
/Linux-v4.19/sound/pci/vx222/
Dvx222.c180 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
/Linux-v4.19/sound/drivers/opl4/
Dopl4_lib.c234 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/Linux-v4.19/sound/pcmcia/vx/
Dvxpocket.c151 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
/Linux-v4.19/drivers/media/usb/go7007/
Dsnd-go7007.c251 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
/Linux-v4.19/sound/pci/au88x0/
Dau88x0.c209 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
/Linux-v4.19/sound/i2c/
Di2c.c102 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio.c322 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
/Linux-v4.19/include/sound/
Dcore.h261 int snd_device_new(struct snd_card *card, enum snd_device_type type,
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.c160 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_bcm2835_create()
/Linux-v4.19/sound/sh/
Dsh_dac_audio.c387 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c402 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c365 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
/Linux-v4.19/sound/pci/hda/
Dhda_tegra.c469 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
/Linux-v4.19/sound/isa/gus/
Dgus_main.c223 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
/Linux-v4.19/sound/i2c/other/
Dak4117.c104 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
/Linux-v4.19/sound/pci/aw2/
Daw2-alsa.c313 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()

1234