Lines Matching defs:snd_dice
42 struct snd_dice { struct
43 struct snd_card *card;
44 struct fw_unit *unit;
45 spinlock_t lock;
46 struct mutex mutex;
49 unsigned int global_offset;
50 unsigned int rx_offset;
51 unsigned int tx_offset;
52 unsigned int sync_offset;
53 unsigned int rsrv_offset;
55 unsigned int clock_caps;
56 unsigned int tx_channels[3];
80 enum snd_dice_addr_type { argument
89 int snd_dice_transaction_write(struct snd_dice *dice, argument