summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/drxk.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-09 22:35:26 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 22:55:49 +0200
commite4f4f8758b4c3702761e46f24ee99e34823a0f28 (patch)
tree93b87cb4060451b1d69b78504ee4d284dde529ac /drivers/media/dvb/frontends/drxk.h
parent[media] Add initial support for Terratec H5 (diff)
downloadlinux-e4f4f8758b4c3702761e46f24ee99e34823a0f28.tar.xz
linux-e4f4f8758b4c3702761e46f24ee99e34823a0f28.zip
[media] drxk: Add a parameter for the microcode name
The microcode firmware provided on Terratec H5 seems to be different. Add a parameter to allow specifying a different firmware per-device. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxk.h')
-rw-r--r--drivers/media/dvb/frontends/drxk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/drxk.h b/drivers/media/dvb/frontends/drxk.h
index d5b6f9fe4d7c..dd54512df2a5 100644
--- a/drivers/media/dvb/frontends/drxk.h
+++ b/drivers/media/dvb/frontends/drxk.h
@@ -7,6 +7,7 @@
struct drxk_config {
u8 adr;
u32 single_master : 1;
+ const char *microcode_name;
};
extern struct dvb_frontend *drxk_attach(const struct drxk_config *config,