| .. | .. |
|---|
| 171 | 171 | .name = AUD_GNAME_HDMI, |
|---|
| 172 | 172 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 173 | 173 | .remove = uniphier_aio_dai_remove, |
|---|
| 174 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 175 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 176 | 174 | .playback = { |
|---|
| 177 | 175 | .stream_name = AUD_NAME_HPCMOUT1, |
|---|
| 178 | 176 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
|---|
| .. | .. |
|---|
| 186 | 184 | .name = AUD_GNAME_LINE, |
|---|
| 187 | 185 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 188 | 186 | .remove = uniphier_aio_dai_remove, |
|---|
| 189 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 190 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 191 | 187 | .playback = { |
|---|
| 192 | 188 | .stream_name = AUD_NAME_PCMOUT1, |
|---|
| 193 | 189 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
|---|
| .. | .. |
|---|
| 208 | 204 | .name = AUD_GNAME_AUX, |
|---|
| 209 | 205 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 210 | 206 | .remove = uniphier_aio_dai_remove, |
|---|
| 211 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 212 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 213 | 207 | .playback = { |
|---|
| 214 | 208 | .stream_name = AUD_NAME_PCMOUT2, |
|---|
| 215 | 209 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
|---|
| .. | .. |
|---|
| 230 | 224 | .name = AUD_NAME_HIECOUT1, |
|---|
| 231 | 225 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 232 | 226 | .remove = uniphier_aio_dai_remove, |
|---|
| 233 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 234 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 235 | 227 | .playback = { |
|---|
| 236 | 228 | .stream_name = AUD_NAME_HIECOUT1, |
|---|
| 237 | 229 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
|---|
| .. | .. |
|---|
| 245 | 237 | .name = AUD_NAME_IECOUT1, |
|---|
| 246 | 238 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 247 | 239 | .remove = uniphier_aio_dai_remove, |
|---|
| 248 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 249 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 250 | 240 | .playback = { |
|---|
| 251 | 241 | .stream_name = AUD_NAME_IECOUT1, |
|---|
| 252 | 242 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
|---|
| .. | .. |
|---|
| 260 | 250 | .name = AUD_NAME_HIECCOMPOUT1, |
|---|
| 261 | 251 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 262 | 252 | .remove = uniphier_aio_dai_remove, |
|---|
| 263 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 264 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 265 | 253 | .compress_new = snd_soc_new_compress, |
|---|
| 266 | 254 | .playback = { |
|---|
| 267 | 255 | .stream_name = AUD_NAME_HIECCOMPOUT1, |
|---|
| .. | .. |
|---|
| 274 | 262 | .name = AUD_NAME_IECCOMPOUT1, |
|---|
| 275 | 263 | .probe = uniphier_aio_pxs2_probe, |
|---|
| 276 | 264 | .remove = uniphier_aio_dai_remove, |
|---|
| 277 | | - .suspend = uniphier_aio_dai_suspend, |
|---|
| 278 | | - .resume = uniphier_aio_dai_resume, |
|---|
| 279 | 265 | .compress_new = snd_soc_new_compress, |
|---|
| 280 | 266 | .playback = { |
|---|
| 281 | 267 | .stream_name = AUD_NAME_IECCOMPOUT1, |
|---|