diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2011-05-12 22:18:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-13 19:43:24 +0200 |
commit | 10ca72014741554ad37c149ff0d9e93c1e3d5b7d (patch) | |
tree | 697fc1987e7ac705dbb1fbfc1211e9e3e988d576 /include/sound/tea575x-tuner.h | |
parent | 3d11ba5593b801b1db85e9680d585713e6039112 (diff) |
ALSA: tea575x: use better card and bus names
Provide real card and bus_info instead of hardcoded values.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/tea575x-tuner.h')
-rw-r--r-- | include/sound/tea575x-tuner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/tea575x-tuner.h b/include/sound/tea575x-tuner.h index 42ce8cd7616f..d2ea112fc20f 100644 --- a/include/sound/tea575x-tuner.h +++ b/include/sound/tea575x-tuner.h @@ -52,6 +52,8 @@ struct snd_tea575x { unsigned long in_use; /* set if the device is in use */ struct snd_tea575x_ops *ops; void *private_data; + u8 card[32]; + u8 bus_info[32]; }; int snd_tea575x_init(struct snd_tea575x *tea); |