Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp340 int i, total_channel; in ice1712Get_Channel() local
343 total_channel = card->total_output_channels + card->total_input_channels; in ice1712Get_Channel()
344 for (i = 0; i < total_channel; i++) in ice1712Get_Channel()
362 int total_channel; in ice1712Set_Channel() local
364 total_channel = card->total_output_channels + card->total_input_channels; in ice1712Set_Channel()
365 for (i = 0; i < total_channel; i++) in ice1712Set_Channel()