-
Notifications
You must be signed in to change notification settings - Fork 349
Add support for mtk mt8186 audio driver #5492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch?
|
|
Can one of the admins verify this patch? |
|
please test this |
|
@chunxu-li ignore message above its a CI command. |
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the merge commit.
Add memif data for AFE Add common and regs header for AFE Add AFE platform for mt8186 audio/dsp AFE: the abbreviation for Audio Front End Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
Add afe-platform compile support for mt8186 Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
|
Done |
|
@kuanhsuncheng @afq984 good for you ? |
kuanhsuncheng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yaochunhung Hi YC, please let us know if you have any comments for this PR? thanks.
cujomalainey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please go back and check your return types, you are throwing away a lot of return values and I am sure I missed some functions
Add AFE driver for memif/sinegen Add afe-dai.c/afe-drv.c/afe-memif.c for AFE common driver AFE: Audio Front End The audio front-end essentially consists of voice and audio data paths. frontend (memory interface): UL (uplink for capture) DL (downlink for playback) backend: I2S In/Out etc interconn: inter-connection, connect frontends and backends as DSP path Note: TEST_SGEN macro define is just for test Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
compile mt8186 drivers Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
Add support for dai, dma platform driver. Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
|
once I get an update on that last nit I can submit for you if you think its ready |
Add platform dai build support Add platform dai_init Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
the afe_remove return value is no used, so change afe_remove return value from int to void Signed-off-by: Chunxu Li <chunxu.li@mediatek.com>
|
@lgirdwood is there an ignore list we can add |
possibly, IIUC the script can be modified if needed. |
Who would know about this? Otherwise its basically impossible to use checkpatch for afe drivers |
Hi,
I'm a chromebook project developer at Mediatek and working on SOF audio driver on mt8186.
There are some platform driver that have been verified on mt8186 EVB.
Please let me know if there is any questions.
Thanks.