diff options
author | Mark Brown <broonie@kernel.org> | 2022-01-25 02:36:23 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-01-25 02:36:23 +0000 |
commit | 8bcd0f121b19c2cbb12798cc38ec843cd9b7e064 (patch) | |
tree | f77e8912bcae37d1a4f40ab77871a6d3017b7e7b /include/sound | |
parent | 01f5060e42514db1abd31583eae3085aa8c684c5 (diff) | |
parent | 5ca2ab4598179a2690a38420f3fde9f2ad79d55c (diff) | |
download | linux-8bcd0f121b19c2cbb12798cc38ec843cd9b7e064.tar.bz2 |
ASoC: Xilinx fixes
Merge series from Robert Hancock <robert.hancock@calian.com>:
There are drivers in mainline for the Xilinx Audio Formatter and Xilinx
I2S IP cores. However, because of a few issues, these were only really
usable with Xilinx's xlnx_pl_snd_card top-level driver, which is not in
mainline (and not suitable for mainline).
The fixes in this patchset, for the simple-card layer as well as the
Xilinx drivers, now allow these drivers to be properly used with
simple-card without any out-of-tree support code.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/simple_card_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index df430f1c2a10..5ee269c59aac 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -25,6 +25,7 @@ struct asoc_simple_dai { unsigned int tx_slot_mask; unsigned int rx_slot_mask; struct clk *clk; + bool clk_fixed; }; struct asoc_simple_data { |