Home
last modified time | relevance | path

Searched refs:pcm_bitmap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c146 /* pcm_bitmap means which pcms have been assigned to pins*/
147 unsigned long pcm_bitmap; member
1385 if (!test_bit(per_pin->pin_nid_idx, &spec->pcm_bitmap)) in hdmi_find_pcm_slot()
1389 if (i < spec->pcm_used && !(test_bit(i, &spec->pcm_bitmap))) in hdmi_find_pcm_slot()
1395 if (!test_bit(i, &spec->pcm_bitmap)) in hdmi_find_pcm_slot()
1402 if (!test_bit(i, &spec->pcm_bitmap)) in hdmi_find_pcm_slot()
1421 set_bit(idx, &spec->pcm_bitmap); in hdmi_attach_hda_pcm()
1436 clear_bit(idx, &spec->pcm_bitmap); in hdmi_detach_hda_pcm()
2360 set_bit(pcm_idx, &spec->pcm_bitmap); in generic_hdmi_build_controls()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_hdmi.c158 /* pcm_bitmap means which pcms have been assigned to pins*/
159 unsigned long pcm_bitmap; member
1370 if (!test_bit(i, &spec->pcm_bitmap)) in hdmi_find_pcm_slot()
1387 if (!test_bit(idx, &spec->pcm_bitmap)) in hdmi_attach_hda_pcm()
1397 set_bit(idx, &spec->pcm_bitmap); in hdmi_attach_hda_pcm()
1413 clear_bit(idx, &spec->pcm_bitmap); in hdmi_detach_hda_pcm()
2372 set_bit(pcm_idx, &spec->pcm_bitmap); in generic_hdmi_build_controls()

Completed in 13 milliseconds