| /sound/core/ |
| 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);
|
| A D | seq_device.c | 232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
| A D | hwdep.c | 400 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
|
| A D | jack.c | 554 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
| /sound/aoa/core/ |
| A D | alsa.c | 69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
|
| /sound/pcmcia/pdaudiocf/ |
| A D | pdaudiocf.c | 114 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
| /sound/drivers/opl4/ |
| A D | opl4_lib.c | 221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
| /sound/hda/common/ |
| A D | beep.c | 261 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
|
| /sound/hda/controllers/ |
| A D | acpi.c | 199 err = snd_device_new(hda->card, SNDRV_DEV_LOWLEVEL, &hda->azx, &ops); in hda_acpi_create()
|
| A D | tegra.c | 456 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
| /sound/i2c/ |
| A D | i2c.c | 88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
| /sound/sh/ |
| A D | sh_dac_audio.c | 329 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
| /sound/drivers/opl3/ |
| A D | opl3_lib.c | 350 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
|
| /sound/isa/gus/ |
| A D | gus_main.c | 199 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops); in snd_gus_create()
|
| /sound/i2c/other/ |
| A D | ak4117.c | 78 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4117_create()
|
| A D | ak4113.c | 87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
|
| A D | ak4114.c | 89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
|
| /sound/pci/ |
| A D | ak4531_codec.c | 409 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
|
| /sound/drivers/ |
| A D | pcmtest.c | 584 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pcmtst, &ops); in snd_pcmtst_create()
|
| /sound/sparc/ |
| A D | amd7930.c | 978 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_amd7930_create()
|
| A D | cs4231.c | 1838 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_sbus_create() 2036 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_ebus_create()
|
| /sound/mips/ |
| A D | sgio2audio.c | 860 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sgio2audio_create()
|
| A D | hal2.c | 828 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops); in hal2_create()
|
| /sound/parisc/ |
| A D | harmony.c | 904 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, h, &ops); in snd_harmony_create()
|
| /sound/spi/ |
| A D | at73c213.c | 918 retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_at73c213_dev_init()
|