snd_soc_register_codec(9) Register a codec with the ASoC core

SYNOPSIS

int snd_soc_register_codec(struct device * dev, const struct snd_soc_codec_driver * codec_drv, struct snd_soc_dai_driver * dai_drv, int num_dai);

ARGUMENTS

dev

The parent device for this codec

codec_drv

Codec driver

dai_drv

The associated DAI driver

num_dai

Number of DAIs

COPYRIGHT