/linux-4.1.27/sound/drivers/pcsp/ |
D | pcsp.c | 90 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops); in snd_pcsp_create()
|
/linux-4.1.27/sound/pci/ |
D | cs5530.c | 240 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_cs5530_create()
|
D | als300.c | 717 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_als300_create()
|
D | ad1889.c | 951 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_ad1889_create()
|
D | bt87x.c | 779 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_bt87x_create()
|
D | via82xx_modem.c | 1144 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_via82xx_create()
|
D | atiixp_modem.c | 1262 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_atiixp_create()
|
D | intel8x0m.c | 1237 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_intel8x0m_create()
|
D | sis7019.c | 1387 rc = snd_device_new(card, SNDRV_DEV_LOWLEVEL, sis, &ops); in sis_chip_create()
|
D | atiixp.c | 1636 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_atiixp_create()
|
D | fm801.c | 1228 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_fm801_create()
|
D | sonicvibes.c | 1391 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, sonic, &ops)) < 0) { in snd_sonicvibes_create()
|
D | cs4281.c | 1396 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_cs4281_create()
|
D | es1938.c | 1626 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_es1938_create()
|
D | azt3328.c | 2472 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_azf3328_create()
|
D | maestro3.c | 2652 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_m3_create()
|
D | via82xx.c | 2423 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_via82xx_create()
|
D | es1968.c | 2767 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_es1968_create()
|
D | ens1370.c | 2148 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ensoniq, &ops)) < 0) { in snd_ensoniq_create()
|
D | intel8x0.c | 3211 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_intel8x0_create()
|
D | cmipci.c | 3168 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, cm, &ops)) < 0) { in snd_cmipci_create()
|
/linux-4.1.27/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 129 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
/linux-4.1.27/sound/pci/vx222/ |
D | vx222.c | 180 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vx222_create()
|
/linux-4.1.27/sound/isa/sb/ |
D | sb_common.c | 287 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_sbdsp_create()
|
/linux-4.1.27/sound/pcmcia/vx/ |
D | vxpocket.c | 151 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_vxpocket_new()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | snd-go7007.c | 250 ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go, in go7007_snd_init()
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0.c | 209 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_vortex_create()
|
/linux-4.1.27/sound/pci/cs5535audio/ |
D | cs5535audio.c | 327 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs5535audio_create()
|
/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 381 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 378 ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops); in solo_g723_init()
|
/linux-4.1.27/include/sound/ |
D | core.h | 53 SNDRV_DEV_LOWLEVEL, enumerator
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_tegra.c | 438 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
D | hda_intel.c | 1477 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in azx_create()
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_main.c | 223 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) { in snd_gus_create()
|
/linux-4.1.27/sound/pci/aw2/ |
D | aw2-alsa.c | 313 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_aw2_create()
|
/linux-4.1.27/sound/usb/ |
D | card.c | 385 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_usb_audio_create()
|
/linux-4.1.27/drivers/hid/ |
D | hid-prodikeys.c | 637 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops); in pcmidi_snd_initialise()
|
/linux-4.1.27/sound/drivers/ |
D | serial-u16550.c | 836 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, uart, &ops)) < 0) { in snd_uart16550_create()
|
D | ml403-ac97cr.c | 1187 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ml403_ac97cr, &ops);
|
/linux-4.1.27/sound/pci/lola/ |
D | lola.c | 678 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in lola_create()
|
/linux-4.1.27/sound/sparc/ |
D | amd7930.c | 995 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_amd7930_create()
|
D | cs4231.c | 1850 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_sbus_create() 2042 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_ebus_create()
|
/linux-4.1.27/sound/mips/ |
D | sgio2audio.c | 901 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sgio2audio_create()
|
D | hal2.c | 867 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops); in hal2_create()
|
/linux-4.1.27/sound/parisc/ |
D | harmony.c | 949 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_harmony_create()
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx6464es.c | 1028 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_lx6464es_create()
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 922 retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_at73c213_dev_init()
|
/linux-4.1.27/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 648 if ((error = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_ad1816a_create()
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688_lib.c | 702 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_es1688_create()
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd_pinnacle.c | 581 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_msnd_attach()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_midi.c | 662 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, midi, &ops); in f_midi_register_card()
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart.c | 1064 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_mixart_create()
|
/linux-4.1.27/sound/ppc/ |
D | pmac.c | 1340 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) in snd_pmac_new()
|
/linux-4.1.27/sound/pci/nm256/ |
D | nm256.c | 1621 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) in snd_nm256_create()
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 1749 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_ca0106_create()
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr.c | 1238 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in pcxhr_create()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1x.c | 1013 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_emu10k1x_create()
|
D | emu10k1_main.c | 2062 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, emu, &ops); in snd_emu10k1_create()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctatc.c | 1742 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, atc, &ops); in ct_atc_create()
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 2188 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, codec, &ops); in snd_ali_create()
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio.c | 1988 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_echo_create()
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 1887 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_wss_create()
|
/linux-4.1.27/sound/pci/korg1212/ |
D | korg1212.c | 2359 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, korg1212, &ops)) < 0) { in snd_korg1212_create()
|
/linux-4.1.27/sound/isa/ |
D | es18xx.c | 1835 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_es18xx_new_device()
|
/linux-4.1.27/sound/pci/riptide/ |
D | riptide.c | 1895 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_riptide_create()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1724.c | 2600 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ice, &ops); in snd_vt1724_create()
|
D | ice1712.c | 2609 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ice, &ops); in snd_ice1712_create()
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 2448 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_ymfpci_create()
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 4026 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { in snd_cs46xx_create()
|
/linux-4.1.27/sound/pci/trident/ |
D | trident_main.c | 3633 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, trident, &ops)) < 0) { in snd_trident_create()
|