Changes between Version 50 and Version 51 of venice/mipi


Ignore:
Timestamp:
09/18/2025 12:16:39 AM (104 minutes ago)
Author:
Ryan Erbstoesser
Comment:

add note about modules loading

Legend:

Unmodified
Added
Removed
Modified
  • venice/mipi

    v50 v51  
    185185}}}
    186186
     187 - If DAI/CODEC are not probed first snd-soc-simple-card will not probe; so you must add the following to the end of /etc/modules-load.d/modules.conf to force the dai/codec modules load before simple-audio-card:
     188{{{#!bash
     189snd_soc_fsl_sai
     190snd_soc_sgtl5000
     191snd_soc_simple_card
     192}}}
    187193
    188194A sample script used for testing: