diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-11-28 14:55:21 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-11-28 14:55:21 +0100 |
commit | 2e5bf5b6d2617aff3bd6577bbc8e024cca436d76 (patch) | |
tree | 9252441c5ffd2a64d0c54ba04ca11a6c5e50ed18 /Documentation/sound | |
parent | a7df7f909cec96e2fb7813a9b0b7e06a976983ab (diff) | |
parent | b682aa788e5f9f1ddacdfbb453e49fd3f4e83721 (diff) | |
download | lwn-2e5bf5b6d2617aff3bd6577bbc8e024cca436d76.tar.gz lwn-2e5bf5b6d2617aff3bd6577bbc8e024cca436d76.zip |
Merge tag 'asoc-fix-v6.13-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.13
A pile of driver specific quirks and fixes that came in since the merge
window. One of the AMD fixes is a bit broken for some systems, I'm
expecting an incremental change to fix that but it seems better overall
to merge the rest of the fixes.
There's also one small documentation update that seemed sensible to
apply now, pointing to the dapm-graph tool.
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/soc/dapm.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/sound/soc/dapm.rst b/Documentation/sound/soc/dapm.rst index 14c4dc026e6b..73a42d5a9f30 100644 --- a/Documentation/sound/soc/dapm.rst +++ b/Documentation/sound/soc/dapm.rst @@ -35,6 +35,9 @@ The graph for the STM32MP1-DK1 sound card is shown in picture: :alt: Example DAPM graph :align: center +You can also generate compatible graph for your sound card using +`tools/sound/dapm-graph` utility. + DAPM power domains ================== |