Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Oct 29, 2021
2 parents 5816b3e + 5d03907 commit 8e14329
Show file tree
Hide file tree
Showing 33 changed files with 295 additions and 257 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/sound/amlogic,t9015.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@ properties:
resets:
maxItems: 1

AVDD-supply:
description:
Analogue power supply.

required:
- "#sound-dai-cells"
- compatible
- reg
- clocks
- clock-names
- resets
- AVDD-supply

additionalProperties: false

Expand All @@ -56,4 +61,5 @@ examples:
clocks = <&clkc CLKID_AUDIO_CODEC>;
clock-names = "pclk";
resets = <&reset RESET_AUDIO_CODEC>;
AVDD-supply = <&vddao_1v8>;
};
3 changes: 2 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -17883,7 +17883,8 @@ M: Olivier Moysan <olivier.moysan@foss.st.com>
M: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
L: alsa-devel@alsa-project.org (moderated for non-subscribers)
S: Maintained
F: Documentation/devicetree/bindings/iio/adc/st,stm32-*.yaml
F: Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
F: Documentation/devicetree/bindings/sound/st,stm32-*.yaml
F: sound/soc/stm/

STM32 TIMER/LPTIMER DRIVERS
Expand Down
1 change: 1 addition & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,7 @@ config SND_SOC_WCD938X_SDW
tristate "WCD9380/WCD9385 Codec - SDW"
select SND_SOC_WCD938X
select SND_SOC_WCD_MBHC
select REGMAP_IRQ
depends on SOUNDWIRE
select REGMAP_SOUNDWIRE
help
Expand Down
Loading

0 comments on commit 8e14329

Please sign in to comment.