#ifndef __SOUND_PRODIGY192_H #define __SOUND_PRODIGY192_H #define PRODIGY192_DEVICE_DESC "{AudioTrak,Prodigy 192}," #define PRODIGY192_STAC9460_ADDR 0x54 #define VT1724_SUBDEVICE_PRODIGY192VE 0x34495345 /* PRODIGY 192 VE */ /* * AudioTrak Prodigy192 GPIO definitions for MI/ODI/O card with * AK4114 (SPDIF-IN) */ #define VT1724_PRODIGY192_CS (1 << 8) /* GPIO8, pin 75 */ #define VT1724_PRODIGY192_CCLK (1 << 9) /* GPIO9, pin 76 */ #define VT1724_PRODIGY192_CDOUT (1 << 10) /* GPIO10, pin 77 */ #define VT1724_PRODIGY192_CDIN (1 << 11) /* GPIO11, pin 86 */ extern struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[]; #endif /* __SOUND_PRODIGY192_H */ >
summaryrefslogtreecommitdiff
path: root/net/irda/irlap_frame.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-30 09:32:26 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-30 09:32:26 -0800
commit238d1d0f79f619d75c2cc741d6770fb0986aef24 (patch)
treeed11bb89c3c61cba7aff3ebc90647f83758a982d /net/irda/irlap_frame.c
parentf3de082c12e5e9ff43c58a7561f6ec3272d03a48 (diff)
parent36f671be1db1b17d3d4ab0c8b47f81ccb1efcb75 (diff)
Merge tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linux
Pull documentation fixes from Jonathan Corbet: "Two small fixes: - A merge error on my part broke the DocBook build. I've requisitioned one of tglx's frozen sharks for appropriate disciplinary action and resolved to be more careful about testing the DocBook stuff as long as it's still around. - Fix an error in unaligned-memory-access.txt" * tag 'docs-4.10-rc1-fix' of git://git.lwn.net/linux: Documentation/unaligned-memory-access.txt: fix incorrect comparison operator docs: Fix build failure
Diffstat (limited to 'net/irda/irlap_frame.c')