Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27229a8d authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 1c7637ef: add line out to device sharing codec backend

* commit '1c7637ef':
  add line out to device sharing codec backend
parents 520e3537 1c7637ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,8 @@
#define AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND \
#define AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND \
    (AUDIO_DEVICE_OUT_EARPIECE | AUDIO_DEVICE_OUT_SPEAKER | \
    (AUDIO_DEVICE_OUT_EARPIECE | AUDIO_DEVICE_OUT_SPEAKER | \
     AUDIO_DEVICE_OUT_SPEAKER_SAFE | \
     AUDIO_DEVICE_OUT_SPEAKER_SAFE | \
     AUDIO_DEVICE_OUT_WIRED_HEADSET | AUDIO_DEVICE_OUT_WIRED_HEADPHONE)
     AUDIO_DEVICE_OUT_WIRED_HEADSET | AUDIO_DEVICE_OUT_WIRED_HEADPHONE | \
     AUDIO_DEVICE_OUT_LINE)


/* Sound devices specific to the platform
/* Sound devices specific to the platform
 * The DEVICE_OUT_* and DEVICE_IN_* should be mapped to these sound
 * The DEVICE_OUT_* and DEVICE_IN_* should be mapped to these sound