Searched refs:codec_addr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/include/sound/ |
| D | hda_codec.h | 308 unsigned int codec_addr, struct hda_codec **codecp); 310 unsigned int codec_addr, struct hda_codec *codec);
|
| /Linux-v5.10/sound/pci/hda/ |
| D | hda_codec.c | 872 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() argument 882 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init() 889 sprintf(name, "hdaudioC%dD%d", card->number, codec_addr); in snd_hda_codec_device_init() 890 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init() 912 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument 916 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new() 920 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new() 925 unsigned int codec_addr, struct hda_codec *codec) in snd_hda_codec_device_new() argument 939 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new() 947 codec->addr = codec_addr; in snd_hda_codec_device_new()
|