Lines Matching refs:sound
934 struct device_node *sound; in snd_pmac_detect() local
964 sound = of_node_get(chip->node); in snd_pmac_detect()
988 if (!sound) { in snd_pmac_detect()
989 for_each_node_by_name(sound, "sound") in snd_pmac_detect()
990 if (sound->parent == chip->node) in snd_pmac_detect()
993 if (! sound) { in snd_pmac_detect()
998 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
1001 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
1008 of_node_put(sound); in snd_pmac_detect()
1014 if (of_device_is_compatible(sound, "screamer")) { in snd_pmac_detect()
1018 if (of_device_is_compatible(sound, "burgundy")) { in snd_pmac_detect()
1022 if (of_device_is_compatible(sound, "daca")) { in snd_pmac_detect()
1029 if (of_device_is_compatible(sound, "tumbler")) { in snd_pmac_detect()
1043 if (of_device_is_compatible(sound, "snapper")) { in snd_pmac_detect()
1050 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect()
1082 prop = of_get_property(sound, "sample-rates", &l); in snd_pmac_detect()
1084 prop = of_get_property(sound, "output-frame-rates", &l); in snd_pmac_detect()
1105 of_node_put(sound); in snd_pmac_detect()