.. | .. |
---|
304 | 304 | } |
---|
305 | 305 | |
---|
306 | 306 | int uniphier_aiodma_soc_register_platform(struct platform_device *pdev); |
---|
307 | | -extern const struct snd_compr_ops uniphier_aio_compr_ops; |
---|
| 307 | +extern const struct snd_compress_ops uniphier_aio_compress_ops; |
---|
308 | 308 | |
---|
309 | 309 | int uniphier_aio_dai_probe(struct snd_soc_dai *dai); |
---|
310 | 310 | int uniphier_aio_dai_remove(struct snd_soc_dai *dai); |
---|
311 | | -int uniphier_aio_dai_suspend(struct snd_soc_dai *dai); |
---|
312 | | -int uniphier_aio_dai_resume(struct snd_soc_dai *dai); |
---|
313 | 311 | int uniphier_aio_probe(struct platform_device *pdev); |
---|
314 | 312 | int uniphier_aio_remove(struct platform_device *pdev); |
---|
315 | 313 | extern const struct snd_soc_dai_ops uniphier_aio_i2s_ops; |
---|