Lines Matching refs:buffer
121 static void dump_clock_config(struct snd_ff *ff, struct snd_info_buffer *buffer)
136 snd_iprintf(buffer, "Output S/PDIF format: %s (Emphasis: %s)\n",
140 snd_iprintf(buffer, "Optical output interface format: %s\n",
143 snd_iprintf(buffer, "Word output single speed: %s\n",
146 snd_iprintf(buffer, "S/PDIF input interface: %s\n",
156 snd_iprintf(buffer, "Clock configuration: %d %s\n", rate, label);
159 static void dump_sync_status(struct snd_ff *ff, struct snd_info_buffer *buffer)
207 snd_iprintf(buffer, "External source detection:\n");
222 snd_iprintf(buffer, "%s: %s\n", clk_entry->label, state);
225 snd_iprintf(buffer, "Referred clock:\n");
228 snd_iprintf(buffer, "Internal\n");
253 snd_iprintf(buffer, "%s %d\n", label, rate);
258 struct snd_info_buffer *buffer)
260 dump_clock_config(ff, buffer);
261 dump_sync_status(ff, buffer);