Searched refs:ctl_dev_id (Results 1 – 5 of 5) sorted by relevance
127 bool ctl_dev_id; member
123 static bool ctl_dev_id = IS_ENABLED(CONFIG_SND_HDA_CTL_DEV_ID) ? 1 : 0; variable162 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()
1234 codec->ctl_dev_id = chip->ctl_dev_id; in azx_probe_codecs()
3397 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()
262 unsigned int ctl_dev_id:1; /* old control element id build behaviour */ member
Completed in 21 milliseconds