Lines Matching defs:sound
20 #include <sound/core.h>
22 #include <sound/pcm_params.h>
40 * IDE and sound. However, this measure would deal with DEAD status if
597 /* constraints to fix choppy sound */
892 * detect a sound chip
896 struct device_node *sound;
926 sound = of_node_get(chip->node);
930 * with a child called "sound".
950 if (!sound) {
951 for_each_node_by_name(sound, "sound")
952 if (sound->parent == chip->node)
955 if (! sound) {
960 prop = of_get_property(sound, "sub-frame", NULL);
963 prop = of_get_property(sound, "layout-id", NULL);
970 of_node_put(sound);
976 if (of_device_is_compatible(sound, "screamer")) {
980 if (of_device_is_compatible(sound, "burgundy")) {
984 if (of_device_is_compatible(sound, "daca")) {
991 if (of_device_is_compatible(sound, "tumbler")) {
1005 if (of_device_is_compatible(sound, "snapper")) {
1012 prop = of_get_property(sound, "device-id", NULL);
1044 prop = of_get_property(sound, "sample-rates", &l);
1046 prop = of_get_property(sound, "output-frame-rates", &l);
1067 of_node_put(sound);
1265 an expansion-bay CD or sound from an internal modem
1268 /* Enable CD and PC-card sound inputs. */
1271 * CD sound input, + 0x80 to enable the PC-card
1272 * sound input. The 0x100 enables the SCSI bus
1288 /* Enable CD sound input. */
1350 /* enable CD sound input */