Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 16f73eb02d7e1765ccab3d2018e0bd98eb93d973 authored by Linus Torvalds on 30 July 2017, 19:40:36 UTC
Linux 4.13-rc3
Tip revision: 16f73eb
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