summaryrefslogtreecommitdiff
path: root/projects/linux/mm
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-06-06 14:34:06 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-06-06 14:34:06 +0900
commit605e6d690bca471cf52b61df45dba4e9fdb12f0d (patch)
tree8f39eca21513acc5c2efb75577563112f10c9506 /projects/linux/mm
parent44228a3d1af048ef6db3dae65a26900f77e537d9 (diff)
projects: linux: mm: update ALSA SoC task (for 2019/06/06 meeting)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'projects/linux/mm')
-rw-r--r--projects/linux/mm/sound_framework_cleanup.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/projects/linux/mm/sound_framework_cleanup.yaml b/projects/linux/mm/sound_framework_cleanup.yaml
index a613d71..0d88498 100644
--- a/projects/linux/mm/sound_framework_cleanup.yaml
+++ b/projects/linux/mm/sound_framework_cleanup.yaml
@@ -10,8 +10,10 @@ comments:
- "ALSA SoC framework grew original. And need to support more flexible connection
which is required for modern device. But, framework is not clean and complex.
We want/need to cleanup it 1st."
- - "step1: enable modern style DAI link for all sound cards (on going)"
+ - "step1: enable modern style DAI link for all sound cards
+ (on going [v2]: https://patchwork.kernel.org/project/alsa-devel/list/?series=127987)"
- "step2: remove verbose platform if needed"
- - "step3: add Multi-CPU support"
- - "step4: CPU/Codec no categorize. merge these only possible parts"
- - "step5: CPU/Codec no categorize. merge impossibled parts feature"
+ - "step3: cleanup soc-core"
+ - "step4: cleanup soc-pcm"
+ - "step5: add Multi-CPU support"
+ - "step6: CPU/Codec no categorize"