treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / sound / soc / samsung / s3c24xx_simtec.h
blob38d8384755cd622a8a64e07711b79e95a942daf8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright 2009 Simtec Electronics
4 */
6 extern void simtec_audio_init(struct snd_soc_pcm_runtime *rtd);
8 extern int simtec_audio_core_probe(struct platform_device *pdev,
9 struct snd_soc_card *card);
11 extern int simtec_audio_remove(struct platform_device *pdev);
13 #ifdef CONFIG_PM
14 extern const struct dev_pm_ops simtec_audio_pmops;
15 #define simtec_audio_pm &simtec_audio_pmops
16 #else
17 #define simtec_audio_pm NULL
18 #endif