diff options
| author | 2022-01-25 02:36:23 +0000 | |
|---|---|---|
| committer | 2022-01-25 02:36:23 +0000 | |
| commit | 8bcd0f121b19c2cbb12798cc38ec843cd9b7e064 (patch) | |
| tree | f77e8912bcae37d1a4f40ab77871a6d3017b7e7b /include/sound | |
| parent | ASoC: SOF: Intel: don't download firmware at each resume (diff) | |
| parent | ASoC: simple-card-utils: Add new system-clock-fixed flag (diff) | |
| download | linux-dev-8bcd0f121b19c2cbb12798cc38ec843cd9b7e064.tar.xz linux-dev-8bcd0f121b19c2cbb12798cc38ec843cd9b7e064.zip | |
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 { |
