Home
last modified time | relevance | path

Searched refs:SNDRV_DEV_CODEC (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/sound/aoa/codecs/
Dtoonie.c95 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec()
Dtas.c823 if (aoa_snd_device_new(SNDRV_DEV_CODEC, tas, &ops)) { in tas_init_codec()
Donyx.c886 if (aoa_snd_device_new(SNDRV_DEV_CODEC, onyx, &ops)) { in onyx_init_codec()
/linux-4.4.14/sound/drivers/opl4/
Dopl4_lib.c234 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/linux-4.4.14/include/sound/
Dcore.h57 SNDRV_DEV_CODEC, enumerator
/linux-4.4.14/sound/drivers/opl3/
Dopl3_lib.c368 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops)) < 0) { in snd_opl3_new()
/linux-4.4.14/sound/pci/
Dak4531_codec.c422 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops)) < 0) { in snd_ak4531_mixer()
/linux-4.4.14/sound/i2c/other/
Dak4117.c104 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4117_create()
Dak4113.c102 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
Dak4114.c115 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0) in snd_ak4114_create()
/linux-4.4.14/sound/isa/sb/
Demu8000.c1137 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, hw, &ops)) < 0) { in snd_emu8000_new()
/linux-4.4.14/sound/usb/
Dmixer.c2486 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
/linux-4.4.14/sound/pci/ac97/
Dac97_codec.c2302 if ((err = snd_device_new(card, SNDRV_DEV_CODEC, ac97, &ops)) < 0) { in snd_ac97_mixer()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c888 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops); in snd_hda_codec_new()