snd_device_new    317 include/sound/core.h int snd_device_new(struct snd_card *card, snd_device_type_t type,
snd_device_new     70 sound/aoa/core/snd-aoa-alsa.c 	err = snd_device_new(card, type, device_data, ops);
snd_device_new   1485 sound/core/control.c 	return snd_device_new(card, SNDRV_DEV_CONTROL, card, &ops);
snd_device_new    372 sound/core/hwdep.c 	if ((err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops)) < 0) {
snd_device_new    910 sound/core/info.c 	if ((err = snd_device_new(card, SNDRV_DEV_INFO, entry, &ops)) < 0) {
snd_device_new    109 sound/core/jack.c 	err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops);
snd_device_new    730 sound/core/pcm.c 	if ((err = snd_device_new(card, SNDRV_DEV_PCM, pcm, &ops)) < 0) {
snd_device_new   1457 sound/core/rawmidi.c 	if ((err = snd_device_new(card, SNDRV_DEV_RAWMIDI, rmidi, &ops)) < 0) {
snd_device_new    218 sound/core/seq/seq_device.c 	if ((err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops)) < 0) {
snd_device_new    789 sound/core/timer.c 		err = snd_device_new(card, SNDRV_DEV_TIMER, timer, &ops);
snd_device_new   1187 sound/drivers/ml403-ac97cr.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ml403_ac97cr, &ops);
snd_device_new    367 sound/drivers/opl3/opl3_lib.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) {
snd_device_new    234 sound/drivers/opl4/opl4_lib.c 	err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops);
snd_device_new     83 sound/drivers/pcsp/pcsp.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, &pcsp_chip, &ops);
snd_device_new    836 sound/drivers/serial-u16550.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, uart, &ops)) < 0) {
snd_device_new    101 sound/i2c/i2c.c 	if ((err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops)) < 0) {
snd_device_new    793 sound/i2c/l3/uda1341.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, clnt, &ops)) < 0) {
snd_device_new    114 sound/i2c/other/ak4114.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
snd_device_new    105 sound/i2c/other/ak4117.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0)
snd_device_new    632 sound/isa/ad1816a/ad1816a_lib.c 	if ((error = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    695 sound/isa/es1688/es1688_lib.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1852 sound/isa/es18xx.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    222 sound/isa/gus/gus_main.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops)) < 0) {
snd_device_new   1125 sound/isa/sb/emu8000.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, hw, &ops)) < 0) {
snd_device_new    284 sound/isa/sb/sb_common.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1828 sound/isa/wss/wss_lib.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new    865 sound/mips/hal2.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, hal2, &hal2_ops);
snd_device_new    924 sound/mips/sgio2audio.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new    955 sound/parisc/harmony.c         if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   1905 sound/pci/ac97/ac97_codec.c 	if ((err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops)) < 0) {
snd_device_new   2260 sound/pci/ac97/ac97_codec.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ac97, &ops)) < 0) {
snd_device_new    962 sound/pci/ad1889.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    424 sound/pci/ak4531_codec.c 	if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) {
snd_device_new   2269 sound/pci/ali5451/ali5451.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, codec, &ops);
snd_device_new    748 sound/pci/als300.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   1629 sound/pci/atiixp.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1272 sound/pci/atiixp_modem.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    211 sound/pci/au88x0/au88x0.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    334 sound/pci/aw2/aw2-alsa.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new   2162 sound/pci/azt3328.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new    777 sound/pci/bt87x.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new   1535 sound/pci/ca0106/ca0106_main.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   3160 sound/pci/cmipci.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, cm, &ops)) < 0) {
snd_device_new   1406 sound/pci/cs4281.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   3851 sound/pci/cs46xx/cs46xx_lib.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    235 sound/pci/cs5530.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new    313 sound/pci/cs5535audio/cs5535audio.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   1967 sound/pci/echoaudio/echoaudio.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1941 sound/pci/emu10k1/emu10k1_main.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, emu, &ops)) < 0)
snd_device_new    996 sound/pci/emu10k1/emu10k1x.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   2144 sound/pci/ens1370.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ensoniq, &ops)) < 0) {
snd_device_new   1654 sound/pci/es1938.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   2617 sound/pci/es1968.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1433 sound/pci/fm801.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    437 sound/pci/hda/hda_codec.c 	err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops);
snd_device_new   2259 sound/pci/hda/hda_intel.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new   2614 sound/pci/ice1712/ice1712.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ice, &ops);
snd_device_new   2423 sound/pci/ice1712/ice1724.c 	err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, ice, &ops);
snd_device_new   2989 sound/pci/intel8x0.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1227 sound/pci/intel8x0m.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   2373 sound/pci/korg1212/korg1212.c         if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, korg1212, &ops)) < 0) {
snd_device_new   2646 sound/pci/maestro3.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1023 sound/pci/mixart/mixart.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1619 sound/pci/nm256/nm256.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
snd_device_new   1048 sound/pci/pcxhr/pcxhr.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1924 sound/pci/riptide/riptide.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1361 sound/pci/sis7019.c 	rc = snd_device_new(card, SNDRV_DEV_LOWLEVEL, sis, &ops);
snd_device_new   1352 sound/pci/sonicvibes.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, sonic, &ops)) < 0) {
snd_device_new   3635 sound/pci/trident/trident_main.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, trident, &ops)) < 0) {
snd_device_new   2323 sound/pci/via82xx.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   1144 sound/pci/via82xx_modem.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    179 sound/pci/vx222/vx222.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   2410 sound/pci/ymfpci/ymfpci_main.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new    125 sound/pcmcia/pdaudiocf/pdaudiocf.c 	if (snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops) < 0) {
snd_device_new    147 sound/pcmcia/vx/vxpocket.c 	if (snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops) < 0) {
snd_device_new   1346 sound/ppc/pmac.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
snd_device_new    994 sound/sparc/amd7930.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   1850 sound/sparc/cs4231.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new   2042 sound/sparc/cs4231.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
snd_device_new    923 sound/spi/at73c213.c 	retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
snd_device_new   3487 sound/usb/usbaudio.c 	if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
snd_device_new   2058 sound/usb/usbmixer.c 	err = snd_device_new(chip->card, SNDRV_DEV_LOWLEVEL, mixer, &dev_ops);