mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
66410bfdf1
Add experimental support for the Asus Xonar DG sound card. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
129 B
C
8 lines
129 B
C
#ifndef XONAR_DG_H_INCLUDED
|
|
#define XONAR_DG_H_INCLUDED
|
|
|
|
#include "oxygen.h"
|
|
|
|
extern struct oxygen_model model_xonar_dg;
|
|
|
|
#endif
|