Searched refs:SNDRV_DEV_CODEC (Results 1 – 11 of 11) sorted by relevance
/linux/sound/aoa/codecs/ |
H A D | toonie.c | 93 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec()
|
/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()
|
/linux/include/sound/ |
H A D | core.h | 42 SNDRV_DEV_CODEC, enumerator
|
/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 350 err = snd_device_new(card, SNDRV_DEV_CODEC, opl3, &ops); in snd_opl3_new()
|
/linux/sound/pci/ |
H A D | ak4531_codec.c | 409 err = snd_device_new(card, SNDRV_DEV_CODEC, ak4531, &ops); in snd_ak4531_mixer()
|
/linux/sound/i2c/other/ |
H A D | ak4117.c | 78 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 | 89 err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops); in snd_ak4114_create()
|
/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 2348 err = snd_device_new(card, SNDRV_DEV_CODEC, ac97, &ops); in snd_ac97_mixer()
|
/linux/sound/usb/ |
H A D | mixer.c | 3619 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
|
/linux/sound/pci/hda/ |
H A D | hda_codec.c | 1034 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops); in snd_hda_codec_device_new()
|