aboutsummaryrefslogtreecommitdiffstats
path: root/hda-ctlsh.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Improved LED cdev trigger handlingTakashi Iwai1-0/+9
2019-08-30Add dump_coef to the available optionTakashi Iwai1-7/+14
2014-08-08Show the minimum-mute TLV bit in dB informationTakashi Iwai1-1/+2
2013-06-07Allow rescheduling of work in the work itselfTakashi Iwai1-2/+2
2013-01-23Add handling of sysfs hintsTakashi Iwai1-27/+18
2013-01-21Fold some help text lines to fit within 80 columnsTakashi Iwai1-4/+9
2013-01-21Add -m option to route command for showing mute flagsTakashi Iwai1-1/+4
2013-01-16Add -i and -r options to pm commandTakashi Iwai1-2/+40
2013-01-16Allow passing name string to get/set argumentTakashi Iwai1-4/+68
2013-01-15Add snd_hda_get_int_hint() helper functionTakashi Iwai1-0/+5
2012-11-22Use snd_hda_codec_get_pincfg() for listing jacksTakashi Iwai1-4/+18
2012-08-08hda-emu: Flush output before promptDavid Henningsson1-0/+1
2012-04-17Change shell parsing to match shortest non-ambiguous commandClaudio Matsuoka1-106/+108
2012-04-16Make readline completion functions staticClaudio Matsuoka1-5/+5
2012-04-16Add tab-completion for commands in shellClaudio Matsuoka1-2/+46
2011-11-09Add route -i and -o options, change -i from -x optionTakashi Iwai1-7/+13
2011-08-10Add readline supportTakashi Iwai1-4/+33
2011-07-12Add -i option to route commandTakashi Iwai1-17/+24
2011-07-11Add route commandTakashi Iwai1-0/+34
2011-06-22Fix PCM substream-parsingTakashi Iwai1-9/+9
2011-05-17Show available jacks via "jacK" command w/o argumentsTakashi Iwai1-1/+1
2011-05-16Implement -s and -e option to PCM test commandTakashi Iwai1-3/+27
2010-07-09Fix a typo in printf formatTakashi Iwai1-1/+1
2009-08-27Fix max dB displayTakashi Iwai1-1/+1
2009-08-13Fix dB expressionTakashi Iwai1-4/+18
2009-08-10Add support of dB range in volume controlsTakashi Iwai1-0/+46
2009-07-08Fix misc compile warningsTakashi Iwai1-1/+0
2009-06-24Fix jack commandTakashi Iwai1-1/+1
2009-06-22Fix handling to get/set elements with multiple indicesTakashi Iwai1-2/+6
2009-05-19Small fixes in ctlshTakashi Iwai1-54/+53
2009-05-18Better sysfs handlingTakashi Iwai1-25/+148
2009-05-13Fix segfault with PCMTakashi Iwai1-1/+2
2009-03-03Add snd_hda_codec_*hint() functionsTakashi Iwai1-0/+10
2009-02-13Add error check for invalid PCM parametersTakashi Iwai1-1/+16
2009-01-21Add unsol commandTakashi Iwai1-0/+19
2009-01-19Add hda-decode-verb and hda-encode-verb programsTakashi Iwai1-6/+11
2009-01-16Change dump command to show only the given NIDTakashi Iwai1-3/+11
2008-12-01Add dump command argument to specify the output fileTakashi Iwai1-2/+7
2008-12-01Add ifdef CONFIG_SND_HDA_RECONFIGTakashi Iwai1-0/+6
2008-11-28Changed power_save option handlingTakashi Iwai1-11/+2
2008-11-18Add PCM command to list and simulate PCM streamsTakashi Iwai1-2/+51
2008-11-13Initial importv0.0.1Takashi Iwai1-0/+440