Lines Matching refs:sound
940 struct device_node *sound; in snd_pmac_detect() local
970 sound = of_node_get(chip->node); in snd_pmac_detect()
994 if (!sound) { in snd_pmac_detect()
995 for_each_node_by_name(sound, "sound") in snd_pmac_detect()
996 if (sound->parent == chip->node) in snd_pmac_detect()
999 if (! sound) { in snd_pmac_detect()
1004 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
1007 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
1014 of_node_put(sound); in snd_pmac_detect()
1020 if (of_device_is_compatible(sound, "screamer")) { in snd_pmac_detect()
1024 if (of_device_is_compatible(sound, "burgundy")) { in snd_pmac_detect()
1028 if (of_device_is_compatible(sound, "daca")) { in snd_pmac_detect()
1035 if (of_device_is_compatible(sound, "tumbler")) { in snd_pmac_detect()
1049 if (of_device_is_compatible(sound, "snapper")) { in snd_pmac_detect()
1056 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect()
1088 prop = of_get_property(sound, "sample-rates", &l); in snd_pmac_detect()
1090 prop = of_get_property(sound, "output-frame-rates", &l); in snd_pmac_detect()
1111 of_node_put(sound); in snd_pmac_detect()