Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_controller.h127 bool ctl_dev_id; member
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).");
2285 chip->ctl_dev_id = ctl_dev_id; in azx_probe_continue()
A Dhda_controller.c1234 codec->ctl_dev_id = chip->ctl_dev_id; in azx_probe_codecs()
A Dhda_codec.c3397 if (addr > 0 && codec->ctl_dev_id) in snd_hda_add_new_ctls()
3410 if (!codec->ctl_dev_id) in snd_hda_add_new_ctls()
/linux-6.3-rc2/include/sound/
A Dhda_codec.h262 unsigned int ctl_dev_id:1; /* old control element id build behaviour */ member

Completed in 21 milliseconds