Revision 523567168da04bae0f88802ddef49d00072c5d58 authored by David Sterba on 27 April 2016, 01:07:39 UTC, committed by David Sterba on 10 May 2016, 07:46:16 UTC
Be verbose if there are no workspaces at all, ie. the module init time
preallocation failed.

Signed-off-by: David Sterba <dsterba@suse.com>
1 parent e721e49
Raw File
clock.h
#ifndef __USBAUDIO_CLOCK_H
#define __USBAUDIO_CLOCK_H

int snd_usb_init_sample_rate(struct snd_usb_audio *chip, int iface,
			     struct usb_host_interface *alts,
			     struct audioformat *fmt, int rate);

int snd_usb_clock_find_source(struct snd_usb_audio *chip, int entity_id,
			     bool validate);

#endif /* __USBAUDIO_CLOCK_H */
back to top