Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_controller.h127 bool ctl_dev_id; member
H A Dhda_intel.c123 static bool ctl_dev_id = IS_ENABLED(CONFIG_SND_HDA_CTL_DEV_ID) ? 1 : 0; variable
162 module_param(ctl_dev_id, bool, 0444);
163 MODULE_PARM_DESC(ctl_dev_id, "Use control device identifier (based on codec address).");
2309 chip->ctl_dev_id = ctl_dev_id; in azx_probe_continue()
H A Dhda_controller.c1234 codec->ctl_dev_id = chip->ctl_dev_id; in azx_probe_codecs()
H A Dhda_codec.c3399 if (addr > 0 && codec->ctl_dev_id) in snd_hda_add_new_ctls()
3412 if (!codec->ctl_dev_id) in snd_hda_add_new_ctls()
/openbmc/linux/include/sound/
H A Dhda_codec.h259 unsigned int ctl_dev_id:1; /* old control element id build behaviour */ member