Searched refs:SNDRV_DEV_CODEC (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
D | toonie.c | 93 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec()
|
D | tas.c | 822 if (aoa_snd_device_new(SNDRV_DEV_CODEC, tas, &ops)) { in tas_init_codec()
|
D | onyx.c | 885 if (aoa_snd_device_new(SNDRV_DEV_CODEC, onyx, &ops)) { in onyx_init_codec()
|
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
D | opl4_lib.c | 221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
|
/kernel/linux/linux-5.10/include/sound/ |
D | core.h | 41 SNDRV_DEV_CODEC, enumerator
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
D | opl3_lib.c | 351 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
|
/kernel/linux/linux-5.10/sound/pci/ |
D | ak4531_codec.c | 407 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) { in snd_ak4531_mixer()
|
/kernel/linux/linux-5.10/sound/i2c/other/ |
D | ak4117.c | 89 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
|
D | ak4113.c | 87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
|
D | ak4114.c | 100 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4114_create()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | emu8000.c | 1126 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, hw, &ops)) < 0) { in snd_emu8000_new()
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
D | ac97_codec.c | 2283 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ac97, &ops)) < 0) { in snd_ac97_mixer()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_codec.c | 1000 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops); in snd_hda_codec_device_new()
|
/kernel/linux/linux-5.10/sound/usb/ |
D | mixer.c | 3579 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
|