Searched refs:codec_addr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/sound/ |
| D | hda_codec.h | 303 unsigned int codec_addr, struct hda_codec **codecp); 305 unsigned int codec_addr, struct hda_codec *codec);
|
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_codec.c | 861 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() argument 871 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init() 878 sprintf(name, "hdaudioC%dD%d", card->number, codec_addr); in snd_hda_codec_device_init() 879 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init() 900 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument 904 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new() 908 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new() 913 unsigned int codec_addr, struct hda_codec *codec) in snd_hda_codec_device_new() argument 927 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new() 935 codec->addr = codec_addr; in snd_hda_codec_device_new()
|