Lines Matching defs:source
74 static char *build_info = "Built using headers from kernel source";
76 MODULE_PARM_DESC(build_info, "Built using headers from kernel source");
78 static char *build_info = "Built within ALSA source";
80 MODULE_PARM_DESC(build_info, "Built within ALSA source");
97 int source;
1002 /*? also check ASI5000 samplerate source
1317 "no source",
1392 dir = "Capture "; /* On a source node that is not PCM playback */
1398 dir = "Playback "; /* PCM Playback source, or output node */
1648 u16 source, err;
1650 err = func(h_control, &source);
1657 if (source == HPI_AESEBU_FORMAT_SPDIF)
1659 if (source == HPI_AESEBU_FORMAT_AESEBU)
1672 u16 source = HPI_AESEBU_FORMAT_SPDIF;
1675 source = HPI_AESEBU_FORMAT_SPDIF;
1677 source = HPI_AESEBU_FORMAT_AESEBU;
1679 if (func(h_control, source) != 0)
2181 "Control %x failed to match mux source %hu %hu\n",
2303 Sampleclock source controls
2343 u16 source, srcindex = 0;
2347 if (hpi_sample_clock_get_source(h_control, &source))
2348 source = 0;
2350 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2355 if ((clkcache->s[i].source == source) &&
2380 h_control, clkcache->s[item].source));
2382 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2471 u16 source;
2483 i, &source))
2485 clkcache->s[i].source = source;
2487 clkcache->s[i].name = sampleclock_sources[source];
2488 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2490 if (source == HPI_SAMPLECLOCK_SOURCE_LOCAL)
2498 &source))
2500 clkcache->s[i].source =
2675 u16 source = 0;
2708 err += hpi_sample_clock_get_source(h_control, &source);
2711 snd_iprintf(buffer, "Sample Clock %dHz, source %s\n",
2712 rate, sampleclock_sources[source]);