Home
last modified time | relevance | path

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

/external/tinyalsa/
Dtinyhostless.c47 unsigned int c_device, unsigned int channels,
63 unsigned int c_device = TINYHOSTLESS_DEVICE_UNDEFINED; in main() local
95 c_device = atoi(*argv); in main()
135 c_device == TINYHOSTLESS_DEVICE_UNDEFINED) { in main()
141 c_device == TINYHOSTLESS_DEVICE_UNDEFINED)) { in main()
146 return play_sample(card, p_device, c_device, num_channels, sample_rate, in main()
216 unsigned int c_device, unsigned int channels, in play_sample() argument
256 if (c_device < TINYHOSTLESS_DEVICE_UNDEFINED ) { in play_sample()
257 if (!check_params(card, c_device, PCM_IN, &config)) in play_sample()
259 pcm_cap = pcm_open(card, c_device, PCM_IN, &config); in play_sample()
[all …]