Hi,
I looked at the file devices-da8xxx.c, there is a structure where we do rsv_channel & rsv_slot, if i need to reserve channels 0 to 5 , 18, 19 and slots 0 to 5, 18,19, 35 ,36 , then how do i specify them in the stucture
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I looked at the file devices-da8xxx.c, there is a structure where we do rsv_channel & rsv_slot, if i need to reserve channels 0 to 5 , 18, 19 and slots 0 to 5, 18,19, 35 ,36 , then how do i specify them in the stucture
Hi,
Comments in the code suggest that the first member is the offset and the second member is the number of channels/slots to be reserved. So in your case if you are willing to reserve channel 0 to 5 you should provide the first member as 0 and second member as 6.
Regards, Sudhakar