soc.h (61aca5646b736a794d40de29a197144db3f0c5ba) soc.h (65d9361f0cb50a20641802ee3075145d72e4409c)
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

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

1135
1136 /* runtime devices */
1137 struct snd_pcm *pcm;
1138 struct snd_compr *compr;
1139 struct snd_soc_codec *codec;
1140 struct snd_soc_platform *platform;
1141 struct snd_soc_dai *codec_dai;
1142 struct snd_soc_dai *cpu_dai;
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

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

1135
1136 /* runtime devices */
1137 struct snd_pcm *pcm;
1138 struct snd_compr *compr;
1139 struct snd_soc_codec *codec;
1140 struct snd_soc_platform *platform;
1141 struct snd_soc_dai *codec_dai;
1142 struct snd_soc_dai *cpu_dai;
1143 struct snd_soc_component *component; /* Only valid for AUX dev rtds */
1143
1144 struct snd_soc_dai **codec_dais;
1145 unsigned int num_codecs;
1146
1147 struct delayed_work delayed_work;
1148#ifdef CONFIG_DEBUG_FS
1149 struct dentry *debugfs_dpcm_root;
1150 struct dentry *debugfs_dpcm_state;

--- 327 unchanged lines hidden ---
1144
1145 struct snd_soc_dai **codec_dais;
1146 unsigned int num_codecs;
1147
1148 struct delayed_work delayed_work;
1149#ifdef CONFIG_DEBUG_FS
1150 struct dentry *debugfs_dpcm_root;
1151 struct dentry *debugfs_dpcm_state;

--- 327 unchanged lines hidden ---