Skip to content

Commit

Permalink
[TEST][DNM] soundwire: intel_ace2.x: revert DOAIS setting
Browse files Browse the repository at this point in the history
go back to the hard-coded 0x1 which was changed in "soundwire: intel_ace2x: cleanup DOAIS/DODS settings"

Link: thesofproject#4943
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart committed Apr 24, 2024
1 parent af75578 commit 1892d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/soundwire/intel_ace2x.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ static void intel_shim_vs_init(struct sdw_intel *sdw)

intel_prop = bus->vendor_specific_prop;
doaise = intel_prop->doaise;
doais = intel_prop->doais;
//doais = intel_prop->doais;
doais = 0x1;
dodse = intel_prop->dodse;
dods = intel_prop->dods;

Expand Down

0 comments on commit 1892d29

Please sign in to comment.