Skip to content

Commit 958f9bd

Browse files
marc-hbmwasko
authored andcommitted
ssp.c: fix recent arg count regression in dai_info()
Fixes "too many arguments for format [-Wformat-extra-args]" in recent commit 287a5f9 ("ssp: mclk/bclk turned off unexpectedly") Signed-off-by: Marc Herbert <marc.herbert@intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com>
1 parent 89533cb commit 958f9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/drivers/intel/ssp

src/drivers/intel/ssp/ssp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ static int ssp_set_config(struct dai *dai,
758758
/* disable SSP port if no users */
759759
if (ssp->state[SOF_IPC_STREAM_CAPTURE] != COMP_STATE_PREPARE ||
760760
ssp->state[SOF_IPC_STREAM_PLAYBACK] != COMP_STATE_PREPARE) {
761-
dai_info(dai, "ssp_set_config(): hw_free stage: ignore since there is still user",
761+
dai_info(dai, "ssp_set_config(): hw_free stage: ignore since SSP%d still in use",
762762
dai->index);
763763
break;
764764
}

0 commit comments

Comments
 (0)