.. | .. |
---|
218 | 218 | .name = AUD_GNAME_HDMI, |
---|
219 | 219 | .probe = uniphier_aio_ld11_probe, |
---|
220 | 220 | .remove = uniphier_aio_dai_remove, |
---|
221 | | - .suspend = uniphier_aio_dai_suspend, |
---|
222 | | - .resume = uniphier_aio_dai_resume, |
---|
223 | 221 | .playback = { |
---|
224 | 222 | .stream_name = AUD_NAME_PCMOUT1, |
---|
225 | 223 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
242 | 240 | .name = AUD_NAME_PCMIN2, |
---|
243 | 241 | .probe = uniphier_aio_ld11_probe, |
---|
244 | 242 | .remove = uniphier_aio_dai_remove, |
---|
245 | | - .suspend = uniphier_aio_dai_suspend, |
---|
246 | | - .resume = uniphier_aio_dai_resume, |
---|
247 | 243 | .capture = { |
---|
248 | 244 | .stream_name = AUD_NAME_PCMIN2, |
---|
249 | 245 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
257 | 253 | .name = AUD_GNAME_LINE, |
---|
258 | 254 | .probe = uniphier_aio_ld11_probe, |
---|
259 | 255 | .remove = uniphier_aio_dai_remove, |
---|
260 | | - .suspend = uniphier_aio_dai_suspend, |
---|
261 | | - .resume = uniphier_aio_dai_resume, |
---|
262 | 256 | .playback = { |
---|
263 | 257 | .stream_name = AUD_NAME_PCMOUT2, |
---|
264 | 258 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
279 | 273 | .name = AUD_NAME_HPCMOUT1, |
---|
280 | 274 | .probe = uniphier_aio_ld11_probe, |
---|
281 | 275 | .remove = uniphier_aio_dai_remove, |
---|
282 | | - .suspend = uniphier_aio_dai_suspend, |
---|
283 | | - .resume = uniphier_aio_dai_resume, |
---|
284 | 276 | .playback = { |
---|
285 | 277 | .stream_name = AUD_NAME_HPCMOUT1, |
---|
286 | 278 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
294 | 286 | .name = AUD_NAME_PCMOUT3, |
---|
295 | 287 | .probe = uniphier_aio_ld11_probe, |
---|
296 | 288 | .remove = uniphier_aio_dai_remove, |
---|
297 | | - .suspend = uniphier_aio_dai_suspend, |
---|
298 | | - .resume = uniphier_aio_dai_resume, |
---|
299 | 289 | .playback = { |
---|
300 | 290 | .stream_name = AUD_NAME_PCMOUT3, |
---|
301 | 291 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
309 | 299 | .name = AUD_NAME_HIECOUT1, |
---|
310 | 300 | .probe = uniphier_aio_ld11_probe, |
---|
311 | 301 | .remove = uniphier_aio_dai_remove, |
---|
312 | | - .suspend = uniphier_aio_dai_suspend, |
---|
313 | | - .resume = uniphier_aio_dai_resume, |
---|
314 | 302 | .playback = { |
---|
315 | 303 | .stream_name = AUD_NAME_HIECOUT1, |
---|
316 | 304 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
324 | 312 | .name = AUD_NAME_EPCMOUT2, |
---|
325 | 313 | .probe = uniphier_aio_ld11_probe, |
---|
326 | 314 | .remove = uniphier_aio_dai_remove, |
---|
327 | | - .suspend = uniphier_aio_dai_suspend, |
---|
328 | | - .resume = uniphier_aio_dai_resume, |
---|
329 | 315 | .playback = { |
---|
330 | 316 | .stream_name = AUD_NAME_EPCMOUT2, |
---|
331 | 317 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
341 | 327 | .name = AUD_NAME_EPCMOUT3, |
---|
342 | 328 | .probe = uniphier_aio_ld11_probe, |
---|
343 | 329 | .remove = uniphier_aio_dai_remove, |
---|
344 | | - .suspend = uniphier_aio_dai_suspend, |
---|
345 | | - .resume = uniphier_aio_dai_resume, |
---|
346 | 330 | .playback = { |
---|
347 | 331 | .stream_name = AUD_NAME_EPCMOUT3, |
---|
348 | 332 | .formats = SNDRV_PCM_FMTBIT_S32_LE, |
---|
.. | .. |
---|
358 | 342 | .name = AUD_NAME_HIECCOMPOUT1, |
---|
359 | 343 | .probe = uniphier_aio_ld11_probe, |
---|
360 | 344 | .remove = uniphier_aio_dai_remove, |
---|
361 | | - .suspend = uniphier_aio_dai_suspend, |
---|
362 | | - .resume = uniphier_aio_dai_resume, |
---|
363 | 345 | .compress_new = snd_soc_new_compress, |
---|
364 | 346 | .playback = { |
---|
365 | 347 | .stream_name = AUD_NAME_HIECCOMPOUT1, |
---|