Home
last modified time | relevance | path

Searched refs:c_device (Results 1 – 1 of 1) sorted by relevance

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