aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-01-15 15:30:40 +0100
committerTakashi Iwai <tiwai@suse.de>2013-01-15 15:30:40 +0100
commitf9b70e7ea4835f06807c57f5a42954ac9b4643e7 (patch)
tree9ba95ae4da5940339824df74650fde3143a53c42
parent623b48b51613921551dc2bfc8b81f0dbc9586e33 (diff)
downloadhda-emu-f9b70e7ea4835f06807c57f5a42954ac9b4643e7.tar.gz
Add snd_hda_get_int_hint() helper function
Currently it just returns an error.
-rw-r--r--hda-ctlsh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hda-ctlsh.c b/hda-ctlsh.c
index 5ad95fc..04fc318 100644
--- a/hda-ctlsh.c
+++ b/hda-ctlsh.c
@@ -537,6 +537,11 @@ int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key)
return -ENOENT;
}
+int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp)
+{
+ return -ENOENT;
+}
+
#ifdef HAVE_USER_PINCFGS
static void get_drv_pincfgs(void)
{