/linux/sound/core/ |
H A D | device.c | 231 dev->type == SNDRV_DEV_LOWLEVEL) in snd_device_free_all()
|
/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/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 | 39 SNDRV_DEV_LOWLEVEL, enumerator
|
/linux/sound/isa/gus/ |
H A D | gus_main.c | 211 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, gus, &ops); in snd_gus_create()
|
/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/sparc/ |
H A D | amd7930.c | 977 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_amd7930_create()
|
H 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()
|
/linux/sound/parisc/ |
H A D | harmony.c | 904 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, h, &ops); in snd_harmony_create()
|
/linux/sound/spi/ |
H A D | at73c213.c | 918 retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_at73c213_dev_init()
|
/linux/sound/isa/es1688/ |
H A D | es1688_lib.c | 672 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_es1688_create()
|
/linux/sound/pci/mixart/ |
H A D | mixart.c | 1047 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_mixart_create()
|
/linux/sound/ppc/ |
H A D | pmac.c | 1299 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_pmac_new()
|
/linux/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1205 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in pcxhr_create()
|
/linux/sound/pci/ctxfi/ |
H A D | ctatc.c | 1734 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, atc, &ops); in ct_atc_create()
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 280 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); 570 ``SNDRV_DEV_LOWLEVEL``. 654 snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); 781 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
|
/linux/sound/pci/hda/ |
H A D | hda_intel.c | 1817 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in azx_create()
|