mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-14 16:22:15 +00:00
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>
9 lines
129 B
C
9 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
|