Home
last modified time | relevance | path

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

1234

/sound/core/
Ddevice.c44 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function
74 EXPORT_SYMBOL(snd_device_new);
Djack.c149 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
Dhwdep.c388 if ((err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops)) < 0) { in snd_hwdep_new()
/sound/aoa/core/
Dalsa.c70 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
/sound/drivers/pcsp/
Dpcsp.c90 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
/sound/pci/
Dcs5530.c240 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
Dak4531_codec.c426 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) { in snd_ak4531_mixer()
Dals300.c718 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_als300_create()
/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/sound/pci/vx222/
Dvx222.c180 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
/sound/pcmcia/vx/
Dvxpocket.c151 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
/sound/isa/sb/
Dsb_common.c288 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
/sound/drivers/opl4/
Dopl4_lib.c236 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/sound/pci/au88x0/
Dau88x0.c210 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
/sound/i2c/
Di2c.c102 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/sound/sh/
Dsh_dac_audio.c381 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
/sound/pci/cs5535audio/
Dcs5535audio.c327 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
/sound/core/seq/
Dseq_device.c219 if ((err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops)) < 0) { in snd_seq_device_new()
/sound/pci/hda/
Dhda_tegra.c458 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
/sound/drivers/opl3/
Dopl3_lib.c368 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
/sound/isa/gus/
Dgus_main.c223 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
/sound/pci/aw2/
Daw2-alsa.c315 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()
/sound/i2c/other/
Dak4113.c101 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
Dak4117.c106 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
/sound/usb/
Dcard.c415 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_usb_audio_create()

1234