#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 */ g src='/cgit.png' alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/sound/hda_chmap.h
/linux/net-next.git/diff/tools/testing/selftests/efivarfs?id=bf29bddf0417a4783da3b24e8c9e017ac649326f&id2=883af14e67e8b8702b5560aa64c888c0cd0bd66c'>efivarfs
diff options
AgeCommit message (Collapse)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/efivarfs')
href='/cgit.cgi/linux/net-next.git/tree/sound/firewire/bebob/Makefile?id=eeeefd41843218c55a8782a6920f044d9bf6207a'>sound/firewire/bebob/Makefile
parentc14024dbb156c8392908aaa822097d27c6af8ec8 (diff)
block: don't try Write Same from __blkdev_issue_zeroout
Write Same can return an error asynchronously if it turns out the underlying SCSI device does not support Write Same, which makes a proper fallback to other methods in __blkdev_issue_zeroout impossible. Thus only issue a Write Same from blkdev_issue_zeroout an don't try it at all from __blkdev_issue_zeroout as a non-invasive workaround. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Junichi Nomura <j-nomura@ce.jp.nec.com> Fixes: e73c23ff ("block: add async variant of blkdev_issue_zeroout") Tested-by: Junichi Nomura <j-nomura@ce.jp.nec.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'sound/firewire/bebob/Makefile')