Skip to content

Commit

Permalink
[NOT FOR UPSTREAM] ASoC: SOF: Intel: lnl: add log for interrupt enabling
Browse files Browse the repository at this point in the history
Log what the interrupt enable state is.

we should merge this but there's no real merit in upstreaming this.

Link: thesofproject#4943
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart committed May 6, 2024
1 parent dcd0a8b commit b4f3943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/sof/intel/lnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ static void lnl_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable)
struct hdac_bus *bus = sof_to_bus(sdev);

hdac_bus_eml_enable_interrupt(bus, true, AZX_REG_ML_LEPTR_ID_SDW, enable);

dev_dbg(sdev->dev, "SoundWire interrupt enable: %d\n", enable);
}

static int lnl_dsp_disable_interrupts(struct snd_sof_dev *sdev)
Expand Down

0 comments on commit b4f3943

Please sign in to comment.