OSDN Git Service

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)
commit3c4e89df3b45348dc0ee01a2ef1be710f7424ff7
treec9e4dec9213f9122de66d30f05dfe938fe918c9a
parent724da05378ba7af6e273451a2c3f565a3315a9db
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