Comment 173 for bug 1563110

Revision history for this message
In , js (js-linux-kernel-bugs) wrote :

@Takashi: Thanks for working on it, I tried topic/asus-e100h-4.10
on Asus E200HA:
- firmware load fails when driver is built-in,
  need to set CONFIG_SND_SOC=m to get CONFIG_SND_SOC_INTEL_SST=m
  so it is loaded after / is mounted
- looks good in /proc/asound
- tried to play a wav file with aplay and an mp3 with mpg321
  and both failed
- alsamixer looks pretty confusing to me (many controls, but
  only two are visible in one screen so lots of scrolling needed)

some dmesg FWIW:

[ 28.308150] intel_sst_acpi 808622A8:00: LPE base: 0x91000000 size:0x200000
[ 28.308153] intel_sst_acpi 808622A8:00: IRAM base: 0x910c0000
[ 28.308200] intel_sst_acpi 808622A8:00: DRAM base: 0x91100000
[ 28.308208] intel_sst_acpi 808622A8:00: SHIM base: 0x91140000
[ 28.308216] intel_sst_acpi 808622A8:00: Mailbox base: 0x91144000
[ 28.308223] intel_sst_acpi 808622A8:00: DDR base: 0x20000000
[ 28.311543] intel_sst_acpi 808622A8:00: Got drv data max stream 25
[ 28.544881] cht-cx2072x cht-cx2072x: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[ 28.547758] cht-cx2072x cht-cx2072x: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[ 28.550493] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[ 28.553339] cherryview-pinctrl INT33FF:01: request pin 6 (GPIO_DFX_8) for INT33FF:01:403
[ 28.553559] cht-cx2072x cht-cx2072x: cx2072x-hifi <-> ssp2-port mapping ok
[ 28.553743] cx2072x i2c-14F10720:00: ASoC: Failed to create PortG debugfs file
[ 28.553803] cx2072x i2c-14F10720:00: ASoC: Failed to create Playback debugfs file
[ 28.558649] input: chtcx2072x Headset as /devices/pci0000:00/808622A8:00/cht-cx2072x/sound/card0/input9
[ 705.057216] intel_sst_acpi 808622A8:00: FW Version 01.0b.02.02
[ 705.058513] Audio Port: ASoC: no backend DAIs enabled for Audio Port
[ 1065.872750] Audio Port: ASoC: no backend DAIs enabled for Audio Port

Not sure if any of this is useful to you but I just wanted to let you know.