i2sbus.h (5a84d159061d914c8dd4aa372ac6e9529c2be453) i2sbus.h (888dcb7cb26fb85dfe3486d28a2431d69d3e8148)
1/*
2 * i2sbus driver -- private definitions
3 *
4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5 *
6 * GPL v2, can be found in COPYING.
7 */
8#ifndef __I2SBUS_H

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

13#include <linux/completion.h>
14
15#include <sound/pcm.h>
16
17#include <asm/prom.h>
18#include <asm/pmac_feature.h>
19#include <asm/dbdma.h>
20
1/*
2 * i2sbus driver -- private definitions
3 *
4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5 *
6 * GPL v2, can be found in COPYING.
7 */
8#ifndef __I2SBUS_H

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

13#include <linux/completion.h>
14
15#include <sound/pcm.h>
16
17#include <asm/prom.h>
18#include <asm/pmac_feature.h>
19#include <asm/dbdma.h>
20
21#include "i2sbus-interface.h"
21#include "interface.h"
22#include "../soundbus.h"
23
24struct i2sbus_control {
25 struct list_head list;
26 struct macio_chip *macio;
27};
28
29#define MAX_DBDMA_COMMANDS 32

--- 97 unchanged lines hidden ---
22#include "../soundbus.h"
23
24struct i2sbus_control {
25 struct list_head list;
26 struct macio_chip *macio;
27};
28
29#define MAX_DBDMA_COMMANDS 32

--- 97 unchanged lines hidden ---