Searched refs:ctl_dev_id (Results 1 – 5 of 5) sorted by relevance
128 bool ctl_dev_id; member
124 static bool ctl_dev_id = IS_ENABLED(CONFIG_SND_HDA_CTL_DEV_ID) ? 1 : 0; variable163 module_param(ctl_dev_id, bool, 0444);164 MODULE_PARM_DESC(ctl_dev_id, "Use control device identifier (based on codec address).");2341 chip->ctl_dev_id = ctl_dev_id; in azx_probe_continue()
1244 codec->ctl_dev_id = chip->ctl_dev_id; in azx_probe_codecs()
3401 if (addr > 0 && codec->ctl_dev_id) in snd_hda_add_new_ctls()3414 if (!codec->ctl_dev_id) in snd_hda_add_new_ctls()
259 unsigned int ctl_dev_id:1; /* old control element id build behaviour */ member