diff options
| author | Takashi Iwai <tiwai@suse.de> | 2023-01-23 09:18:01 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2023-01-23 09:18:13 +0100 |
| commit | bea11f0aa17a42303cfe9dae780bfc36f1947605 (patch) | |
| tree | 2c32016c8850f337c073d126a3436744cf3d19e1 /sound/usb/implicit.c | |
| parent | 81c254a65ceb2770bc3cd87bd172a29d8ae92dc4 (diff) | |
| parent | 39859be8537ca372c48b76458f498064e075aaa3 (diff) | |
Merge branch 'topic/firewire' into for-next
Pull FireWire fixes
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/implicit.c')
| -rw-r--r-- | sound/usb/implicit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/implicit.c b/sound/usb/implicit.c index 41ac7185b42b..4727043fd745 100644 --- a/sound/usb/implicit.c +++ b/sound/usb/implicit.c @@ -471,7 +471,7 @@ snd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip, subs = find_matching_substream(chip, stream, target->sync_ep, target->fmt_type); if (!subs) - return sync_fmt; + goto end; high_score = 0; list_for_each_entry(fp, &subs->fmt_list, list) { @@ -485,6 +485,7 @@ snd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip, } } + end: if (fixed_rate) *fixed_rate = snd_usb_pcm_has_fixed_rate(subs); return sync_fmt; |
