Searched refs:codec_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.h | 311 unsigned int codec_addr, struct hda_codec **codecp); 313 unsigned int codec_addr, struct hda_codec *codec);
|
D | hda_codec.c | 857 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() argument 867 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init() 874 sprintf(name, "hdaudioC%dD%d", card->number, codec_addr); in snd_hda_codec_device_init() 875 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init() 896 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument 900 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new() 904 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new() 909 unsigned int codec_addr, struct hda_codec *codec) in snd_hda_codec_device_new() argument 924 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new() 932 codec->addr = codec_addr; in snd_hda_codec_device_new()
|