aboutsummaryrefslogtreecommitdiff
path: root/include/sound/simple_card.h
diff options
context:
space:
mode:
authorTakashi Iwai2015-09-25 08:33:11 +0200
committerTakashi Iwai2015-09-25 08:33:11 +0200
commit0b2c8c12f92996debdd7a2c2aebb33242e30922a (patch)
tree1bd21fb439e7a7493ffd8fb05d548d68e9f64980 /include/sound/simple_card.h
parentdb25f440f42eca380fcdb339f51cf73633e32485 (diff)
parent4922e7a1b767fcf6f29ce121ad74e424f4045eff (diff)
Merge tag 'asoc-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Updates for v4.4 A first batch of updates targetted at v4.4. There are no substantial core fixes here, the biggest block of changes is updates to the rcar drivers and the addition of a CODEC driver for the AK4613.
Diffstat (limited to 'include/sound/simple_card.h')
-rw-r--r--include/sound/simple_card.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/simple_card.h b/include/sound/simple_card.h
index b9b4f289fe6b..0399352f3a62 100644
--- a/include/sound/simple_card.h
+++ b/include/sound/simple_card.h
@@ -19,6 +19,8 @@ struct asoc_simple_dai {
unsigned int sysclk;
int slots;
int slot_width;
+ unsigned int tx_slot_mask;
+ unsigned int rx_slot_mask;
struct clk *clk;
};