Searched refs:can_be_headset_mic (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_auto_parser.c | 129 static bool can_be_headset_mic(struct hda_codec *codec, in can_be_headset_mic() function 320 if (hsmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) { in snd_hda_parse_pin_defcfg() 323 } else if (hpmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xd)) { in snd_hda_parse_pin_defcfg() 330 if (!can_be_headset_mic(codec, &cfg->inputs[i], -1)) in snd_hda_parse_pin_defcfg()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_auto_parser.c | 125 static bool can_be_headset_mic(struct hda_codec *codec, in can_be_headset_mic() function 316 if (hsmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xc)) { in snd_hda_parse_pin_defcfg() 319 } else if (hpmic && can_be_headset_mic(codec, &cfg->inputs[i], 0xd)) { in snd_hda_parse_pin_defcfg() 326 if (!can_be_headset_mic(codec, &cfg->inputs[i], -1)) in snd_hda_parse_pin_defcfg()
|
Completed in 3 milliseconds