Lines Matching defs:slots
21 unsigned int slots;
67 be->slots, be->slot_width);
70 "setting tdm link slots failed\n");
76 be->slots, be->slot_width);
78 dev_err(asoc_rtd_to_cpu(rtd, 0)->dev, "setting tdm link slots failed\n");
94 be->slots, be->slot_width);
96 dev_err(asoc_rtd_to_cpu(rtd, 0)->dev, "setting tdm link slots failed\n");
179 /* Disable playback is the interface has no tx slots */
189 /* Disable capture is the interface has no rx slots */
195 dev_err(card->dev, "tdm link has no cpu slots\n");
199 of_property_read_u32(node, "dai-tdm-slot-num", &be->slots);
200 if (!be->slots) {
205 be->slots = fls(max(tx, rx));
206 } else if (be->slots < fls(max(tx, rx)) || be->slots > 32) {
208 * Error if the slots can't accommodate the largest mask or
271 dev_err(card->dev, "error parsing tdm link slots\n");