atmel_ssc_dai.c, use of dai->id

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I am trying to use SSC1 (not SSC0 which might work) on a SAMA5D4-Xplained 
board (4.1 kernel, but close to mainline)

c706f2e5 ASoC: atmel_ssc_dai: distinguish the different SSC
fixes an issue with cpu_dai id being always 0, while the ssc id should 
have been used (or the platform_device id)

I think there is a remaining issue with DMA parameters in 
atmel_ssc_startup():

line 324:
dma_params = &ssc_dma_params[dai->id][dir];

I think it should be 
dma_params = &ssc_dma_params[pdev->id][dir];

I am new to this platform, please comment
I can submit a formal patch later-on of course

thanks, regards, p.

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux