Home
last modified time | relevance | path

Searched refs:codec_addr (Results 1 – 1 of 1) sorted by relevance

/linux/sound/hda/common/
H A Dcodec.c884 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, in snd_hda_codec_device_init() argument
894 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init()
905 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init()
947 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument
952 codec = snd_hda_codec_device_init(bus, codec_addr, "hdaudioC%dD%d", in snd_hda_codec_new()
953 card->number, codec_addr); in snd_hda_codec_new()
958 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new()
967 unsigned int codec_addr, struct hda_codec *codec, in snd_hda_codec_device_new() argument
982 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_new()
987 codec->addr = codec_addr; in snd_hda_codec_device_new()