HomeSort by relevance Sort by last modified time
    Searched full:c_device (Results 1 - 1 of 1) sorted by null

  /external/tinyalsa/
tinyhostless.c 48 unsigned int c_device, unsigned int channels,
64 unsigned int c_device = TINYHOSTLESS_DEVICE_UNDEFINED; local
96 c_device = atoi(*argv);
136 c_device == TINYHOSTLESS_DEVICE_UNDEFINED) {
142 c_device == TINYHOSTLESS_DEVICE_UNDEFINED)) {
147 return play_sample(card, p_device, c_device, num_channels, sample_rate,
217 unsigned int c_device, unsigned int channels,
257 if (c_device < TINYHOSTLESS_DEVICE_UNDEFINED ) {
258 if (!check_params(card, c_device, PCM_IN, &config))
260 pcm_cap = pcm_open(card, c_device, PCM_IN, &config)
    [all...]

Completed in 183 milliseconds