MARMA BISWAS

Results 11 comments of MARMA BISWAS

Requesting issue labels to help categorize this report: - bug - tplg - hdmi - intel-icl - ES8336 This involves topology pipeline/HDA ID mismatch for HDMI PCM 5/6/7 vs iDisp...

@lgirdwood — thanks for looking into this. I attempted the approach you mentioned, but I don’t currently have a properly configured environment to compile SOF topology files. I tried compiling...

Hi @lgirdwood , Thank you for the guidance earlier. I tried following your suggested workflow using `./scripts/build-tools.sh -X -C` and the topology1 build structure. However, I ran into a practical...

@lgirdwood After an extensive search across all branches, tags, and historical commits of the SOF repository, I was unable to find any `.m4` topology source file for ES8336 on Ice...

@lgirdwood Well, I've tried a lot of things but nothing came fruitful! I checked the makefile and found that the `icl-es8336` topology was being made from `sof-glk-es8336.m4`. So based on...

@lgirdwood Here's what I got from `sof-glk-es8336.m4` which maps to `icl.m4` as the make file says : `"sof-glk-es8336\;sof-icl-es8336-ssp0\;-DPLATFORM=icl\;-DSSP_NUM=0\;-DCHANNELS=0"` DAI mode: I2S. MCLK: 19.2 MHz (ICL platform sets SSP_MCLK_RATE = 19200000)....

@kv2019i @lgirdwood sorry for delay. here is the full kernel log : [full_kernel_dump.txt](https://github.com/user-attachments/files/24278530/full_kernel_dump.txt) and alsa-info : [alsa-info.txt](https://github.com/user-attachments/files/24278534/alsa-info.txt) command line outputs: ``` $ aplay -l **** List of PLAYBACK Hardware Devices...

@bardliao thanks — that log snippet matches what I saw. You’re right: my previous alsa-info was captured while the card failed to probe, sorry about that. [alsa-info.txt](https://github.com/user-attachments/files/24354052/alsa-info.txt) I’ll run the...

@bardliao I tried the wav audio with supported format and rate : `sox -n -r 48000 -b 16 test_s16_48k.wav synth 1 sine 440 vol 0.1 channels 2` then : `aplay...

@kv2019i the output of `sudo amixer -Dhw:0 contents` while playing test.wav ``` numid=30,iface=CARD,name='HDMI/DP,pcm=5 Jack' ; type=BOOLEAN,access=r-------,values=1 : values=off numid=36,iface=CARD,name='HDMI/DP,pcm=6 Jack' ; type=BOOLEAN,access=r-------,values=1 : values=off numid=42,iface=CARD,name='HDMI/DP,pcm=7 Jack' ; type=BOOLEAN,access=r-------,values=1 : values=off...