#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 */ dy>
summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/initializers.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 09:22:08 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-01 09:22:08 -0800
commit35609502ac5dea2b149ec0368791d9c0e246bd65 (patch)
tree6819f6bc5b8c3585b7a19cc0d8d25d703a1bc57c /drivers/usb/storage/initializers.h
parentc325b3533730016ca5cdaf902d62550b4243fe43 (diff)
parent91539eb1fda2d530d3b268eef542c5414e54bf1a (diff)
Merge tag 'dmaengine-fix-4.10-rc7' of git://git.infradead.org/users/vkoul/slave-dma
Pull dmaengine fixes from Vinod Koul: "A couple of fixes showed up late in the cycle so sending them up and sending early in the week and not on Friday :). They fix a double lock in pl330 driver and runtime pm fixes for cppi driver" * tag 'dmaengine-fix-4.10-rc7' of git://git.infradead.org/users/vkoul/slave-dma: dmaengine: pl330: fix double lock dmaengine: cppi41: Clean up pointless warnings dmaengine: cppi41: Fix oops in cppi41_runtime_resume dmaengine: cppi41: Fix runtime PM timeouts with USB mass storage
Diffstat (limited to 'drivers/usb/storage/initializers.h')