summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_intel.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03ALSA: hda: warn on spurious responseWu Fengguang1-1/+5
2009-08-03ALSA: hda: remember last command for each codecWu Fengguang1-5/+6
2009-08-03ALSA: hda: read CORBWP inside reg_lockWu Fengguang1-1/+3
2009-08-03ALSA: hda: take reg_lock in azx_init_cmd_io/azx_free_cmd_ioWu Fengguang1-0/+4
2009-08-03ALSA: hda: take cmd_mutex in probe_codec()Wu Fengguang1-0/+2
2009-08-03ALSA: hda: track CIRB/CORB command/response states for each codecWu Fengguang1-22/+54
2009-07-08ALSA: hda - Disable AMD SB600 64bit address support onlyAndiry Brienza1-3/+13
2009-07-05ALSA: hda - Fix error path in the sanity check in azx_pcm_open()Takashi Iwai1-7/+11
2009-07-04ALSA: hda - Add sanity check in PCM open callbackTakashi Iwai1-0/+6
2009-07-04ALSA: hda - Call snd_pcm_lib_hw_rates() again after codec open callbackTakashi Iwai1-0/+1
2009-06-04ALSA: hda_intel: fix build error when !PMAlexander Beregalov1-1/+4
2009-06-02ALSA: hda - Limit codec-verb retry to limited hardwaresTakashi Iwai1-1/+1
2009-06-02ALSA: hda - Add codec bus reset and verb-retry at critical errorsTakashi Iwai1-6/+34
2009-05-31ALSA: hda - Fix a typo in the previous patchTakashi Iwai1-1/+1
2009-05-28ALSA: hda - Add more register bits definitionsTakashi Iwai1-17/+26
2009-05-28ALSA: hda - Always sync writes in single_cmd modeTakashi Iwai1-13/+23
2009-05-26ALSA: hda - Allow concurrent RIRB access in single_cmd modeTakashi Iwai1-8/+5
2009-05-26Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+1
2009-05-25ALSA: hda - Reset CORB/RIRB at retrying the verb communicationTakashi Iwai1-2/+4
2009-05-24ALSA: hda - Add forced codec-slots for ASUS W5FmOzan Çağlayan1-0/+1
2009-05-19ALSA: hda - Add prefix to kernel messagesTakashi Iwai1-17/+20
2009-05-18ALSA: hda - Avoid conflicts with snd-ctxfi driverTakashi Iwai1-0/+9
2009-04-21Merge branch 'topic/hda-cache' into topic/hdaTakashi Iwai1-9/+10
2009-04-21ALSA: hda - Retry codec-verbs at errorsTakashi Iwai1-9/+10
2009-04-16ALSA: hda - Check strcpy lengthTakashi Iwai1-4/+6
2009-04-16ALSA: hda - Add Creative CA0110-IBG supportTakashi Iwai1-0/+5
2009-04-16ALSA: hda_intel.c - Consolidate bitfieldsJoe Perches1-1/+1
2009-04-15Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linusTakashi Iwai1-14/+25
2009-04-14Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-4/+4
2009-04-10[ALSA] hda_intel: fix unexpected ring buffer positionsJaroslav Kysela1-14/+25
2009-03-24Merge branch 'topic/hda' into for-linusTakashi Iwai1-38/+77
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-3/+3
2009-03-19ALSA: hda - Don't reset stream at each prepare callbackTakashi Iwai1-11/+22
2009-03-19ALSA: hda - Don't reset BDL unnecessarilyTakashi Iwai1-14/+32
2009-03-18Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-13/+26
2009-03-18ALSA: hda - Workaround for buggy DMA position on ATI controllersTakashi Iwai1-13/+18
2009-03-18ALSA: hda - Fix DMA mask for ATI controllersTakashi Iwai1-0/+8
2009-03-02ALSA: hda - Remove Toshiba probe_mask quirkTakashi Iwai1-2/+0
2009-03-02Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+2
2009-03-02ALSA: hda - Add probe_mask default for Toshiba laptop with ALC268Takashi Iwai1-0/+2
2009-02-27ALSA: hda - Add the Device IDs for MCP89 and remove IDs of MCP7Bpeerchen1-4/+4
2009-02-16Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-6/+2
2009-02-16Revert "Sound: hda - Restore PCI configuration space with interrupts off"Takashi Iwai1-6/+2
2009-02-13ALSA: hda - Add forced codec-slots for ASUS W5FTakashi Iwai1-0/+2
2009-02-13ALSA: hda - Allow fixed codec-probe maskTakashi Iwai1-7/+17
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2009-01-12ALSA: hda - Use own workqueueTakashi Iwai1-3/+3
2008-12-21Merge branch 'topic/hda-resume-fix' into topic/hdaTakashi Iwai1-2/+6
2008-12-19ALSA: hda - Add probe_only optionTakashi Iwai1-3/+8
2008-12-19Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-1/+1