Revision 39618435a0d9f4269b2374da68eb652cfa777b0c authored by Linus Torvalds on 27 September 2012, 22:45:20 UTC, committed by Linus Torvalds on 27 September 2012, 22:45:20 UTC
Pull GPIO fix from Linus Walleij:
 "A late GPIO fix: Roland Stigge found a problem in the LPC32xx driver
  where a callback ignores one of its arguments.  It needs to go into
  stable too so sending this upstream immediately."

* tag 'gpio-fixes-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio-lpc32xx: Fix value handling of gpio_direction_output()
2 parent s d1d4bb9 + b1268d3
Raw File
juli.h
#ifndef __SOUND_JULI_H
#define __SOUND_JULI_H

#define JULI_DEVICE_DESC		"{ESI,Juli@},"

#define VT1724_SUBDEVICE_JULI		0x31305345	/* Juli@ */

extern struct snd_ice1712_card_info  snd_vt1724_juli_cards[];

#endif	/* __SOUND_JULI_H */
back to top