diff options
author | Geraldo Nascimento <geraldogabriel@gmail.com> | 2021-09-24 23:33:51 -0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-09-28 10:17:08 +0200 |
commit | 882e013a32ecdad7877bfb1669cd51ee052f3369 (patch) | |
tree | 07839b76f14ba60b59b777d89fb8b201b18fcb02 /sound/sound_core.c | |
parent | f02f2f1bf9d154148325eb60d74bdf199022ea52 (diff) | |
download | linux-882e013a32ecdad7877bfb1669cd51ee052f3369.tar.gz linux-882e013a32ecdad7877bfb1669cd51ee052f3369.tar.bz2 linux-882e013a32ecdad7877bfb1669cd51ee052f3369.zip |
ALSA: usb-audio: fix comment reference in __uac_clock_find_source
snd_usb_find_clock_source and snd_usb_find_clock_selector are helper
macros that look at an entity id and validate that this entity id is
in fact a clock source or a clock selector. The present comments
inside __uac_clock_find_source give the reader the impression we're
looking for an entity id.
We're looking for an entity id indeed, the clock source, but since
__uac_clock_find_source is recursive, we're also looking *at* the
entity ids, in the search for the one clock source.
Fix the comment so we don't give readers a wrong idea.
Signed-off-by: Geraldo Nascimento <geraldogabriel@gmail.com>
Link: https://lore.kernel.org/r/YU6Kj05oOqRmhJDf@geday
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/sound_core.c')
0 files changed, 0 insertions, 0 deletions