| /linux/sound/core/ |
| H A 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);
|
| H A D | seq_device.c | 232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
| H A D | hwdep.c | 400 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
|
| H A D | jack.c | 554 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
| H A D | rawmidi.c | 1864 err = snd_device_new(card, SNDRV_DEV_RAWMIDI, rmidi, &ops); in snd_rawmidi_init()
|
| H A D | control.c | 2369 err = snd_device_new(card, SNDRV_DEV_CONTROL, card, &ops); in snd_ctl_create()
|
| H A D | timer.c | 953 err = snd_device_new(card, SNDRV_DEV_TIMER, timer, &ops); in snd_timer_new()
|
| /linux/sound/pcmcia/pdaudiocf/ |
| H A D | pdaudiocf.c | 114 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
| /linux/drivers/media/usb/go7007/ |
| H A D | snd-go7007.c | 221 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
|
| /linux/sound/hda/common/ |
| H A D | beep.c | 261 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
|
| /linux/sound/hda/controllers/ |
| H A D | acpi.c | 199 err = snd_device_new(hda->card, SNDRV_DEV_LOWLEVEL, &hda->azx, &ops); in hda_acpi_create()
|
| H A D | cix-ipbloq.c | 225 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in cix_ipbloq_hda_create()
|
| H A D | tegra.c | 456 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
| H A D | intel.c | 1832 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in azx_create()
|
| /linux/sound/i2c/ |
| H A D | i2c.c | 88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
| /linux/sound/sh/ |
| H A D | sh_dac_audio.c | 329 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-g723.c | 351 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
|
| /linux/include/sound/ |
| H A D | core.h | 321 int snd_device_new(struct snd_card *card, enum snd_device_type type,
|
| /linux/drivers/hid/ |
| H A D | hid-prodikeys.c | 625 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops); in pcmidi_snd_initialise()
|
| /linux/sound/drivers/ |
| H A D | pcmtest.c | 584 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pcmtst, &ops); in snd_pcmtst_create()
|
| /linux/sound/mips/ |
| H A D | hal2.c | 828 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops); in hal2_create()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 816 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, midi, &ops); in f_midi_register_card()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 280 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 D | mixer.c | 3646 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
|