widgets.txt 528 B

1234567891011121314151617181920
  1. Widgets:
  2. This mainly specifies audio off-codec DAPM widgets.
  3. Each entry is a pair of strings in DT:
  4. "template-wname", "user-supplied-wname"
  5. The "template-wname" being the template widget name and currently includes:
  6. "Microphone", "Line", "Headphone" and "Speaker".
  7. The "user-supplied-wname" being the user specified widget name.
  8. For instance:
  9. simple-audio-widgets =
  10. "Microphone", "Microphone Jack",
  11. "Line", "Line In Jack",
  12. "Line", "Line Out Jack",
  13. "Headphone", "Headphone Jack",
  14. "Speaker", "Speaker External";