summaryrefslogtreecommitdiffstats
path: root/Documentation/sound/hd-audio
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: hda/realtek - Add model description for Chrome headset button quirkTakashi Iwai2019-02-201-0/+2
| | | | | | | Forgot to update the document. Fixes: e854747d7593 ("ALSA: hda/realtek - Enable headset button support for new codec") Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Fix a typo in model documentationTakashi Iwai2019-02-201-1/+1
| | | | | | | Some garbage was taken via copy-and-paste error. Clean up. Fixes: a26d96c7802e ("ALSA: hda/realtek - Comprehensive model list for ALC259 & co") Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda - Add ASUS G751 quirk model entryTakashi Iwai2018-10-071-0/+2
| | | | | | | | Add a corresponding model list entry for ASUS G751 so that user can test the quirk for another compatible machines more easily. Reported-and-tested-by: HÃ¥vard <hovardslill@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Comprehensive model list for ALC882 & coTakashi Iwai2018-06-261-2/+52
| | | | | | | | More comprehensive list of model strings for ALC882 & co. Also corrected the subsection in models.rst, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Comprehensive model list for ALC262Takashi Iwai2018-06-261-0/+16
| | | | | | | Added a few missing entries for ALC262 model strings. All about specific hardwares. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Comprehensive model list for ALC268Takashi Iwai2018-06-261-0/+2
| | | | | | | Add the missing entry for ALC268 model strings. Only "spdif" was missing, and that's it. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Comprehensive model list for ALC259 & coTakashi Iwai2018-06-261-0/+156
| | | | | | | Like the previous commit for ALC662, let's give more comprehensive list of model entries for ALC269 & co as well. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/realtek - Comprehensive model list for ALC662 & coTakashi Iwai2018-06-261-0/+36
| | | | | | | | ALC662 and others have far more fixup entries than the model table. Let's add more model string entries so that user can test / debug without compiling kernels at each time. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda/conexant - Add hp-mic-fix model stringTakashi Iwai2018-05-221-0/+2
| | | | | | | Add "hp-mic-fix" model string for Conexant codecs so that user can test the quirk without recompiling. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Documentation: sound: hd-audio: notes.rstChris Gorman2017-11-131-1/+1
| | | | | | | | Fixed reference to file HD-Audio-Models.rst which has been moved to hd-audio/models.rst Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda - Add model string for Intel reference board quirkTakashi Iwai2017-10-181-0/+2
| | | | | | | | | For allowing user to apply the existing quirk on a machine with a different SSID, add a new model string entry, alc700-ref. The quirk itself was introduced in the commit b84e843644f2: "ALSA: hda/realtek - Enable jack detection function for Intel ALC700") Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda - Update the list of quirk modelsTakashi Iwai2017-05-221-49/+65
| | | | | | | I've forgotten to sync the documentation with the actually available options for some time. Now all updated. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda - Allow to enable/disable vmaster build explicitlyTakashi Iwai2017-04-101-0/+2
| | | | | | | | | Another preliminary patch for the dual-codec support: since the support of vmaster over multiple codecs is difficult, simply disable it by a new flag to hda_codec struct. A new user hint is added as well for consistency. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | Fix typos and add the following to the scripts/spelling.txt: followings||following While we are here, add a missing colon in the boilerplate in DT binding documents. The "you SoC" in allwinner,sunxi-pinctrl.txt was fixed as well. I reworded "as the followings:" to "as follows:" for drivers/usb/gadget/udc/renesas_usb3.c. Link: http://lkml.kernel.org/r/1481573103-11329-32-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* ALSA: Documentation about HDA DP MST pin init and connectionLibin Yang2017-01-121-0/+17
| | | | | | | | | | | Add the documentation about HD-audio DP MST: 1. pin initialization 2. device entry connection list Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Libin Yang <libin.yang@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1484208294-8637-4-git-send-email-libin.yang@intel.com
* ALSA: doc: ReSTize HD-Audio-DP-MST-audio.txtTakashi Iwai2016-11-102-0/+85
| | | | | | | A simple conversion from a plain text file. Put to hd-audio subdirectory. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: ReSTize HD-Audio-Controls documentTakashi Iwai2016-11-102-0/+122
| | | | | | | A conversion from a simple text file. Put to hd-audio subdirectory with a rename. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: ReSTize HD-Audio-Models documentTakashi Iwai2016-11-102-0/+519
| | | | | | | A simple reformat with the description list of ReST, and the content was kept as is, but renamed as Documentation/sound/hd-audio/models.rst. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: ReSTize HD-Audio documentTakashi Iwai2016-11-102-0/+887
The original HD-Audio.txt was already in asciidoc format, so it's a simple conversion in the end. A new subdirectory, Documentation/sound/hd-audio, is created and the document is moved there with another file name to match better with the recent Documentation tree structure. Signed-off-by: Takashi Iwai <tiwai@suse.de>