Lines Matching refs:sound
603 struct device_node *sound; member
774 ref = of_get_property(ldev->sound, propname, NULL); in check_codec()
992 struct device_node *sound = NULL; in aoa_fabric_layout_probe() local
1003 while ((sound = of_get_next_child(sdev->ofdev.dev.of_node, sound))) { in aoa_fabric_layout_probe()
1004 if (sound->type && strcasecmp(sound->type, "soundchip") == 0) in aoa_fabric_layout_probe()
1007 if (!sound) in aoa_fabric_layout_probe()
1010 id = of_get_property(sound, "layout-id", NULL); in aoa_fabric_layout_probe()
1014 id = of_get_property(sound, "device-id", NULL); in aoa_fabric_layout_probe()
1030 ldev->sound = sound; in aoa_fabric_layout_probe()
1032 ldev->gpio.node = sound->parent; in aoa_fabric_layout_probe()
1086 of_node_put(sound); in aoa_fabric_layout_probe()
1104 of_node_put(ldev->sound); in aoa_fabric_layout_remove()