Sathyanarayana Nujella has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41214 )
Change subject: mb/google/volteer: Reorganize audio codecs ......................................................................
Patch Set 12:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41214/12/src/mainboard/google/volte... File src/mainboard/google/volteer/variants/volteer/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/41214/12/src/mainboard/google/volte... PS12, Line 17: t_no" = "4" Hi Duncan, can you please change VI slot information.. we could change this now and later not needed to update. These values 4,5,6,7: came from older Audio implemenetation.. in SOF: we are configuring them to: 0,1,2,3 (V,I,V,I). can you please change this to:
=====change like this please======== chip drivers/i2c/max98373 register "vmon_slot_no" = "0" register "imon_slot_no" = "1" .. register "desc" = ""Right Speaker Amp"" .. end chip drivers/i2c/max98373 register "vmon_slot_no" = "2" register "imon_slot_no" = "3"