Lines Matching refs:prop
922 const unsigned int *prop; in snd_pmac_detect() local
984 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect()
985 if (prop && *prop < 16) in snd_pmac_detect()
986 chip->subframe = *prop; in snd_pmac_detect()
987 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect()
988 if (prop) { in snd_pmac_detect()
1036 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect()
1037 if (prop) in snd_pmac_detect()
1038 chip->device_id = *prop; in snd_pmac_detect()
1068 prop = of_get_property(sound, "sample-rates", &l); in snd_pmac_detect()
1069 if (! prop) in snd_pmac_detect()
1070 prop = of_get_property(sound, "output-frame-rates", &l); in snd_pmac_detect()
1071 if (prop) { in snd_pmac_detect()
1075 unsigned int r = *prop++; in snd_pmac_detect()