Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASoC: SOF: Fix a compile warning with CONFIG_PCI=n | Takashi Iwai | 2019-05-07 | 1 | -1/+1 |
| | | | | | | | | | | A trivial fix for the randconfig build error: sound/soc/sof/ops.c:20:6: warning: ‘ret’ is used uninitialized in this function [-Wuninitialized] Fixes: d1d95fcb63e3 ("ASoC: SOF: Add DSP HW abstraction operations") Signed-off-by: Takashi Iwai <tiwai@suse.de> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> | ||||
* | ASoC: SOF: Add DSP HW abstraction operations | Liam Girdwood | 2019-04-27 | 1 | -0/+163 |
Add operation pointers that can be called by core to control a wide variety of DSP targets. The DSP HW drivers will fill in these operations. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org> |