Vamshigopal
Vamshigopal
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
@mengdonglin @plbossart @ujfalusi @bardliao @kv2019i @sathya-nujella
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> are the patches from #4769 in your kernel @Vamshigopal ? I have taken this patch in kernel, still issue reproduces. > Also please clarify the expected behavior a) wake-up...
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> I was asking an a) or b) question, you replied with both... I can't figure out what you are trying to say @Vamshigopal @plbossart I meant b is already...
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
@plbossart , i double checked with snd_hda_intel driver , i wouldnt see DSP going runtime suspend state it always in active state. So my observation with snd_hda_intel is not valid....
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> I believe the PCI device will go to runtime suspend state, doesn't it? @plbossart with snd-hda-intel driver PCI device is not going to runtime suspend. localhost ~ # cat...
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 with snd-hda-intel driver default value was 15 i changed it to 1 , still i see PCI device is active localhost ~ # cat /sys/class/pci_bus/0000:00/device/0000:00:1f.3/power/runtime_status active
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
@plbossart > So for now, it's just not possible to make any progress... You'll have to check WHY the snd-hda-intel keeps the device active and only then can we try...
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> ``` > options snd-hda-intel dyndbg=+pmf power_save=2 power_save_controller=1 > ``` This is not helping for rpm suspend.
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
After tested with latest chrome kernel ( https://chromium.googlesource.com/chromiumos/third_party/kernel/+/refs/tags/v6.6.22), we observe that when we insert jack in rpm state it detects as headset playback device , it wont detect headset mic....
[BUG][Chrome] Gen4.1 AIOC rt256 jack detection will fail if we connect in DSP runtime suspend state.
> > ``` > > options snd-hda-intel dyndbg=+pmf power_save=2 power_save_controller=1 > > ``` > > This is not helping for rpm suspend. Applied the above parameters in /etc/modprobe.d/*.conf and its...