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

/linux-4.4.14/sound/pci/hda/
H A Dhda_sysfs.c613 static struct hda_patch_item patch_items[NUM_LINE_MODES] = { variable in typeref:struct:hda_patch_item
659 for (i = 0; i < ARRAY_SIZE(patch_items); i++) { parse_line_mode()
660 if (!patch_items[i].tag) parse_line_mode()
662 if (strmatch(buf, patch_items[i].tag)) parse_line_mode()
664 if (patch_items[i].alias && strmatch(buf, patch_items[i].alias)) parse_line_mode()
727 else if (patch_items[line_mode].parser && snd_hda_load_patch()
729 patch_items[line_mode].parser(buf, bus, &codec); snd_hda_load_patch()

Completed in 75 milliseconds