Commit Graph

3 Commits

Author SHA1 Message Date
Konsta 0f8401021c audio: alsa_utils: get hdmi device from property
* ALSA HDMI audio needs to be disabled when 3.5mm jack, DAC, or external
  USB audio cards is used. Enable HDMI audio path based on system property
  and the set the vc4 audio device name accordingly.
2025-11-06 13:18:12 +02:00
Konsta 532046257f audio: alsa_utils: use alsa for hdmi devices
* HDMI audio devices on Raspberry Pi use FORMAT_IEC958_SUBFRAME_LE which
  is not supported by tinyalsa used on Android. Use ALSA library and its
  virtual vc4 audio devices that use IEC958 plugin to manage the subframe
  conversion.
2025-11-06 13:17:56 +02:00
Konsta f87293531c audio: import alsa_utils
* system/media/ at android-16.0.0_r1.
2025-11-06 13:16:35 +02:00