summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Fix potential race in unsol event handlerTakashi Iwai2020-05-161-0/+4
* ALSA: usb-audio: Add duplex sound support for USB devices using implicit feed...Erwin Burema2020-05-153-4/+197
* ALSA: usb-audio: fixing upper volume limit for RME Babyface Pro routing cross...Thomas Ebeling2020-05-151-2/+2
* ALSA: firewire-motu: fulfill missing entries in KconfigTakashi Sakamoto2020-05-111-1/+5
* ALSA: fireface: add support for RME Fireface UFX (untested)Takashi Sakamoto2020-05-104-3/+18
* ALSA: fireface: add support for RME FireFace 802Takashi Sakamoto2020-05-104-13/+59
* ALSA: fireface: code refactoring to decide name of sound cardTakashi Sakamoto2020-05-102-8/+13
* ALSA: fireface: code refactoring to add enumeration constants for model ident...Takashi Sakamoto2020-05-102-3/+9
* ALSA: fireface: start IR context immediatelyTakashi Sakamoto2020-05-101-9/+1
* ALSA: fireface: fix configuration error for nominal sampling transfer frequencyTakashi Sakamoto2020-05-101-6/+6
* ALSA: firewire-lib: use sequence of syt offset and data block on pool in AMDT...Takashi Sakamoto2020-05-082-40/+20
* ALSA: firewire-lib: pool ideal sequence of syt offset and data blockTakashi Sakamoto2020-05-082-0/+74
* ALSA: firewire-lib: add cache for packet sequence to AMDTP domain structureTakashi Sakamoto2020-05-082-1/+23
* ALSA: firewire-lib: code refactoring for data block calculationTakashi Sakamoto2020-05-081-14/+19
* ALSA: firewire-lib: code refactoring for syt offset calculationTakashi Sakamoto2020-05-081-13/+16
* ALSA: firewire-lib: code refactoring for syt computationTakashi Sakamoto2020-05-081-12/+24
* ALSA: firewire-lib: code refactoring for parameters of packet queue and IRQ t...Takashi Sakamoto2020-05-081-27/+29
* ALSA: firewire-lib: add reference to domain structure from stream structureTakashi Sakamoto2020-05-082-55/+23
* ALSA: firewire-lib: use macro for maximum value of second in 1394 OHCI isoc d...Takashi Sakamoto2020-05-081-2/+4
* ALSA: firewire-lib: fix invalid assignment to union data for directional para...Takashi Sakamoto2020-05-081-1/+2
* ALSA: fireworks: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
* ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-074-6/+6
* ALSA: hda: Allow SST driver on SKL and KBL platforms with DMICCezary Rojewski2020-05-071-2/+20
* ALSA: portman2x4: Use bitwise instead of arithmetic operator for flagsSamuel Zou2020-05-071-1/+1
* ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flagsSamuel Zou2020-05-071-2/+2
* ALSA: hda: Return true,false for return type boolJason Yan2020-05-061-2/+2
* ALSA: hda: Use hdac_to_hda_codec macroKai-Heng Feng2020-05-053-10/+10
* ALSA: hda: Use dev_to_hdac_dev macroKai-Heng Feng2020-05-052-2/+2
* ALSA: hda/tegra: workaround playback failure on Tegra194Sameer Pujar2020-05-041-0/+17
* ALSA: hda: add member to store ratio for stripe controlSameer Pujar2020-05-043-1/+16
* ALSA: hda/tegra: correct number of SDO lines for Tegra194Sameer Pujar2020-05-041-0/+33
* ALSA: line6: Add poll callback for hwdepVasily Khoruzhick2020-05-021-0/+16
* ALSA: line6: hwdep: add support for O_NONBLOCK opening modeVasily Khoruzhick2020-05-022-0/+5
* ALSA: isa/wavefront: prevent out of bounds write in ioctlDan Carpenter2020-05-011-1/+7
* ALSA: hda/realtek - Fix unused variable warning w/o CONFIG_LEDS_TRIGGER_AUDIOTakashi Iwai2020-05-011-0/+2
* ALSA: hda/realtek - Add LED class support for micmute LEDKai-Heng Feng2020-04-301-0/+29
* ALSA: hda/realtek - Enable micmute LED on and HP systemKai-Heng Feng2020-04-301-1/+5
* ALSA: hda/realtek - Introduce polarity for micmute LED GPIOKai-Heng Feng2020-04-301-6/+8
* ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing2020-04-291-10/+0
* ALSA: usb-audio: Fix racy list management in output queueTakashi Iwai2020-04-241-3/+3
* ALSA: usb-audio: Remove async workaround for Scarlett 2nd genAlexander Tsoy2020-04-241-14/+0
* ALSA: usb-audio: Improve frames size computationAlexander Tsoy2020-04-244-5/+45
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-04-2444-391/+717
|\
| * ALSA: hda: Match both PCI ID and SSID for driver blacklistTakashi Iwai2020-04-241-4/+5
| * ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai2020-04-232-26/+19
| * ALSA: hda/realtek - Add new codec supported for ALC245Kailang Yang2020-04-231-0/+3
| * ALSA: usb-audio: Fix usb audio refcnt leak when getting spdifXiyu Yang2020-04-231-4/+8
| * ALSA: usb-audio: Add connector notifier delegationTakashi Iwai2020-04-223-0/+48
| * Merge tag 'asoc-fix-v5.7-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-04-2132-263/+509
| |\
| | * ASoC: wm8960: Fix wrong clock after suspend & resumeShengjiu Wang2020-04-211-2/+1