diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 13:14:25 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 13:14:25 +0400 |
commit | a9053d0494d3c92807701c0f47df61d50c971581 (patch) | |
tree | 28cfb17d88d6491c5efd51e00e6937d57b1e81da /sound/isa/ad1848/ad1848_lib.c | |
parent | 4dd9e909e3b834b66fd48d6eac50c6557cc50275 (diff) | |
parent | 6b39374a27eb4be7e9d82145ae270ba02ea90dc8 (diff) | |
download | linux-a9053d0494d3c92807701c0f47df61d50c971581.tar.xz |
/spare/repo/libata-dev branch 'master'
Diffstat (limited to 'sound/isa/ad1848/ad1848_lib.c')
-rw-r--r-- | sound/isa/ad1848/ad1848_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/ad1848/ad1848_lib.c b/sound/isa/ad1848/ad1848_lib.c index 8fb3db103e48..bc642dc94547 100644 --- a/sound/isa/ad1848/ad1848_lib.c +++ b/sound/isa/ad1848/ad1848_lib.c @@ -1196,6 +1196,7 @@ int snd_ad1848_add_ctl(ad1848_t *chip, const char *name, int index, int type, un .put = snd_ad1848_put_double, }, [AD1848_MIX_CAPTURE] = { + .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .info = snd_ad1848_info_mux, .get = snd_ad1848_get_mux, .put = snd_ad1848_put_mux, |