summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/bytcr_rt5651.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: use standard interface for Atom machine driversPierre-Louis Bossart2018-11-061-5/+1Star
* Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-251-2/+2
|\
| * ASoC: add for_each_card_components() macroKuninori Morimoto2018-09-201-2/+2
* | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+1
|/
* ASoC: Intel: bytcr_rt5651: Add quirk table entries for various devicesHans de Goede2018-07-191-0/+28
* ASoC: Intel: bytcr_rt5651: Add mono speaker quirkHans de Goede2018-07-191-4/+11
* ASoC: Intel: bytcr_rt5651: Add IN2 input mappingHans de Goede2018-07-191-5/+18
* ASoC: Intel: bytcr_rt5651: Set OVCD limit for VIOS LTH17 to 2000uAHans de Goede2018-07-191-2/+5
* ASoC: Intel: bytcr_rt5651: Fix using the wrong GPIO for the ext-amp on some b...Hans de Goede2018-07-191-4/+65
* ASoC: Intel: bytcr_rt5651: Reporting button pressesHans de Goede2018-07-101-2/+7
* ASoC: Intel: bytcr_rt5651: Disable jack-detect over suspend/resumeHans de Goede2018-07-101-5/+44
* ASoC: Intel: bytcr_rt5651: Add support for externar amplifier enable GPIOHans de Goede2018-07-101-3/+62
* ASoC: Intel: bytcr_rt5651: Move getting of codec_dev into probe()Hans de Goede2018-07-101-12/+11Star
* ASoC: Intel: bytcr_rt5651: Remove is_valleyview helperHans de Goede2018-07-101-12/+6Star
* ASoC: Intel: bytcr_rt5651: Sort DMI table entries alphabeticallyHans de Goede2018-06-271-19/+22
* ASoC: Intel: bytcr_rt5651: Add BYT_RT5651_HP_LR_SWAPPED quirkHans de Goede2018-06-271-4/+23
* ASoC: Intel: bytcr_rt5651: Simplify card long-nameHans de Goede2018-06-271-6/+4Star
* ASoC: Intel: bytcr_rt5651: Fix DMIC map headsetmic mappingHans de Goede2018-06-271-2/+2
* ASoC: Intel: bytcr_rt5651: Fix IN1 map headsetmic mappingHans de Goede2018-06-271-22/+7Star
* ASoC: Intel: bytcr_rt5651: Remove IN2 input mappingsHans de Goede2018-06-271-28/+2Star
* ASoC: Intel: bytcr_rt5651: Fix IN1_IN2_MAP quirk not being loggedHans de Goede2018-06-271-0/+2
* ASoC: Intel: bytcr_rt5651: Change default input map from in2 to in1Hans de Goede2018-06-271-3/+3
* ASoC: Intel: bytcr_rt5651: Add BYT_RT5651_DEFAULT_QUIRKS defineHans de Goede2018-06-271-16/+9Star
* Merge branch 'asoc-4.17' into asoc-4.18 merge windowMark Brown2018-06-051-2/+3
|\
| * ASoC: Intel: bytcr_rt565: fix missing assignment to ret_valColin Ian King2018-05-031-2/+3
* | ASoC: Intel: bytcr_rt5651: Set card long_name based on quirksHans de Goede2018-05-311-0/+11
* | ASoC: Intel: bytcr_rt5651: Replace GFP_ATOMIC with GFP_KERNELVinod Koul2018-04-201-1/+1
|/
* ASoC: Intel: bytcr_rt5651: don't use codec anymoreKuninori Morimoto2018-03-281-2/+2
* ASoC: Intel: bytcr_rt5651: Select RCCLK on init()Hans de Goede2018-03-071-0/+5
* ASoC: Intel: bytcr_rt5651: Change defaults to enable jack-detect, analog micsHans de Goede2018-03-071-9/+6Star
* ASoC: Intel: bytcr_rt5651: Add quirk for the VIOS LTH17 laptopHans de Goede2018-03-071-0/+13
* ASoC: Intel: bytcr_rt5651: Add support for Bay Trail CR / SSP0 using boardsHans de Goede2018-03-071-16/+201
* ASoC: Intel: bytcr_rt5651: Add new IN2_HS_IN3 input map and a quirk using itHans de Goede2018-03-071-0/+26
* ASoC: Intel: bytcr_rt5651: Rename IN3_MAP to IN1_HS_IN3_MAPHans de Goede2018-03-071-11/+11
* ASoC: Intel: bytcr_rt5651: Drop snd_soc_dai_set_bclk_ratio() callHans de Goede2018-03-071-2/+0Star
* ASoC: Intel: bytcr_rt5651: Configure PLL1 before using itHans de Goede2018-03-071-38/+35Star
* ASoC: Intel: bytcr_rt5651: Add quirk micbias OVCD configurationHans de Goede2018-03-071-3/+31
* ASoC: Intel: bytcr_rt5651: Only create jack if we have a jack-detect sourceHans de Goede2018-03-071-7/+11
* ASoC: Intel: bytcr_rt5651: Actually honor the DMIC_EN quirk if specifiedHans de Goede2018-03-071-3/+5
* ASoC: Intel: bytcr_rt5651: Pass jack-src info via device-propertiesHans de Goede2018-03-071-4/+50
* Merge branch 'topic/rt5651' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-03-071-2/+2
|\
| * ASoC: rt5651: Use standard component set_jack callbackHans de Goede2018-03-011-1/+1
| * ASoC: rt5651: replace codec to componentKuninori Morimoto2018-02-121-1/+1
* | ASoC: Intel: bytcr_rt5651: Not being able to find the codec ACPI-dev is an errorHans de Goede2018-03-071-5/+6
|/
* ASoC: Intel - Convert to use acpi_dev_get_first_match_name()Andy Shevchenko2018-01-121-1/+1
* ASoC: acpi: remove hard-coded i2c-device name lengthPierre-Louis Bossart2018-01-121-1/+1
* ASoC: Intel: bytcr-rt5651: add support for Line InPierre-Louis Bossart2018-01-081-0/+6
* ASoC: Intel: bytcr-rt5651: enable MinnowBoard Turbot quirksPierre-Louis Bossart2018-01-081-0/+9
* ASoC: Intel: bytcr-rt5651: add quirk for IN3P which may also be usedKeyon Jie2018-01-081-2/+14
* ASoC: Intel: bytcr_rt5651: fix Kiano DMI quirkPierre-Louis Bossart2018-01-081-1/+2