summaryrefslogtreecommitdiff
path: root/alsa-info
Commit message (Collapse)AuthorAgeFilesLines
* alsa-info: add ACPI device statusPierre-Louis Bossart2017-01-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BIOS vendors typically reuse the same definitions between different platforms and expose the relevant hardware by changing the value of the _STA method. For example on the Asus T100HA, there are 3 HID values for audio codecs in the DSDT table but two have a zero status and will be ignored by the ACPI subsystem. $ more /sys/bus/acpi/devices/10EC*/status :::::::::::::: /sys/bus/acpi/devices/10EC3270:00/status :::::::::::::: 15 :::::::::::::: /sys/bus/acpi/devices/10EC5640:00/status :::::::::::::: 0 :::::::::::::: /sys/bus/acpi/devices/10EC5648:00/status :::::::::::::: 0 This information is very useful to figure out which HIDs/quirks need to be supported. Add log to alsa-info.sh to only expose non-zero results of the ACPI _STA method, e.g. !!ACPI Device Status Information !!--------------- /sys/bus/acpi/devices/10EC3270:00/status 15 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsa-info: provide more DMI informationPierre-Louis Bossart2017-01-101-0/+6
| | | | | | | | | | | | | | | | | | | | | Some manufacturers don't provide useful information for Manufacturer and Product Name but instead use Board Vendor and Board Name fields, add them to alsa-info log Example on Intel NUC: !!DMI Information !!--------------- Manufacturer: Product Name: Product Version: Firmware Version: KYSKLi70.86A.0042.2016.0929.1933 Board Vendor: Intel Corporation Board Name: NUC6i7KYB Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsa-info: add alsa-info.sh.1 to EXTRA_DISTJaroslav Kysela2016-03-311-1/+1
|
* alsa-info.sh: add man pageJaroslav Kysela2016-01-132-0/+63
|
* alsa-info: Don't try update when wget isn't availableTakashi Iwai2015-04-271-3/+6
| | | | | | | ... otherwise it overwrites a zero size file. Also add a check of zero size file in the update procedure, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsa-info.sh: add script to EXTRA_DIST (automake)Jaroslav Kysela2015-02-261-0/+1
|
* alsa-info: Refactor "withall" logicDavid Henningsson2014-08-221-8/+15
| | | | | | | | | | | | | Previously, using --output, --no-upload, --upload and --pastebin switches implied the withall switch. A more intuitive logic would be that --with-all is disabled if you use another --with* switch, such as --withdmesg, and only then. Also update script version to reflect the behaviour change. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsa-info: Make sure all full script is run even with "output" optionDavid Henningsson2014-08-221-0/+1
| | | | | | | | | | For some reason, when the --output option is used, less information is included compared to when no options are used. This is unexpected. Fix this by running "withall" also when the output option is used. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add alsa-info.sh to alsa-utils repoTakashi Iwai2014-07-302-0/+936
Copied the latest version (0.4.63) from alsa-driver repo. Signed-off-by: Takashi Iwai <tiwai@suse.de>