codec_addr        303 include/sound/hda_codec.h 		      unsigned int codec_addr, struct hda_codec **codecp);
codec_addr        305 include/sound/hda_codec.h 		      unsigned int codec_addr, struct hda_codec *codec);
codec_addr        861 sound/pci/hda/hda_codec.c 			unsigned int codec_addr, struct hda_codec **codecp)
codec_addr        871 sound/pci/hda/hda_codec.c 	if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
codec_addr        878 sound/pci/hda/hda_codec.c 	sprintf(name, "hdaudioC%dD%d", card->number, codec_addr);
codec_addr        879 sound/pci/hda/hda_codec.c 	err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr);
codec_addr        900 sound/pci/hda/hda_codec.c 		      unsigned int codec_addr, struct hda_codec **codecp)
codec_addr        904 sound/pci/hda/hda_codec.c 	ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp);
codec_addr        908 sound/pci/hda/hda_codec.c 	return snd_hda_codec_device_new(bus, card, codec_addr, *codecp);
codec_addr        913 sound/pci/hda/hda_codec.c 			unsigned int codec_addr, struct hda_codec *codec)
codec_addr        927 sound/pci/hda/hda_codec.c 	if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
codec_addr        935 sound/pci/hda/hda_codec.c 	codec->addr = codec_addr;