summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorSayak Ghosh Choudhury <sayakc@nvidia.com>2012-03-22 19:33:19 +0530
committerSimone Willett <swillett@nvidia.com>2012-03-23 14:04:16 -0700
commit184006555f025932642c29bf9477d76fd63537f8 (patch)
tree801608a542ac300740cea8c8e758f185d2acfb90 /sound/pci/hda/hda_codec.h
parentdbf761076a2c9d749d8935a8d7d6e7ab14193cf8 (diff)
ALSA:hda: add alsa control for query of device
alsa control is added to facilitate querying dts decode capability of connected device. dts decode capability of the connected device is updated in the ELD buffer. That information is updated in the ALSA control structure. In addition to that, the code is amended to handle other pass through decoder mode support. Bug 943017 Change-Id: If8da7dfb24be3b86592191f5586b70492282b438 Signed-off-by: Sayak Ghosh Choudhury <sayakc@nvidia.com> Reviewed-on: http://git-master/r/91813 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 59d4cbe7e06a..1c5dc6d73d6b 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -867,7 +867,7 @@ struct hda_codec {
unsigned long power_jiffies;
#endif
- bool ac3dec_capable;
+ unsigned int recv_dec_cap;
/* codec-specific additional proc output */
void (*proc_widget_hook)(struct snd_info_buffer *buffer,
struct hda_codec *codec, hda_nid_t nid);