]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: mmp-sspa: Remove the embedded struct ssp_device
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 11 May 2020 21:01:29 +0000 (23:01 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2020 16:14:40 +0000 (17:14 +0100)
commit972d09cf82ee8c416f420d4329ec9dc4679c0c6b
treec9e4dec9213f9122de66d30f05dfe938fe918c9a
parent453d1322ad4301fc84d65bfdae72de913d140639
ASoC: mmp-sspa: Remove the embedded struct ssp_device

The "serial port" it represents is actually a SPI controller -- it's not
clear why would the audio serial interface embed it. We're only using
the mmio_base and clk fields.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20200511210134.1224532-7-lkundrak@v3.sk
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/mmp-sspa.c