Hi
We have a specific configuration for McASP0. We have 32 tdm slots and 32 PCM channels and each slot is 8 bit. we want that channel 1 to be mapped to slot 1, channel 2 be mapped to slot 2, .... channel 32 mapped to slot 32. but when i run aplay to send to only channel 1, data will be send to all slots! i want that all slots be 0 except slot 1. How can i do that?
I'm using linux kernel 3.2.0 and searched in source tree and found snd_soc_dai_set_channel_map function, but there is no code for it in davinci-mcasp.c file.
I will be really thankful if anyone can help me.