echoplayer: disable recording

Though the rev1 hardware is capable of recording from a
headset mic, this feature seems likely to be dropped on
future hardware revisions, and I don't see much point to
implementing it now.

Change-Id: I77e403bdd1ca53f9018835d3c3042dc86ee0f8f3
This commit is contained in:
Aidan MacDonald 2026-02-27 19:42:44 +00:00
parent 3a70003d23
commit ad45b2910a
3 changed files with 0 additions and 25 deletions

View file

@ -26,6 +26,4 @@
* when changing the volume */
AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -790, 0, -200);
AUDIOHW_SETTING(MIC_GAIN, "dB", 0, 1, 0, 63, 12);
#endif /* __ECHOPLAYER_CODEC_H__ */