ASoC: adi: Add porting note about .pcm_construct() - #3440
Conversation
.pcm_construct() went away in v7.1-rc1 and thus needs some adaption to the driver code. Now that I worked out what to do when porting to a newer upstream version, document the findings to help the next person stumbling over that issue. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
|
The (for now) three failed jobs failed due to the modified file not being compiled in the defconfig ( |
sipraga
left a comment
There was a problem hiding this comment.
Uwe, I don't know what you have planned in the sound card area, but I want to remove the other machine driver we have (sc5xx-asoc-card). If you planned to show any love to that, please reconsider.
Here's a small demo branch where you can see what I had in mind instead (just use simple-audio-card): https://github.com/analogdevicesinc/linux/tree/alvin/adsp/asoc-simple-card
No strong interest. I just ported the 6.18.31-y branch to v7.2-rc3 and did some compile tests. |
OK thanx. Will you share your v7.2-rc branch with the ports? For my own interest. |
https://github.com/ukleinek/adi-linux/tree/wip-adsp-6.18.31-y-update-to-7.2-rc3 (Note this is just a work-in-progress tree, don't rely on me to update it in a fast-forward manner (or at all).) |
PR Description
.pcm_construct()went away in v7.1-rc1 and thus needs some adaption to the driver code. Now that I worked out what to do when porting to a newer upstream version, document the findings to help the next person stumbling over that issue.PR Type
PR Checklist