aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-16ALSA: hda - Use the primary DAC for all aamix outputsTakashi Iwai1-4/+7
2013-04-16ALSA: hda - Fix aamix activation with loopback control on VIA codecsTakashi Iwai1-6/+16
2013-04-15Merge tag 'asoc-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-1/+1
2013-04-11ALSA: hda - Handle Headphone Mic jack more genericDavid Henningsson1-11/+0
2013-04-11ALSA: hda - allow "Headphone Mic" parser flagDavid Henningsson1-0/+1
2013-04-05ALSA: hda/generic - fix uninitialized variableJiri Slaby1-1/+1
2013-03-22ALSA: hda - Lower the badness for independent HP penaltyTakashi Iwai1-1/+1
2013-03-22ALSA: hda - Allow codec drivers to give own badness tablesTakashi Iwai1-14/+12
2013-03-22Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+46
2013-03-21ALSA: hda - Fix DAC assignment for independent HPTakashi Iwai1-0/+46
2013-03-18ALSA: hda - Move beep attach/detach calls in hda_generic.cTakashi Iwai1-0/+8
2013-03-11ALSA: hda - Don't re-initialize shared hp/mic pinctlTakashi Iwai1-1/+2
2013-03-07ALSA: hda - Avoid automatic pin-ctl update for hp/mic when jack ctl existsTakashi Iwai1-21/+24
2013-03-07ALSA: hda - Consolidate add_in_jack_modes and add_out_jack_modes hintsTakashi Iwai1-14/+12
2013-03-07ALSA: hda - Allow to change I/O direction in hp/mic jack mode ctlTakashi Iwai1-2/+2
2013-03-07ALSA: hda - Handle shared hp/mic jack modeTakashi Iwai1-8/+169
2013-03-07ALSA: hda - Add the generic Headphone Mic featureTakashi Iwai1-54/+89
2013-02-13ALSA: hda - Increase badness for missing multi-ioTakashi Iwai1-1/+1
2013-02-07ALSA: hda - Use generic array for loopback list managementTakashi Iwai1-7/+11
2013-02-07ALSA: hda - Enable loopback accounts for CONFIG_PM=n, tooTakashi Iwai1-4/+0
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-2/+0
2013-01-24ALSA: hda - Implement path-based power filter to the generic parserTakashi Iwai1-6/+67
2013-01-24ALSA: hda - Fix wrong arguments for path deactivation checksTakashi Iwai1-2/+2
2013-01-23ALSA: hda - Small code refactoring about path re-initializationTakashi Iwai1-14/+11
2013-01-23ALSA: hda - Fix missing path between aamix and outputs in AD codecsTakashi Iwai1-1/+22
2013-01-22ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single functionTakashi Iwai1-4/+2
2013-01-22ALSA: hda - Fix missing call of cmd flush in capture volume put callbackTakashi Iwai1-0/+1
2013-01-22ALSA: hda - Add missing exports to helper functionsTakashi Iwai1-0/+2
2013-01-22ALSA: hda - Disable HP auto-mute during independent HP modeTakashi Iwai1-3/+16
2013-01-22ALSA: hda - Set individual name to secondary analog PCM streamTakashi Iwai1-1/+4
2013-01-21ALSA: hda - Fix conflicts between Loopback Mixing and Independent HPTakashi Iwai1-8/+51
2013-01-21ALSA: hda - Check aamix-output paths from other DACs, tooTakashi Iwai1-3/+15
2013-01-21ALSA: hda - Add missing badness evaluation for unresolved pathsTakashi Iwai1-2/+5
2013-01-21ALSA: hda - Set the pin targets after deciding output configTakashi Iwai1-15/+15
2013-01-21ALSA: hda - Improve debug prints for output pathsTakashi Iwai1-11/+46
2013-01-18ALSA: hda - Fix the wrong adc_idx for capture sourceTakashi Iwai1-2/+3
2013-01-18ALSA: hda - don't compare with yourself in fill_input_pin_labelsDavid Henningsson1-1/+1
2013-01-18ALSA: hda - make sure there are enough input labels and pathsDavid Henningsson1-1/+1
2013-01-18ALSA: hda - Add boost to line inputs, tooTakashi Iwai1-1/+1
2013-01-18ALSA: hda - Consolidate cap_sync_hook and capture_switch_hookTakashi Iwai1-25/+9
2013-01-18ALSA: hda - Fix missing call of capture_switch_hookTakashi Iwai1-15/+46
2013-01-18ALSA: hda - Look for boost controls more deeplyTakashi Iwai1-24/+77
2013-01-18ALSA: hda - Fix invalid mute in path activationTakashi Iwai1-18/+42
2013-01-18ALSA: hda - Unify input label creations in generic parserTakashi Iwai1-37/+54
2013-01-18ALSA: hda - Keep autocfg.input idx value in imux tableTakashi Iwai1-6/+14
2013-01-17ALSA: hda - Improve naming rule for primary outputTakashi Iwai1-17/+42
2013-01-17ALSA: hda - Add PCM capture hook to hda_gen_specTakashi Iwai1-0/+63
2013-01-17ALSA: hda - Record all detected ADCs in hda_gen_specTakashi Iwai1-0/+5
2013-01-17ALSA: hda - Move vmaster TLV parsing to snd_hda_gen_parse_auto_config()Takashi Iwai1-4/+4
2013-01-17ALSA: hda - Add input jack mode enum controls to generic parserTakashi Iwai1-0/+140