Changeset 104704 in vbox
- Timestamp:
- May 17, 2024 9:50:38 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Config.kmk
r100658 r104704 113 113 VBOX_AUDIO_DEFS := 114 114 if 0 # Not stable yet. 115 # Enable microphone-in support for HDA. Otherwise only line-in is supported.115 # Enable dedicated microphone-in support for HDA. Otherwise only line-in is supported. 116 116 VBOX_AUDIO_DEFS += VBOX_WITH_AUDIO_HDA_MIC_IN 117 117 … … 122 122 # Without this, only stereo output (Front) is supported. 123 123 VBOX_AUDIO_DEFS += VBOX_WITH_AUDIO_HDA_51_SURROUND 124 endif 125 126 # If dedicated microphone-in support for HDA isn't enabled, treat mic-in as line-in to 127 # propagate the volume (+ mute) settings appropriately. 128 ifndef VBOX_WITH_AUDIO_HDA_MIC_IN 129 VBOX_AUDIO_DEFS += VBOX_AUDIO_HDA_MIC_IN_AS_LINE_IN 130 endif 131 132 if defined(VBOX_WITH_AUDIO_HDA_MIC_IN) && defined(VBOX_AUDIO_HDA_MIC_IN_AS_LINE_IN) 133 $(error Defining VBOX_WITH_AUDIO_HDA_MIC_IN and VBOX_AUDIO_HDA_MIC_IN_AS_LINE_IN at the same time makes no sense!) 124 134 endif 125 135
Note:
See TracChangeset
for help on using the changeset viewer.