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

/linux-master/sound/pci/hda/
H A Dhda_sysfs.c609 static const struct hda_patch_item patch_items[NUM_LINE_MODES] = { variable in typeref:struct:hda_patch_item
655 for (i = 0; i < ARRAY_SIZE(patch_items); i++) {
656 if (!patch_items[i].tag)
658 if (strmatch(buf, patch_items[i].tag))
660 if (patch_items[i].alias && strmatch(buf, patch_items[i].alias))
723 else if (patch_items[line_mode].parser &&
725 patch_items[line_mode].parser(buf, bus, &codec);

Completed in 210 milliseconds