soc-dai.h (04421fe2671c1790ab6529fad87ce8c73af0e1eb) soc-dai.h (6106d12947d1b05dc15ca3933eb514347d6ed726)
1/*
2 * linux/sound/soc-dai.h -- ALSA SoC Layer
3 *
4 * Copyright: 2005-2008 Wolfson Microelectronics. PLC.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

265 /* Symmetry data - only valid if symmetry is being enforced */
266 unsigned int rate;
267 unsigned int channels;
268 unsigned int sample_bits;
269
270 /* parent platform/codec */
271 struct snd_soc_platform *platform;
272 struct snd_soc_codec *codec;
1/*
2 * linux/sound/soc-dai.h -- ALSA SoC Layer
3 *
4 * Copyright: 2005-2008 Wolfson Microelectronics. PLC.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

265 /* Symmetry data - only valid if symmetry is being enforced */
266 unsigned int rate;
267 unsigned int channels;
268 unsigned int sample_bits;
269
270 /* parent platform/codec */
271 struct snd_soc_platform *platform;
272 struct snd_soc_codec *codec;
273 struct snd_soc_component *component;
273
274 struct snd_soc_card *card;
275
276 struct list_head list;
277 struct list_head card_list;
278};
279
280static inline void *snd_soc_dai_get_dma_data(const struct snd_soc_dai *dai,

--- 35 unchanged lines hidden ---
274
275 struct snd_soc_card *card;
276
277 struct list_head list;
278 struct list_head card_list;
279};
280
281static inline void *snd_soc_dai_get_dma_data(const struct snd_soc_dai *dai,

--- 35 unchanged lines hidden ---