Lines Matching defs:codec_addr
872 unsigned int codec_addr, struct hda_codec **codecp)
882 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
889 sprintf(name, "hdaudioC%dD%d", card->number, codec_addr);
890 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr);
906 * @codec_addr: the codec address
912 unsigned int codec_addr, struct hda_codec **codecp)
916 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp);
920 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp);
925 unsigned int codec_addr, struct hda_codec *codec)
939 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
947 codec->addr = codec_addr;