kirkwood.h (db43b16fa0e913582b63c971848e08151d50d952) kirkwood.h (64ddf1f89cd7a483e1204320395023774234b49a)
1/*
2 * kirkwood.h
3 *
4 * (c) 2010 Arnaud Patard <apatard@mandriva.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

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

133 uint32_t ctl_play;
134 uint32_t ctl_rec;
135 struct snd_pcm_substream *substream_play;
136 struct snd_pcm_substream *substream_rec;
137 int irq;
138 int burst;
139};
140
1/*
2 * kirkwood.h
3 *
4 * (c) 2010 Arnaud Patard <apatard@mandriva.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

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

133 uint32_t ctl_play;
134 uint32_t ctl_rec;
135 struct snd_pcm_substream *substream_play;
136 struct snd_pcm_substream *substream_rec;
137 int irq;
138 int burst;
139};
140
141extern struct snd_soc_platform_driver kirkwood_soc_platform;
142
141#endif
143#endif