Lines Matching refs:temp_val
73 struct dai_values *temp_val;
91 for (j = 0, temp_val = values; j < size; j++, temp_val++) {
92 if (!strcmp(id, temp_val->name)) {
93 temp_val->data = n;
106 for (j = 0, temp_val = values; j < size; j++, temp_val++) {
107 if (!strcmp(id, temp_val->name)) {
108 temp_val->data = n;
114 for (j = 0, temp_val = values; j < size; j++, temp_val++) {
115 if (!temp_val->data)
117 if (temp_val->type == SND_CONFIG_TYPE_INTEGER)
118 get_int_val(temp_val->data, temp_val->int_val, top);
120 get_string_val(temp_val->data, temp_val->string_val, top);