/linux-5.19.10/sound/core/ |
D | device.c | 29 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function 57 EXPORT_SYMBOL(snd_device_new);
|
D | seq_device.c | 232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
D | hwdep.c | 392 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
|
D | jack.c | 553 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
/linux-5.19.10/sound/aoa/core/ |
D | alsa.c | 69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
|
/linux-5.19.10/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 115 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
/linux-5.19.10/sound/drivers/opl4/ |
D | opl4_lib.c | 221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
/linux-5.19.10/drivers/media/usb/go7007/ |
D | snd-go7007.c | 221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
|
/linux-5.19.10/sound/pci/hda/ |
D | hda_beep.c | 248 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
|
D | hda_tegra.c | 442 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
/linux-5.19.10/sound/i2c/ |
D | i2c.c | 88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
/linux-5.19.10/sound/sh/ |
D | sh_dac_audio.c | 351 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
/linux-5.19.10/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 378 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
|
/linux-5.19.10/include/sound/ |
D | core.h | 315 int snd_device_new(struct snd_card *card, enum snd_device_type type,
|
/linux-5.19.10/sound/drivers/opl3/ |
D | opl3_lib.c | 353 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
|
/linux-5.19.10/sound/isa/gus/ |
D | gus_main.c | 211 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops); in snd_gus_create()
|
/linux-5.19.10/sound/i2c/other/ |
D | ak4117.c | 89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4117_create()
|
D | ak4113.c | 87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
|
D | ak4114.c | 100 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
|
/linux-5.19.10/sound/pci/ |
D | ak4531_codec.c | 409 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
|
/linux-5.19.10/drivers/hid/ |
D | hid-prodikeys.c | 635 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops); in pcmidi_snd_initialise()
|
/linux-5.19.10/sound/sparc/ |
D | amd7930.c | 978 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_amd7930_create()
|
/linux-5.19.10/sound/mips/ |
D | sgio2audio.c | 859 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sgio2audio_create()
|
D | hal2.c | 828 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops); in hal2_create()
|
/linux-5.19.10/sound/parisc/ |
D | harmony.c | 904 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, h, &ops); in snd_harmony_create()
|