Home
last modified time | relevance | path

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

/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.c232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
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()
H A Drawmidi.c1864 err = snd_device_new(card, SNDRV_DEV_RAWMIDI, rmidi, &ops); in snd_rawmidi_init()
H A Dcontrol.c2369 err = snd_device_new(card, SNDRV_DEV_CONTROL, card, &ops); in snd_ctl_create()
H A Dtimer.c953 err = snd_device_new(card, SNDRV_DEV_TIMER, timer, &ops); in snd_timer_new()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c114 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
/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()
H A Dintel.c1832 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in azx_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/drivers/hid/
H A Dhid-prodikeys.c625 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 Dhal2.c828 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops); in hal2_create()
/linux/drivers/usb/gadget/function/
H A Df_midi.c816 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, midi, &ops); in f_midi_register_card()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst280 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
560 A component can be created via the :c:func:`snd_device_new()`
563 snd_device_new(card, SNDRV_DEV_XXX, chip, &ops);
578 :c:func:`snd_device_new()` inside its constructor. The destructor
654 snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
781 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
982 :c:func:`snd_device_new()` with ``SNDRV_DEV_LOWLELVEL``, its
/linux/sound/usb/
H A Dmixer.c3646 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()