/openbmc/linux/sound/core/ |
H 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);
|
H A D | seq_device.c | 232 err = snd_device_new(card, SNDRV_DEV_SEQUENCER, dev, &dops); in snd_seq_device_new()
|
H A D | hwdep.c | 401 err = snd_device_new(card, SNDRV_DEV_HWDEP, hwdep, &ops); in snd_hwdep_new()
|
H A D | jack.c | 552 err = snd_device_new(card, SNDRV_DEV_JACK, jack, &ops); in snd_jack_new()
|
/openbmc/linux/sound/aoa/core/ |
H A D | alsa.c | 69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new()
|
/openbmc/linux/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf.c | 115 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pdacf, &ops); in snd_pdacf_probe()
|
/openbmc/linux/sound/drivers/opl4/ |
H A D | opl4_lib.c | 221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_beep.c | 259 err = snd_device_new(codec->card, SNDRV_DEV_JACK, beep, &ops); in snd_hda_attach_beep_device()
|
H A D | hda_tegra.c | 443 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in hda_tegra_create()
|
/openbmc/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()
|
/openbmc/linux/sound/i2c/ |
H A D | i2c.c | 88 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
|
/openbmc/linux/sound/sh/ |
H A D | sh_dac_audio.c | 330 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sh_dac_create()
|
/openbmc/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()
|
/openbmc/linux/include/sound/ |
H A D | core.h | 321 int snd_device_new(struct snd_card *card, enum snd_device_type type,
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 353 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
|
/openbmc/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()
|
/openbmc/linux/sound/pci/ |
H A D | ak4531_codec.c | 409 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
|
/openbmc/linux/sound/i2c/other/ |
H A D | ak4117.c | 89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4117_create()
|
H A D | ak4113.c | 87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
|
H A D | ak4114.c | 100 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-prodikeys.c | 635 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pm, &ops); in pcmidi_snd_initialise()
|
/openbmc/linux/sound/drivers/ |
H A D | pcmtest.c | 583 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, pcmtst, &ops); in snd_pcmtst_create()
|
/openbmc/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 | 1831 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_sbus_create() 2024 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, in snd_cs4231_ebus_create()
|
/openbmc/linux/sound/mips/ |
H A D | sgio2audio.c | 859 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); in snd_sgio2audio_create()
|