~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/pci/hda/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
          snd-hda-codec-via.
120
120
          This module is automatically loaded at probing.
121
121
 
122
 
config SND_HDA_CODEC_ATIHDMI
123
 
        bool "Build ATI HDMI HD-audio codec support"
124
 
        default y
125
 
        help
126
 
          Say Y here to include ATI HDMI HD-audio codec support in
127
 
          snd-hda-intel driver, such as ATI RS600 HDMI.
128
 
 
129
 
          When the HD-audio driver is built as a module, the codec
130
 
          support code is also built as another module,
131
 
          snd-hda-codec-atihdmi.
132
 
          This module is automatically loaded at probing.
133
 
 
134
 
config SND_HDA_CODEC_NVHDMI
135
 
        bool "Build NVIDIA HDMI HD-audio codec support"
136
 
        default y
137
 
        help
138
 
          Say Y here to include NVIDIA HDMI HD-audio codec support in
139
 
          snd-hda-intel driver, such as NVIDIA MCP78 HDMI.
140
 
 
141
 
          When the HD-audio driver is built as a module, the codec
142
 
          support code is also built as another module,
143
 
          snd-hda-codec-nvhdmi.
144
 
          This module is automatically loaded at probing.
145
 
 
146
 
config SND_HDA_CODEC_INTELHDMI
147
 
        bool "Build INTEL HDMI HD-audio codec support"
148
 
        default y
149
 
        help
150
 
          Say Y here to include INTEL HDMI HD-audio codec support in
151
 
          snd-hda-intel driver, such as Eaglelake integrated HDMI.
152
 
 
153
 
          When the HD-audio driver is built as a module, the codec
154
 
          support code is also built as another module,
155
 
          snd-hda-codec-intelhdmi.
156
 
          This module is automatically loaded at probing.
157
 
 
158
 
config SND_HDA_ELD
159
 
        def_bool y
160
 
        depends on SND_HDA_CODEC_INTELHDMI || SND_HDA_CODEC_NVHDMI
 
122
config SND_HDA_CODEC_HDMI
 
123
        bool "Build HDMI/DisplayPort HD-audio codec support"
 
124
        select SND_DYNAMIC_MINORS
 
125
        default y
 
126
        help
 
127
          Say Y here to include HDMI and DisplayPort HD-audio codec
 
128
          support in snd-hda-intel driver.  This includes all AMD/ATI,
 
129
          Intel and Nvidia HDMI/DisplayPort codecs.
 
130
 
 
131
          When the HD-audio driver is built as a module, the codec
 
132
          support code is also built as another module,
 
133
          snd-hda-codec-hdmi.
 
134
          This module is automatically loaded at probing.
161
135
 
162
136
config SND_HDA_CODEC_CIRRUS
163
137
        bool "Build Cirrus Logic codec support"