/sound/core/ |
D | device.c | 44 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function 74 EXPORT_SYMBOL(snd_device_new);
|
D | jack.c | 149 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
D | hwdep.c | 388 if ((err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops)) < 0) { in snd_hwdep_new()
|
/sound/aoa/core/ |
D | alsa.c | 70 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
|
/sound/drivers/pcsp/ |
D | pcsp.c | 90 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
|
/sound/pci/ |
D | cs5530.c | 240 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
|
D | ak4531_codec.c | 426 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) { in snd_ak4531_mixer()
|
D | als300.c | 718 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_als300_create()
|
/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
/sound/pci/vx222/ |
D | vx222.c | 180 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
|
/sound/pcmcia/vx/ |
D | vxpocket.c | 151 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
|
/sound/isa/sb/ |
D | sb_common.c | 288 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
|
/sound/drivers/opl4/ |
D | opl4_lib.c | 236 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
/sound/pci/au88x0/ |
D | au88x0.c | 210 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
|
/sound/i2c/ |
D | i2c.c | 102 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
/sound/sh/ |
D | sh_dac_audio.c | 381 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
/sound/pci/cs5535audio/ |
D | cs5535audio.c | 327 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
|
/sound/core/seq/ |
D | seq_device.c | 219 if ((err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops)) < 0) { in snd_seq_device_new()
|
/sound/pci/hda/ |
D | hda_tegra.c | 458 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
/sound/drivers/opl3/ |
D | opl3_lib.c | 368 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
|
/sound/isa/gus/ |
D | gus_main.c | 223 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
|
/sound/pci/aw2/ |
D | aw2-alsa.c | 315 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()
|
/sound/i2c/other/ |
D | ak4113.c | 101 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
|
D | ak4117.c | 106 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
|
/sound/usb/ |
D | card.c | 415 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_usb_audio_create()
|