diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-05 01:20:39 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-05 01:20:39 +0300 |
commit | 25e6bed5a64836621e41bc9f9d97eb79f1bdfa1e (patch) | |
tree | c7acabce625b90ae2fc10688b06bdd90d4444e30 /sound | |
parent | 7447691ef994ffd8072809a11ca9167a2d91564f (diff) | |
parent | 2fb0ec4ae5632ba288ab233849f85069d4c475a5 (diff) | |
download | linux-25e6bed5a64836621e41bc9f9d97eb79f1bdfa1e.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
Pull AVR32 updates from Hans-Christian Noren Egtvedt:
"Mostly changes to documentation and comments"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32:
video:backlight: remove reference to AVR32 architecture in ltv350qv
video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfb
usb:udc: remove reference to AVR32 architecture in Atmel USBA Kconfig
sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver
net: remove cdns,at32ap7000-macb device tree entry
misc: update maintainer email address and description for atmel-ssc
mfd: remove reference to AVR32 architecture in atmel-smc.c
dma:dw: remove reference to AVR32 architecture in core.c
Diffstat (limited to 'sound')
-rw-r--r-- | sound/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig index 44d39fa635ae..f407c37c37fa 100644 --- a/sound/spi/Kconfig +++ b/sound/spi/Kconfig @@ -19,7 +19,7 @@ config SND_AT73C213 DAC can be found on Atmel development boards. This driver requires the Atmel SSC driver for sound sink, a - peripheral found on most AT91 and AVR32 microprocessors. + peripheral found on most AT91 microprocessors. To compile this driver as a module, choose M here: the module will be called snd-at73c213. |