Lines Matching defs:codec_addr
879 * @codec_addr: the codec address on the parent bus
885 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
895 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
906 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr);
942 * @codec_addr: the codec address
948 unsigned int codec_addr, struct hda_codec **codecp)
953 codec = snd_hda_codec_device_init(bus, codec_addr, "hdaudioC%dD%d",
954 card->number, codec_addr);
959 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true);
968 unsigned int codec_addr, struct hda_codec *codec,
983 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
988 codec->addr = codec_addr;