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;
1000 /*? also check ASI5000 samplerate source
1315 "no source",
1390 dir = "Capture "; /* On a source node that is not PCM playback */
1396 dir = "Playback "; /* PCM Playback source, or output node */
1646 u16 source, err;
1648 err = func(h_control, &source);
1655 if (source == HPI_AESEBU_FORMAT_SPDIF)
1657 if (source == HPI_AESEBU_FORMAT_AESEBU)
1670 u16 source = HPI_AESEBU_FORMAT_SPDIF;
1673 source = HPI_AESEBU_FORMAT_SPDIF;
1675 source = HPI_AESEBU_FORMAT_AESEBU;
1677 if (func(h_control, source) != 0)
2179 "Control %x failed to match mux source %hu %hu\n",
2301 Sampleclock source controls
2341 u16 source, srcindex = 0;
2345 if (hpi_sample_clock_get_source(h_control, &source))
2346 source = 0;
2348 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2353 if ((clkcache->s[i].source == source) &&
2378 h_control, clkcache->s[item].source));
2380 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2469 u16 source;
2481 i, &source))
2483 clkcache->s[i].source = source;
2485 clkcache->s[i].name = sampleclock_sources[source];
2486 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2488 if (source == HPI_SAMPLECLOCK_SOURCE_LOCAL)
2496 &source))
2498 clkcache->s[i].source =
2673 u16 source = 0;
2706 err += hpi_sample_clock_get_source(h_control, &source);
2709 snd_iprintf(buffer, "Sample Clock %dHz, source %s\n",
2710 rate, sampleclock_sources[source]);