Home
last modified time | relevance | path

Searched refs:snd_device_new (Results 1 - 25 of 134) sorted by relevance

123456

/kernel/linux/linux-5.10/sound/core/
H A Ddevice.c14 * snd_device_new - create an ALSA device component
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); variable
164 * snd_device_new(). Usually this is called from snd_card_register(),
H A Dseq_device.c223 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
H A Djack.c264 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
/kernel/linux/linux-6.6/sound/core/
H A Ddevice.c14 * snd_device_new - create an ALSA device component
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); variable
164 * snd_device_new(). Usually this is called from snd_card_register(),
H A Dseq_device.c232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
/kernel/linux/linux-5.10/sound/aoa/core/
H A Dalsa.c69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
/kernel/linux/linux-6.6/sound/aoa/core/
H A Dalsa.c69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
/kernel/linux/linux-5.10/sound/drivers/pcsp/
H A Dpcsp.c89 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
/kernel/linux/linux-5.10/sound/pci/
H A Dcs5530.c231 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
/kernel/linux/linux-5.10/sound/isa/sb/
H A Dsb_common.c274 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H A Dvxpocket.c139 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
/kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c116 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/kernel/linux/linux-5.10/sound/pci/vx222/
H A Dvx222.c168 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
/kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c115 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/kernel/linux/linux-5.10/sound/pci/cs5535audio/
H A Dcs5535audio.c308 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
/kernel/linux/linux-5.10/sound/i2c/
H A Di2c.c88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0.c211 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
/kernel/linux/linux-5.10/sound/sh/
H A Dsh_dac_audio.c352 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_lib.c221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_beep.c259 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
/kernel/linux/linux-5.10/include/sound/
H A Dcore.h261 int snd_device_new(struct snd_card *card, enum snd_device_type type,
/kernel/linux/linux-5.10/drivers/media/usb/go7007/
H A Dsnd-go7007.c221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
/kernel/linux/linux-6.6/drivers/media/usb/go7007/
H A Dsnd-go7007.c221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c351 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A Dopl4_lib.c221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()

Completed in 13 milliseconds

123456