Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fece661 authored by Maciej Strozek's avatar Maciej Strozek Committed by Greg Kroah-Hartman
Browse files

ASoC: cs43130: Fix incorrect frame delay configuration

parent 1bf33a67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ static int cs43130_set_sp_fmt(int dai_id, unsigned int bitwidth_sclk,
		break;
	case SND_SOC_DAIFMT_LEFT_J:
		hi_size = bitwidth_sclk;
		frm_delay = 2;
		frm_delay = 0;
		frm_phase = 1;
		break;
	case SND_SOC_DAIFMT_DSP_A: