Message ID | BN6PR04MB066019A8783D22F1C4A588B7A39F0@BN6PR04MB0660.namprd04.prod.outlook.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3f2ec71cb8f5c9605b5d45918ceefcde9b97b672 |
Headers | show |
Series | ASoC: samsung: Add machine driver for Aries boards | expand |
On Sun, Jun 14, 2020 at 01:24:09PM -0700, Jonathan Bakker wrote: > The wm8994 exposes several inputs and outputs that can be used by > machine drivers in their routing. Add them to the documention so > they don't have been duplicated in any machine drivers bindings. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
On Sun, 14 Jun 2020 13:24:09 -0700, Jonathan Bakker wrote: > The wm8994 exposes several inputs and outputs that can be used by > machine drivers in their routing. Add them to the documention so > they don't have been duplicated in any machine drivers bindings. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/3] ASoC: Document wm8994 endpoints commit: 3f2ec71cb8f5c9605b5d45918ceefcde9b97b672 [2/3] ASoC: Add bindings for Samsung Aries audio complex commit: 14ebd62c12dc89a0087bf86e79548ee9a6d93625 [3/3] ASoC: samsung: Add driver for Aries boards commit: 7a3a7671fa6c7e90aff5f4242add2a40587b85ef All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/sound/wm8994.txt b/Documentation/devicetree/bindings/sound/wm8994.txt index 367b58ce1bb9..8fa947509c10 100644 --- a/Documentation/devicetree/bindings/sound/wm8994.txt +++ b/Documentation/devicetree/bindings/sound/wm8994.txt @@ -68,6 +68,29 @@ Optional properties: - wlf,csnaddr-pd : If present enable the internal pull-down resistor on the CS/ADDR pin. +Pins on the device (for linking into audio routes): + + * IN1LN + * IN1LP + * IN2LN + * IN2LP:VXRN + * IN1RN + * IN1RP + * IN2RN + * IN2RP:VXRP + * SPKOUTLP + * SPKOUTLN + * SPKOUTRP + * SPKOUTRN + * HPOUT1L + * HPOUT1R + * HPOUT2P + * HPOUT2N + * LINEOUT1P + * LINEOUT1N + * LINEOUT2P + * LINEOUT2N + Example: wm8994: codec@1a {
The wm8994 exposes several inputs and outputs that can be used by machine drivers in their routing. Add them to the documention so they don't have been duplicated in any machine drivers bindings. Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> --- .../devicetree/bindings/sound/wm8994.txt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+)