Home
last modified time | relevance | path

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

/linux/sound/aoa/codecs/
H A Dtoonie.c93 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec()
H A Dtas.c821 if (aoa_snd_device_new(SNDRV_DEV_CODEC, tas, &ops)) { in tas_init_codec()
H A Donyx.c886 if (aoa_snd_device_new(SNDRV_DEV_CODEC, onyx, &ops)) { in onyx_init_codec()
/linux/sound/drivers/opl4/
H A Dopl4_lib.c221 err = snd_device_new(card, SNDRV_DEV_CODEC, opl4, &ops); in snd_opl4_create()
/linux/include/sound/
H A Dcore.h42 SNDRV_DEV_CODEC, enumerator
/linux/sound/drivers/opl3/
H A Dopl3_lib.c350 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
/linux/sound/i2c/other/
H A Dak4117.c78 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4117_create()
H A Dak4113.c87 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4113_create()
H A Dak4114.c89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
/linux/sound/pci/
H A Dak4531_codec.c409 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
/linux/sound/pci/ac97/
H A Dac97_codec.c2351 err = snd_device_new(card, SNDRV_DEV_CODEC, ac97, &ops); in snd_ac97_mixer()
/linux/sound/usb/
H A Dmixer.c3619 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
/linux/sound/hda/common/
H A Dcodec.c1016 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops); in snd_hda_codec_device_new()