cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

s3c24xx_simtec.h (467B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright 2009 Simtec Electronics
      4 */
      5
      6extern void simtec_audio_init(struct snd_soc_pcm_runtime *rtd);
      7
      8extern int simtec_audio_core_probe(struct platform_device *pdev,
      9				   struct snd_soc_card *card);
     10
     11extern int simtec_audio_remove(struct platform_device *pdev);
     12
     13#ifdef CONFIG_PM
     14extern 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