ALSA: usb-audio: UAC2: do clock validity check earlier
authorEldad Zack <eldad@fogrefinery.com>
Wed, 3 Apr 2013 21:18:54 +0000 (23:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Apr 2013 06:30:59 +0000 (08:30 +0200)
commit06ffc1ebddbed88662a47646ff6aa6a2b41f0aec
tree7090ac76f3cb113cc077090375162ab9765a35a5
parentf6a8bc70f85fdc49c5a3eca687c6018ffee8f050
ALSA: usb-audio: UAC2: do clock validity check earlier

Move the check that parse_audio_format_rates_v2() do after
receiving the clock source entity ID directly into the find
function and add a validation flag to the function.

This patch does not introduce any logic flow change.

It is provided to allow introducing automatic clock switching
easier later. By moving this uac_clock_source_is_valid callsite,
2 additional callsites can be avoided.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/clock.c
sound/usb/clock.h
sound/usb/format.c
This page took 0.02752 seconds and 5 git commands to generate.