• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/

Lines Matching refs:source

88 static char *build_info = "built using headers from kernel source";
90 MODULE_PARM_DESC(build_info, "built using headers from kernel source");
92 static char *build_info = "built within ALSA source";
94 MODULE_PARM_DESC(build_info, "built within ALSA source");
117 int source;
949 /*? also check ASI5000 samplerate source
1349 "no source",
1365 "no source",
1659 u16 source, err;
1661 err = func(ss, h_control, &source);
1668 if (source == HPI_AESEBU_FORMAT_SPDIF)
1670 if (source == HPI_AESEBU_FORMAT_AESEBU)
1683 u16 source = HPI_AESEBU_FORMAT_SPDIF;
1686 source = HPI_AESEBU_FORMAT_SPDIF;
1688 source = HPI_AESEBU_FORMAT_AESEBU;
1690 if (func(ss, h_control, source) != 0)
2198 "control %x failed to match mux source %hu %hu\n",
2326 Sampleclock source controls
2364 u16 source, srcindex = 0;
2368 if (hpi_sample_clock_get_source(ss, h_control, &source))
2369 source = 0;
2371 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2376 if ((clkcache->s[i].source == source) &&
2400 h_control, clkcache->s[item].source));
2402 if (clkcache->s[item].source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2491 u16 source;
2499 i, &source))
2501 clkcache->s[i].source = source;
2503 clkcache->s[i].name = sampleclock_sources[source];
2504 if (source == HPI_SAMPLECLOCK_SOURCE_AESEBU_INPUT)
2506 if (source == HPI_SAMPLECLOCK_SOURCE_LOCAL)
2514 &source))
2516 clkcache->s[i].source =
2525 asihpi_ctl_init(&snd_control, hpi_ctl, "source");
2692 u16 source = 0;
2716 err += hpi_sample_clock_get_source(ss, h_control, &source);
2719 snd_iprintf(buffer, "sample_clock=%d_hz, source %s\n",
2720 rate, sampleclock_sources[source]);