Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: b1940cd21c0f4abdce101253e860feff547291b0 authored by Linus Torvalds on 06 January 2015, 01:05:20 UTC
Linux 3.19-rc3
Tip revision: b1940cd
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