Symbol: SNDRV_DEV_LOWLEVEL
drivers/hid/hid-prodikeys.c
629
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops);
drivers/media/pci/solo6x10/solo6x10-g723.c
351
ret = snd_device_new(card, SNDRV_DEV_LOWLEVEL, solo_dev, &ops);
drivers/media/usb/go7007/snd-go7007.c
221
ret = snd_device_new(gosnd->card, SNDRV_DEV_LOWLEVEL, go,
drivers/usb/gadget/function/f_midi.c
816
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, midi, &ops);
sound/core/device.c
231
dev->type == SNDRV_DEV_LOWLEVEL)
sound/drivers/pcmtest.c
584
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pcmtst, &ops);
sound/hda/controllers/acpi.c
199
err = snd_device_new(hda->card, SNDRV_DEV_LOWLEVEL, &hda->azx, &ops);
sound/hda/controllers/cix-ipbloq.c
225
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/hda/controllers/intel.c
1837
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/hda/controllers/tegra.c
456
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/isa/es1688/es1688_lib.c
662
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/isa/gus/gus_main.c
197
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops);
sound/mips/hal2.c
828
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops);
sound/mips/sgio2audio.c
850
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/parisc/harmony.c
883
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, h, &ops);
sound/pci/ctxfi/ctatc.c
1782
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, atc, &ops);
sound/pci/mixart/mixart.c
1029
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/pci/pcxhr/pcxhr.c
1186
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/pcmcia/pdaudiocf/pdaudiocf.c
114
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops);
sound/ppc/pmac.c
1299
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/sh/sh_dac_audio.c
329
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
sound/sparc/amd7930.c
954
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
sound/sparc/cs4231.c
1761
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
sound/sparc/cs4231.c
1959
err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
sound/spi/at73c213.c
895
retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);