Lines Matching defs:spec
75 const struct snd_bebob_meter_spec *spec = bebob->spec->meter;
79 if (spec == NULL)
82 channels = spec->num * 2;
88 if (spec->get(bebob, buf, size) < 0)
93 spec->labels[i / 2], c++, buf[i]);
95 (strcmp(spec->labels[i / 2],
96 spec->labels[(i + 1) / 2]) != 0))
140 const struct snd_bebob_rate_spec *rate_spec = bebob->spec->rate;
141 const struct snd_bebob_clock_spec *clk_spec = bebob->spec->clock;
187 if (bebob->spec->meter != NULL)