Revision 2091f4358fb20a7403ff35772f52026c8d7730c6 authored by Linus Torvalds on 07 February 2014, 20:14:24 UTC, committed by Linus Torvalds on 07 February 2014, 20:14:24 UTC
Pull hwmon fixes from Guenter Roeck:
 "Fix PMBus driver problem with some multi-page voltage sensors and fix
  da9055 interrupt initialization"

* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (da9055) Remove use of regmap_irq_get_virq()
  hwmon: (pmbus) Support per-page exponent in linear mode
2 parent s 22446d3 + 4f545a4
Raw File
format.h
#ifndef __USBAUDIO_FORMAT_H
#define __USBAUDIO_FORMAT_H

int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
			       struct audioformat *fp, unsigned int format,
			       struct uac_format_type_i_continuous_descriptor *fmt,
			       int stream);

#endif /*  __USBAUDIO_FORMAT_H */
back to top