Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: a909d3e636995ba7c349e2ca5dbb528154d4ac30 authored by Linus Torvalds on 29 October 2016, 20:52:02 UTC
Linux 4.9-rc3
Tip revision: a909d3e
quartet.h
#ifndef __SOUND_QTET_H
#define __SOUND_QTET_H

#define QTET_DEVICE_DESC		"{Infrasonic,Quartet},"

#define VT1724_SUBDEVICE_QTET		0x30305349	/* Infrasonic Quartet */

extern struct snd_ice1712_card_info  snd_vt1724_qtet_cards[];

#endif	/* __SOUND_QTET_H */
back to top