Searched refs:path_has_mixer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.c | 1150 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() function 1191 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx() 1203 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx() 1218 spk_lo_shared = !path_has_mixer(codec, in get_line_out_pfx() 1221 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.c | 1156 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() function 1197 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx() 1209 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx() 1224 spk_lo_shared = !path_has_mixer(codec, in get_line_out_pfx() 1227 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
|
Completed in 19 milliseconds