Searched refs:codec_addr (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/sound/ |
| H A D | hda_codec.h | 306 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, 309 unsigned int codec_addr, struct hda_codec **codecp); 311 unsigned int codec_addr, struct hda_codec *codec,
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_codec.c | 897 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, in snd_hda_codec_device_init() argument 907 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init() 918 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init() 960 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument 965 codec = snd_hda_codec_device_init(bus, codec_addr, "hdaudioC%dD%d", in snd_hda_codec_new() 966 card->number, codec_addr); in snd_hda_codec_new() 971 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new() 980 unsigned int codec_addr, struct hda_codec *codec, in snd_hda_codec_device_new() argument 995 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new() 1000 codec->addr = codec_addr; in snd_hda_codec_device_new()
|