diff options
| author | Mark Brown <broonie@kernel.org> | 2025-11-06 11:34:45 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-06 11:34:45 +0000 |
| commit | 7a381e373a4243926a41b8e6ebbdeb90fe9afda3 (patch) | |
| tree | 1d2192052bdac2bdc0faf6086479609269b6d146 /include/linux/regmap.h | |
| parent | aa897ffc396b48cc39eee133b6b43175d0df9eb5 (diff) | |
| parent | 655079ac8a7721ac215a0596e3f33b740e01144a (diff) | |
ASoC: qcom: q6dsp: fixes and updates
Merge series from Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>:
This patchset has 4 fixes and some enhancements to the Elite DSP driver
support.
Fixes includes
- setting correct flags for expected behaviour of appl_ptr
- fix closing of copp instances
- fix buffer alignment.
- fix state checks before closing asm stream
Enhancements include:
- adding q6asm_get_hw_pointer and ack callback support
- simplify code via __free(kfree) mechanism.
- use spinlock guards
- few cleanups discovered during doing above 2.
There is another set of updates comming soon, which will add support
for early memory mapping and few more modules support in audioreach.
Diffstat (limited to 'include/linux/regmap.h')
| -rw-r--r-- | include/linux/regmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index 70daec535976..64cd83b1f7bc 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -1644,7 +1644,7 @@ struct regmap_irq_chip_data; * @status_invert: Inverted status register: cleared bits are active interrupts. * @status_is_level: Status register is actuall signal level: Xor status * register with previous value to get active interrupts. - * @wake_invert: Inverted wake register: cleared bits are wake enabled. + * @wake_invert: Inverted wake register: cleared bits are wake disabled. * @type_in_mask: Use the mask registers for controlling irq type. Use this if * the hardware provides separate bits for rising/falling edge * or low/high level interrupts and they should be combined into |
