hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/sound/soc/ux500/ux500_msp_dai.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) ST-Ericsson SA 2012
34 *
....@@ -6,10 +7,6 @@
67 * for ST-Ericsson.
78 *
89 * License terms:
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License version 2 as published
12
- * by the Free Software Foundation.
1310 */
1411
1512 #include <linux/module.h>
....@@ -722,8 +719,6 @@
722719
723720 static struct snd_soc_dai_driver ux500_msp_dai_drv = {
724721 .probe = ux500_msp_dai_probe,
725
- .suspend = NULL,
726
- .resume = NULL,
727722 .playback.channels_min = UX500_MSP_MIN_CHANNELS,
728723 .playback.channels_max = UX500_MSP_MAX_CHANNELS,
729724 .playback.rates = UX500_I2S_RATES,