Skip to content

Commit 2ea13d6

Browse files
xandfurytiwai
authored andcommitted
Documentation: sound: Fix trailing whitespaces
Remove trailing whitespace from sound/hd-audio/notes as reported by checkpatch. Removing trailing spaces improves consistency, and prevents Preventing potential merge conflicts due to whitespace differences. maintain a cleaner and more professional codebase. Signed-off-by: Abhinav Saxena <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 4a63bd1 commit 2ea13d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/sound/hd-audio/notes.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ problem is broken BIOS, and the rest is the driver implementation.
1515
This document explains the brief trouble-shooting and debugging
1616
methods for the HD-audio hardware.
1717

18-
The HD-audio component consists of two parts: the controller chip and
18+
The HD-audio component consists of two parts: the controller chip and
1919
the codec chips on the HD-audio bus. Linux provides a single driver
2020
for all controllers, snd-hda-intel. Although the driver name contains
2121
a word of a well-known hardware vendor, it's not specific to it but for
@@ -81,7 +81,7 @@ the wake-up timing. It wakes up a few samples before actually
8181
processing the data on the buffer. This caused a lot of problems, for
8282
example, with ALSA dmix or JACK. Since 2.6.27 kernel, the driver puts
8383
an artificial delay to the wake up timing. This delay is controlled
84-
via ``bdl_pos_adj`` option.
84+
via ``bdl_pos_adj`` option.
8585

8686
When ``bdl_pos_adj`` is a negative value (as default), it's assigned to
8787
an appropriate value depending on the controller chip. For Intel
@@ -144,7 +144,7 @@ see a regression wrt the sound quality (stuttering, etc) or a lock-up
144144
in the recent kernel, try to pass ``enable_msi=0`` option to disable
145145
MSI. If it works, you can add the known bad device to the blacklist
146146
defined in hda_intel.c. In such a case, please report and give the
147-
patch back to the upstream developer.
147+
patch back to the upstream developer.
148148

149149

150150
HD-Audio Codec
@@ -375,7 +375,7 @@ HD-Audio Reconfiguration
375375
------------------------
376376
This is an experimental feature to allow you re-configure the HD-audio
377377
codec dynamically without reloading the driver. The following sysfs
378-
files are available under each codec-hwdep device directory (e.g.
378+
files are available under each codec-hwdep device directory (e.g.
379379
/sys/class/sound/hwC0D0):
380380

381381
vendor_id
@@ -433,7 +433,7 @@ re-configure based on that state, run like below:
433433
::
434434

435435
# echo 0x14 0x9993013f > /sys/class/sound/hwC0D0/user_pin_configs
436-
# echo 1 > /sys/class/sound/hwC0D0/reconfig
436+
# echo 1 > /sys/class/sound/hwC0D0/reconfig
437437

438438

439439
Hint Strings
@@ -494,7 +494,7 @@ indep_hp (bool)
494494
mixer control, if available
495495
add_stereo_mix_input (bool)
496496
add the stereo mix (analog-loopback mix) to the input mux if
497-
available
497+
available
498498
add_jack_modes (bool)
499499
add "xxx Jack Mode" enum controls to each I/O jack for allowing to
500500
change the headphone amp and mic bias VREF capabilities
@@ -504,7 +504,7 @@ power_save_node (bool)
504504
stream states
505505
power_down_unused (bool)
506506
power down the unused widgets, a subset of power_save_node, and
507-
will be dropped in future
507+
will be dropped in future
508508
add_hp_mic (bool)
509509
add the headphone to capture source if possible
510510
hp_mic_detect (bool)
@@ -603,7 +603,7 @@ present.
603603

604604
The patch module option is specific to each card instance, and you
605605
need to give one file name for each instance, separated by commas.
606-
For example, if you have two cards, one for an on-board analog and one
606+
For example, if you have two cards, one for an on-board analog and one
607607
for an HDMI video board, you may pass patch option like below:
608608
::
609609

0 commit comments

Comments
 (0)