diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-05-13 13:35:44 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-05-13 13:35:44 +0400 |
commit | d9bbb4756dbc05764cebd0e3e2f49a56c9504e4d (patch) | |
tree | b25672ad22284debf08d6663c228dcfe70e0be94 /sound/pci/rme9652/hdsp.c | |
parent | 3e9e63dbd3745ba9ea10f0f86c93f4086c89d5b8 (diff) | |
parent | 8c7dd8907637d863bdd175f24e895cbcfe03e1e5 (diff) | |
download | linux-d9bbb4756dbc05764cebd0e3e2f49a56c9504e4d.tar.xz |
Merge branch 'topic/hda' into topic/hda-switcheroo
Diffstat (limited to 'sound/pci/rme9652/hdsp.c')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index b68cdec03b9e..0b2aea2ce172 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c @@ -5170,6 +5170,7 @@ static int snd_hdsp_create_hwdep(struct snd_card *card, struct hdsp *hdsp) strcpy(hw->name, "HDSP hwdep interface"); hw->ops.ioctl = snd_hdsp_hwdep_ioctl; + hw->ops.ioctl_compat = snd_hdsp_hwdep_ioctl; return 0; } |