soc.h (26d9ca3462df8f7e83fc372b23c8da5ed2b1c4f3) soc.h (6f0c42269f000b1e346c84d9a589f17aa94c96d8)
1/*
2 * linux/sound/soc.h -- ALSA SoC Layer
3 *
4 * Author: Liam Girdwood
5 * Created: Aug 11th 2005
6 * Copyright: Wolfson Microelectronics. PLC.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 426 unchanged lines hidden (view full) ---

435int snd_soc_cache_init(struct snd_soc_codec *codec);
436int snd_soc_cache_exit(struct snd_soc_codec *codec);
437
438int snd_soc_platform_read(struct snd_soc_platform *platform,
439 unsigned int reg);
440int snd_soc_platform_write(struct snd_soc_platform *platform,
441 unsigned int reg, unsigned int val);
442int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num);
1/*
2 * linux/sound/soc.h -- ALSA SoC Layer
3 *
4 * Author: Liam Girdwood
5 * Created: Aug 11th 2005
6 * Copyright: Wolfson Microelectronics. PLC.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 426 unchanged lines hidden (view full) ---

435int snd_soc_cache_init(struct snd_soc_codec *codec);
436int snd_soc_cache_exit(struct snd_soc_codec *codec);
437
438int snd_soc_platform_read(struct snd_soc_platform *platform,
439 unsigned int reg);
440int snd_soc_platform_write(struct snd_soc_platform *platform,
441 unsigned int reg, unsigned int val);
442int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num);
443int soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num);
443#ifdef CONFIG_SND_SOC_COMPRESS
444int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num);
445#endif
444
445struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card,
446 const char *dai_link, int stream);
447struct snd_soc_pcm_runtime *snd_soc_get_pcm_runtime(struct snd_soc_card *card,
448 const char *dai_link);
449
450bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd);
451void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream);

--- 1190 unchanged lines hidden ---
446
447struct snd_pcm_substream *snd_soc_get_dai_substream(struct snd_soc_card *card,
448 const char *dai_link, int stream);
449struct snd_soc_pcm_runtime *snd_soc_get_pcm_runtime(struct snd_soc_card *card,
450 const char *dai_link);
451
452bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd);
453void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream);

--- 1190 unchanged lines hidden ---