Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/sound/
H A Dhda_codec.h308 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
311 unsigned int codec_addr, struct hda_codec **codecp);
313 unsigned int codec_addr, struct hda_codec *codec,
/kernel/linux/linux-5.10/include/sound/
H A Dhda_codec.h309 unsigned int codec_addr, struct hda_codec **codecp);
311 unsigned int codec_addr, struct hda_codec *codec);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c872 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init()
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()
906 * @codec_addr: the codec address
912 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new()
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()
939 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRES in snd_hda_codec_device_new()
871 snd_hda_codec_device_init(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_device_init() argument
911 snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_new() argument
924 snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec *codec) snd_hda_codec_device_new() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c893 * @codec_addr: the codec address on the parent bus
899 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, in snd_hda_codec_device_init() argument
909 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS)) in snd_hda_codec_device_init()
920 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init()
956 * @codec_addr: the codec address
962 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new()
967 codec = snd_hda_codec_device_init(bus, codec_addr, "hdaudioC%dD%d", in snd_hda_codec_new()
968 card->number, codec_addr); in snd_hda_codec_new()
973 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new()
982 unsigned int codec_addr, struc in snd_hda_codec_device_new()
961 snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp) snd_hda_codec_new() argument
981 snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec *codec, bool snddev_managed) snd_hda_codec_device_new() argument
[all...]

Completed in 10 milliseconds