Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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.c223 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
H A Djack.c254 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
H A Dhwdep.c391 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
/OK3568_Linux_fs/kernel/sound/aoa/core/
H A Dalsa.c69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
/OK3568_Linux_fs/kernel/sound/drivers/pcsp/
H A Dpcsp.c89 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcs5530.c231 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
H A Dak4531_codec.c407 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) { in snd_ak4531_mixer()
/OK3568_Linux_fs/kernel/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c116 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb_common.c274 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222.c168 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxpocket.c139 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_lib.c221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dsnd-go7007.c221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
/OK3568_Linux_fs/kernel/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()
H A Dhda_tegra.c423 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0.c211 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
/OK3568_Linux_fs/kernel/sound/i2c/
H A Di2c.c88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/OK3568_Linux_fs/kernel/sound/pci/cs5535audio/
H A Dcs5535audio.c308 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
/OK3568_Linux_fs/kernel/sound/sh/
H A Dsh_dac_audio.c352 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c377 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dcore.h271 int snd_device_new(struct snd_card *card, enum snd_device_type type,
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_lib.c351 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_main.c209 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
/OK3568_Linux_fs/kernel/sound/pci/aw2/
H A Daw2-alsa.c292 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()

1234