Home
last modified time | relevance | path

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

12

/linux/sound/core/
H A Ddevice.c29 int snd_device_new(struct snd_card *card, enum snd_device_type type, in snd_device_new() function
57 EXPORT_SYMBOL(snd_device_new);
H A Dseq_device.c254 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in __snd_seq_driver_register()
H A Dhwdep.c400 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
H A Djack.c554 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c114 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/linux/sound/drivers/opl4/
H A Dopl4_lib.c215 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/linux/drivers/media/usb/go7007/
H A Dsnd-go7007.c221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
/linux/sound/hda/common/
H A Dbeep.c261 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
/linux/sound/hda/controllers/
H A Dacpi.c199 err = snd_device_new(hda->card, SNDRV_DEV_LOWLEVEL, &hda->azx, &ops); in hda_acpi_create()
H A Dcix-ipbloq.c225 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in cix_ipbloq_hda_create()
H A Dtegra.c456 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
/linux/sound/i2c/
H A Di2c.c88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/linux/sound/sh/
H A Dsh_dac_audio.c329 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c351 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
/linux/include/sound/
H A Dcore.h321 int snd_device_new(struct snd_card *card, enum snd_device_type type,
/linux/sound/drivers/opl3/
H A Dopl3_lib.c336 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
/linux/sound/isa/gus/
H A Dgus_main.c197 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops); in snd_gus_create()
/linux/sound/pci/
H A Dak4531_codec.c403 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
/linux/sound/i2c/other/
H A Dak4117.c78 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4117_create()
H A Dak4113.c87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
H A Dak4114.c89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
/linux/drivers/hid/
H A Dhid-prodikeys.c629 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops); in pcmidi_snd_initialise()
/linux/sound/drivers/
H A Dpcmtest.c584 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pcmtst, &ops); in snd_pcmtst_create()
/linux/sound/mips/
H A Dsgio2audio.c850 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sgio2audio_create()
/linux/sound/parisc/
H A Dharmony.c883 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, h, &ops); in snd_harmony_create()

12