commit | 9e3fd8719f624a43575b56a4777b1552399a8be8 | [log] [tgz] |
---|---|---|
author | Jaroslav Kysela <perex@perex.cz> | Tue Dec 08 17:45:25 2009 +0100 |
committer | Jaroslav Kysela <perex@perex.cz> | Tue Dec 15 09:33:17 2009 +0100 |
tree | 273a7f8a6e264eb74f966abb18f0a69608f62d88 | |
parent | 5b0cb1d850c26893b1468b3a519433a1b7a176be [diff] |
ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc) The purpose of this changeset is to show information about amplifier setting in the codec proc file. Something like: Control: name="Front Playback Volume", index=0, device=0 ControlAmp: chs=3, dir=Out, idx=0, ofs=0 Control: name="Front Playback Switch", index=0, device=0 ControlAmp: chs=3, dir=In, idx=2, ofs=0 Signed-off-by: Jaroslav Kysela <perex@perex.cz>