.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) ST-Ericsson SA 2012 |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * for ST-Ericsson. |
---|
7 | 8 | * |
---|
8 | 9 | * 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. |
---|
13 | 10 | */ |
---|
14 | 11 | |
---|
15 | 12 | #include <linux/module.h> |
---|
.. | .. |
---|
722 | 719 | |
---|
723 | 720 | static struct snd_soc_dai_driver ux500_msp_dai_drv = { |
---|
724 | 721 | .probe = ux500_msp_dai_probe, |
---|
725 | | - .suspend = NULL, |
---|
726 | | - .resume = NULL, |
---|
727 | 722 | .playback.channels_min = UX500_MSP_MIN_CHANNELS, |
---|
728 | 723 | .playback.channels_max = UX500_MSP_MAX_CHANNELS, |
---|
729 | 724 | .playback.rates = UX500_I2S_RATES, |
---|