Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
refs/heads/mt6797/android12-5.10-lts
/
sound
/
ppc
c7f2112
ALSA: ppc: fix error return code in snd_pmac_probe()
by Yang Yingliang
· 3 years, 6 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 4 months ago
9ab0cb3
ALSA: Replace the word "slave" in vmaster API
by Takashi Iwai
· 4 years, 5 months ago
7ae7715
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 4 years, 7 months ago
7bfc3c8
drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
by Christophe Leroy
· 4 years, 8 months ago
59f0071
ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flags
by Samuel Zou
· 4 years, 8 months ago
04a9af2
ALSA: ppc: keywest: convert to use i2c_new_client_device()
by Wolfram Sang
· 4 years, 9 months ago
6e9ef32
ALSA: ppc: More constifications
by Takashi Iwai
· 5 years ago
c031b0c
ALSA: ppc: Constify snd_kcontrol_new items
by Takashi Iwai
· 5 years ago
46dd47c
ALSA: ppc: Constify snd_device_ops definitions
by Takashi Iwai
· 5 years ago
5b6e996
ALSA: ppc: Drop superfluous ioctl PCM ops
by Takashi Iwai
· 5 years ago
377d870
ALSA: ps3: Use managed buffer allocation
by Takashi Iwai
· 5 years ago
01001fa
ALSA: pmac: Use managed buffer allocation
by Takashi Iwai
· 5 years ago
73948ca
ALSA: ps3: Remove Unneeded variable: "ret"
by Hariprasad Kelam
· 5 years ago
e26441b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 277
by Thomas Gleixner
· 6 years ago
873e65b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
442e321
ALSA: ps3: Remove set but not used variables 'start_vaddr' and 'pcm_index'
by YueHaibing
· 6 years ago
5e2c946
ALSA: ppc: Fix of-node refcount unbalance
by Takashi Iwai
· 6 years ago
c025672
ALSA: ppc: Drop superfluous PCM preallocation error checks
by Takashi Iwai
· 6 years ago
ece984a
ALSA: ppc: Remove superfluous snd_pcm_suspend*() calls
by Takashi Iwai
· 6 years ago
157ab88
ALSA: aoa: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
48e9184
powerpc/ps3: Set driver coherent_dma_mask
by Geoff Levand
· 6 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
3179a3e
ALSA: ppc: constify snd_pcm_ops structures
by Arvind Yadav
· 7 years ago
21bf6cf
ALSA: ppc: make snd_pcm_hardware const
by Bhumika Goyal
· 7 years ago
905e46a
ALSA: declare snd_kcontrol_new structures as const
by Bhumika Goyal
· 8 years ago
4091fb9
scripts/spelling.txt: add "followings" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
07021b43
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
ef24ba7
powerpc: Remove all usages of NO_IRQ
by Michael Ellerman
· 8 years ago
44cc4a0
ALSA: squash lines for simple wrapper functions
by Masahiro Yamada
· 8 years ago
b268c34
ALSA: ppc/awacs: shut up maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
952bbcb
PCI: Remove includes of asm/pci-bridge.h
by Bjorn Helgaas
· 9 years ago
654e275
ALSA: ppc: Add missing inclusion of linux/module.h
by Takashi Iwai
· 9 years ago
a2bc2af
ALSA: ppc: keywest: Export I2C module alias information
by Javier Martinez Canillas
· 9 years ago
28760c1
ALSA: ppc: keywest: check if DEQ was already instantiated
by Wolfram Sang
· 10 years ago
ac397c8
ALSA: ppc: keywest: drop using attach adapter
by Wolfram Sang
· 10 years ago
f571872
powerpc: Move Power Macintosh drivers to generic byteswappers
by David Gibson
· 10 years ago
6cbbfe1
ALSA: Include linux/io.h instead of asm/io.h
by Takashi Iwai
· 10 years ago
ff6defa
ALSA: Deletion of checks before the function call "iounmap"
by Markus Elfring
· 10 years ago
a14e7eb
ALSA: ps3: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()
by Lars-Peter Clausen
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
1ea7a56
ALSA: powermac: Deletion of an unnecessary check before the function call "pci_dev_put"
by Markus Elfring
· 10 years ago
9502272
ALSA: ppc: Use snd_ctl_enum_info()
by Takashi Iwai
· 10 years ago
85be0fa
ALSA: ppc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
ccdb8ed
of: Migrate of_find_node_by_name() users to for_each_node_by_name()
by Grant Likely
· 11 years ago
1076879
ALSA: ppc: Convert to snd_card_new() with a device pointer
by Takashi Iwai
· 11 years ago
13509c3
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
025be74
ALSA: ps3: Use WARN_ON() instead of BUG_ON()
by Takashi Iwai
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
a7cde6d
ALSA: ppc: keywest: Don't use i2c_client->driver
by Lars-Peter Clausen
· 11 years ago
464ede3
ALSA: powermac: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
15afafc
ALSA: ppc: remove __dev* attributes
by Bill Pemberton
· 12 years ago
5cc3203
ALSA: sound/ps3: remove __dev* attributes
by Bill Pemberton
· 12 years ago
c86b936
ALSA: sound/ppc/snd_ps3.c: fix error return code
by Julia Lawall
· 12 years ago
d34e4e0
ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM
by Takashi Iwai
· 12 years ago
284e7ca
ALSA: convert PM ops of platform_driver to new pm ops
by Takashi Iwai
· 12 years ago
8bf01d8
ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions
by Takashi Iwai
· 12 years ago
627b796
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 13 years ago
a67ff6a
ALSA: module_param: make bool parameters really bool
by Rusty Russell
· 13 years ago
9fce85f
powerpc/ps3: Fix lv1_gpu_attribute hcall
by Geoff Levand
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
88e24c3
sound: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
4712437
ALSA: keywest: Remove obsolete cleanup for clientdata
by Axel Lin
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 14 years ago
02e5fbf
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 14 years ago
30282f9
ALSA: powermac - Correct lineout detection on PowerMac G4 DA
by Risto Suominen
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8460ae7
ALSA: powermac - Allow input from microphone on Tumbler
by Risto Suominen
· 14 years ago
9380f2a
Fix spelling milisec -> ms in snd_ps3 module parameter description
by Stefan Weil
· 14 years ago
2fb50f1
ALSA: sound/ppc: Use printf extension %pR for struct resource
by Joe Perches
· 14 years ago
7b6c3a3
ALSA: sound/ppc/powermac: remove undefined operations
by Andreas Schwab
· 14 years ago
147fcf1
sound: Remove pr_<level> uses of KERN_<level>
by Joe Perches
· 14 years ago
067e4a5
Merge branch 'topic/bkl' into topic/core-cleanup
by Takashi Iwai
· 15 years ago
68c7ccb
ALSA: powermac - Fix obsoleted machine_is_compatible()
by Takashi Iwai
· 15 years ago
f1b1f75
ALSA: powermac - Add debug log
by Risto Suominen
· 15 years ago
b6d7335
ALSA: powermac - Lineout detection on G4 DA
by Risto Suominen
· 15 years ago
819ef70
ALSA: powermac - Reverse HP detection on G4 DA
by Risto Suominen
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
71a157e
of: add 'of_' prefix to machine_is_compatible()
by Grant Likely
· 15 years ago
75639e7
Merge branch 'topic/beep-rename' into topic/core-change
by Takashi Iwai
· 15 years ago
ad1cd74
ALSA: rename "PC Speaker" controls to "Speaker"
by Jaroslav Kysela
· 15 years ago
f8a3ae6
powerpc: Minor cleanup to sound/ppc/Kconfig
by Kumar Gala
· 15 years ago
a656cbf
sound: Make keywest_driver static
by Jean Delvare
· 15 years ago
18c4078
ALSA: Don't assume i2c device probing always succeeds
by Takashi Iwai
· 15 years ago
e3f86d3
Merge branch 'topic/ps3' into for-linus
by Takashi Iwai
· 16 years ago
2233123
ALSA: sound/ps3: Correct existing and add missing annotations
by Geert Uytterhoeven
· 16 years ago
cb6492e
ALSA: sound/ps3: Restructure driver source
by Geert Uytterhoeven
· 16 years ago
112ac80
ALSA: sound/ps3: Fix checkpatch issues
by Geert Uytterhoeven
· 16 years ago
1282c82
Merge branch 'topic/section-fix' into for-linus
by Takashi Iwai
· 16 years ago
13be1bf
ALSA: burgundy: timeout message is off by one.
by Roel Kluin
· 16 years ago
3e1e0a5
ALSA: powermac - Replace the rest of __init*
by Takashi Iwai
· 16 years ago
5c9b6e9
ALSA: sound/ppc: update annotations of serveral functions
by Stephen Rothwell
· 16 years ago
903dba1
ALSA: keywest: Get rid of useless i2c_device_name() macro
by Jean Delvare
· 16 years ago
5de4155
ALSA: keywest: Convert to new-style i2c driver
by Jean Delvare
· 16 years ago
7d2ac10
ALSA: move snd_powermac's probe function to .devinit.text
by Uwe Kleine-König
· 16 years ago
d7b6df5
Merge branch 'topic/powermac' into for-linus
by Takashi Iwai
· 16 years ago
Next »