Re: audio(9): remove unused setfd member from struct audio_hw_if

2022-10-19 Thread Alexandre Ratchov
On Wed, Oct 19, 2022 at 07:31:59PM +, Klemens Nanni wrote: > All consumers now use C99 struct init and none of them sets `.setfd'. > > My X230 still plays audio just fine: > azalia0 at pci0 dev 27 function 0 "Intel 7 Series HD Audio" rev 0x04: msi > azalia0: codecs: Realtek ALC269, Intel/0x280

audio(9): remove unused setfd member from struct audio_hw_if

2022-10-19 Thread Klemens Nanni
All consumers now use C99 struct init and none of them sets `.setfd'. My X230 still plays audio just fine: azalia0 at pci0 dev 27 function 0 "Intel 7 Series HD Audio" rev 0x04: msi azalia0: codecs: Realtek ALC269, Intel/0x2806, using Realtek ALC269 audio0 at azalia0 Feedback? OK? diff --git a/sh