ML (see the section `Links and Addresses`_).
``power_save`` and ``power_save_controller`` options are for power-saving
-mode. See powersave.rst for details.
+mode. See Documentation/sound/designs/powersave.rst for details.
Note 2: If you get click noises on output, try the module option
``position_fix=1`` or ``2``. ``position_fix=1`` will use the SD_LPIB
enable_monitor
Enable Analog Out on Channel 63/64 by default.
-See hdspm.rst for details.
+See Documentation/sound/cards/hdspm.rst for details.
Module snd-ice1712
------------------
3. DMA IO to/from DSP buffers (if applicable)
4. Definition of DSP front end (FE) PCM devices.
-Please see DPCM.txt for a description of item 4.
+Please see dpcm.rst for a description of item 4.
- ``usbdev``: the usb device that was discovered
- ``sdev``: capabilities of the device
-**snd_soc_usb_connect()** notifies the ASoC USB DCPM BE DAI link of a USB
+**snd_soc_usb_connect()** notifies the ASoC USB DPCM BE DAI link of a USB
audio device detection. This can be utilized in the BE DAI
driver to keep track of available USB audio devices. This is intended
to be called by the USB offload driver residing in USB SND.
- ``usbdev``: the usb device that was removed
- ``sdev``: capabilities to free
-**snd_soc_usb_disconnect()** notifies the ASoC USB DCPM BE DAI link of a USB
+**snd_soc_usb_disconnect()** notifies the ASoC USB DPCM BE DAI link of a USB
audio device removal. This is intended to be called by the USB offload
driver that resides in USB SND.