diff options
author | Takashi Iwai | 2021-08-23 13:35:18 +0200 |
---|---|---|
committer | Takashi Iwai | 2021-08-23 13:35:40 +0200 |
commit | 2231af793fe28d478ab4740a46e2debbc0b4940c (patch) | |
tree | 1d61be25b54d05c5bccc1d4155f772295b6a1387 /Documentation/sound | |
parent | 4a1672d183cc0bbf26292390ced0bbcb7e810ee1 (diff) |
ALSA: doc: Fix indentation warning
Fix a trivial warning for the indentation by putting an empty line:
Documentation/sound/alsa-configuration.rst:2258: WARNING: Unexpected indentation.
Fixes: a39978ed6df1 ("ALSA: doc: Add the description of quirk_flags option for snd-usb-audio")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20210823113518.30134-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa-configuration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/alsa-configuration.rst b/Documentation/sound/alsa-configuration.rst index e61edd1295fc..e3c33b8d6d78 100644 --- a/Documentation/sound/alsa-configuration.rst +++ b/Documentation/sound/alsa-configuration.rst @@ -2261,6 +2261,7 @@ delayed_register quirk_flags Contains the bit flags for various device specific workarounds. Applied to the corresponding card index. + * bit 0: Skip reading sample rate for devices * bit 1: Create Media Controller API entries * bit 2: Allow alignment on audio sub-slot at transfer |