Skip to content

Commit 850ab9d

Browse files
authored
This is to archive a few audio topics as initiated by the dev team (#2817)
* Archiving old audio topics. * Archiving old audio topics. * Small updates to debug topics. * Archiving old audio topics.
1 parent 3c3d550 commit 850ab9d

10 files changed

+19
-147
lines changed

Diff for: .openpublishing.redirection.json

+15
Original file line numberDiff line numberDiff line change
@@ -22370,6 +22370,21 @@
2237022370
"source_path": "windows-driver-docs-pr/3dprint/3d-printing-partners.md",
2237122371
"redirect_URL": "/windows-hardware/drivers/3dprint",
2237222372
"redirect_document_id": false
22373+
},
22374+
{
22375+
"source_path": "windows-driver-docs-pr/audio/background-of-non-pcm-support.md",
22376+
"redirect_URL": "/previous-versions/windows/drivers/audio/background-of-non-pcm-support",
22377+
"redirect_document_id": false
22378+
},
22379+
{
22380+
"source_path": "windows-driver-docs-pr/audio/directmusic-wdm-kernel-streaming-background.md",
22381+
"redirect_URL": "/previous-versions/windows/drivers/audio/directmusic-wdm-kernel-streaming-background",
22382+
"redirect_document_id": false
22383+
},
22384+
{
22385+
"source_path": "windows-driver-docs-pr/audio/specifics-for-directsound-clients.md",
22386+
"redirect_URL": "/previous-versions/windows/drivers/audio/specifics-for-directsound-clients",
22387+
"redirect_document_id": false
2237322388
}
2237422389
]
2237522390
}

Diff for: windows-driver-docs-pr/audio/background-of-non-pcm-support.md

-43
This file was deleted.

Diff for: windows-driver-docs-pr/audio/directmusic-wdm-kernel-streaming-background.md

-61
This file was deleted.

Diff for: windows-driver-docs-pr/audio/kernel-mode-hardware-acceleration-ddi.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ If you have not written a user-mode version before doing your kernel-mode implem
2727

2828
The next two sections give a brief background of WDM kernel streaming and an overview of how to implement a miniport-driver for a synthesizer:
2929

30-
[DirectMusic WDM Kernel Streaming Background](directmusic-wdm-kernel-streaming-background.md)
31-
3230
[Synthesizer Miniport Driver Overview](synthesizer-miniport-driver-overview.md)
3331

3432
This section also includes:

Diff for: windows-driver-docs-pr/audio/specifics-for-directsound-clients.md

-27
This file was deleted.

Diff for: windows-driver-docs-pr/audio/supporting-non-pcm-wave-formats.md

-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Additionally, this section describes the new subformat GUIDs in Windows 7 that p
2323

2424
This section includes the following topics:
2525

26-
[Background of Non-PCM Support](background-of-non-pcm-support.md)
27-
2826
[Requirements for a Non-PCM Pin Factory](requirements-for-a-non-pcm-pin-factory.md)
2927

3028
[Subformat GUIDs for Compressed Audio Formats](subformat-guids-for-compressed-audio-formats.md)
@@ -35,8 +33,6 @@ This section includes the following topics:
3533

3634
[Specifics for waveOut Clients](specifics-for-waveout-clients.md)
3735

38-
[Specifics for DirectSound Clients](specifics-for-directsound-clients.md)
39-
4036
[S/PDIF Pass-Through Transmission of Non-PCM Streams](s-pdif-pass-through-transmission-of-non-pcm-streams.md)
4137

4238
[Specifying AC-3 Data Ranges](specifying-ac-3-data-ranges.md)

Diff for: windows-driver-docs-pr/audio/toc.yml

-6
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@
256256
items:
257257
- name: Supporting Non-PCM Wave Formats
258258
href: supporting-non-pcm-wave-formats.md
259-
- name: Background of Non-PCM Support
260-
href: background-of-non-pcm-support.md
261259
- name: Requirements for a Non-PCM Pin Factory
262260
href: requirements-for-a-non-pcm-pin-factory.md
263261
- name: Subformat GUIDs for Compressed Audio Formats
@@ -268,8 +266,6 @@
268266
href: ks-topology-considerations.md
269267
- name: Specifics for waveOut Clients
270268
href: specifics-for-waveout-clients.md
271-
- name: Specifics for DirectSound Clients
272-
href: specifics-for-directsound-clients.md
273269
- name: S/PDIF Pass-Through Transmission of Non-PCM Streams
274270
href: s-pdif-pass-through-transmission-of-non-pcm-streams.md
275271
- name: Specifying AC-3 Data Ranges
@@ -751,8 +747,6 @@
751747
items:
752748
- name: Kernel Mode Hardware Acceleration DDI
753749
href: kernel-mode-hardware-acceleration-ddi.md
754-
- name: DirectMusic WDM Kernel Streaming Background
755-
href: directmusic-wdm-kernel-streaming-background.md
756750
- name: Synthesizer Miniport Driver Overview
757751
href: synthesizer-miniport-driver-overview.md
758752
- name: DirectMusic Miniport Driver Interface

Diff for: windows-driver-docs-pr/debugger/debugger-download-symbols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Windows Symbol Packages for Debugging
33
description: Learn about Windows symbol packages, which are used for debugging, and how to get Windows symbols with the Microsoft public symbol server.
44
keywords: ["Windows Debugging Downloads", "WinDbg", "Download", "Symbols","Download Symbols"]
5-
ms.date: 12/10/2023
5+
ms.date: 04/04/2025
66
ms.topic: concept-article
77
---
88

Diff for: windows-driver-docs-pr/debugger/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install WinDbg
33
description: Start here for an overview on the Windows debugger and installing WinDbg.
44
ms.assetid: 938ef180-84de-442f-9b6c-1138c2fc8d5a
55
keywords: ["Debugging Tools for Windows", "Windows debugging", "Windows Debugger", "Kernel debugging", "Kernel debugger", "WinDbg"]
6-
ms.date: 03/05/2024
6+
ms.date: 04/04/2025
77
ms.topic: install-set-up-deploy
88
---
99

0 commit comments

Comments
 (0)