Lines Matching defs:codec_addr
893 * @codec_addr: the codec address on the parent bus
899 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
909 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
920 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr);
956 * @codec_addr: the codec address
962 unsigned int codec_addr, struct hda_codec **codecp)
967 codec = snd_hda_codec_device_init(bus, codec_addr, "hdaudioC%dD%d",
968 card->number, codec_addr);
973 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true);
982 unsigned int codec_addr, struct hda_codec *codec,
997 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
1002 codec->addr = codec_addr;