diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2011-05-12 20:18:22 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-13 17:43:24 (GMT) |
commit | 10ca72014741554ad37c149ff0d9e93c1e3d5b7d (patch) | |
tree | 697fc1987e7ac705dbb1fbfc1211e9e3e988d576 /include | |
parent | 3d11ba5593b801b1db85e9680d585713e6039112 (diff) | |
download | linux-fsl-qoriq-10ca72014741554ad37c149ff0d9e93c1e3d5b7d.tar.xz |
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')
-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 42ce8cd..d2ea112 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); |