Searched refs:codec_addr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/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.15/sound/pci/hda/ |
| D | hda_codec.c | 873 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() argument 883 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init() 890 sprintf(name, "hdaudioC%dD%d", card->number, codec_addr); in snd_hda_codec_device_init() 891 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init() 913 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument 917 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new() 921 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new() 926 unsigned int codec_addr, struct hda_codec *codec) in snd_hda_codec_device_new() argument 940 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new() 948 codec->addr = codec_addr; in snd_hda_codec_device_new()
|