projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21385a4
)
ASoC: ux500: ux500_msp_dai: remove unused DAI .suspend/.resume
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Mon, 20 Jan 2020 01:04:47 +0000
(10:04 +0900)
committer
Mark Brown
<broonie@kernel.org>
Tue, 21 Jan 2020 17:06:13 +0000
(17:06 +0000)
This patch removes unused DAI driver .suspend/.resume
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87v9p7x7io.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ux500/ux500_msp_dai.c
patch
|
blob
|
history
diff --git
a/sound/soc/ux500/ux500_msp_dai.c
b/sound/soc/ux500/ux500_msp_dai.c
index dec065fb3e5469499459dc94e129cbecc5cff2c7..21052378a32eb305a750dc3b99410f7b24bd310e 100644
(file)
--- a/
sound/soc/ux500/ux500_msp_dai.c
+++ b/
sound/soc/ux500/ux500_msp_dai.c
@@
-719,8
+719,6
@@
static const struct snd_soc_dai_ops ux500_msp_dai_ops[] = {
static struct snd_soc_dai_driver ux500_msp_dai_drv = {
.probe = ux500_msp_dai_probe,
- .suspend = NULL,
- .resume = NULL,
.playback.channels_min = UX500_MSP_MIN_CHANNELS,
.playback.channels_max = UX500_MSP_MAX_CHANNELS,
.playback.rates = UX500_I2S_RATES,